{ "name": "project-app", "version": "1.0.6", "description": "", "main": "index.js", "scripts": { "test": "nyc mocha", "build": "webpack", "start": "nodemon -w webpack.config.js --exec \"webpack -w\" & nodemon -w config.js -w lib --exec \"node bin/project.js server\"", "startx": "nodemon --exec \"webpack && node bin/project.js server\"" }, "author": "", "license": "ISC", "dependencies": { "@alancnet/icomoon-svg": "^2.0.0", "@alancnet/material-design-icons": "^1.0.0", "@alancnet/material-framework": "^1.0.9", "aguid": "^2.0.0", "angular": "^1.6.10", "angular-animate": "^1.7.0", "angular-aria": "^1.7.0", "angular-chart.js": "^1.1.1", "angular-material": "^1.1.9", "angular-material-data-table": "^0.10.10", "angular-messages": "^1.7.0", "angular-route": "^1.6.10", "angular1-ui-bootstrap4": "^2.4.22", "as-table": "^1.0.32", "axios": "^0.18.0", "bcrypt": "^2.0.1", "body-parser": "^1.18.3", "chalk": "^2.4.1", "change-case": "^3.0.2", "cors": "^2.8.4", "es6-string-html-template": "^1.0.2", "express": "^4.16.3", "express-async-handler": "^1.1.3", "jquery": "^3.3.1", "jsonwebtoken": "^8.2.2", "lodash": "^4.17.10", "moment": "^2.22.2", "moment-immutable": "^1.0.4", "ng-annotate-loader": "^0.6.1", "node-sass": "^4.9.0", "password-prompt": "^1.0.4", "plural": "^1.1.0", "sequelize": "^4.37.6", "vorpal": "^1.12.0", "xlsx": "^0.13.0" }, "devDependencies": { "babel-loader": "^7.1.4", "babel-plugin-angularjs-annotate": "^0.9.0", "babel-preset-es2015": "^6.24.1", "chai": "^4.1.2", "copy-webpack-plugin": "^4.5.1", "css-loader": "^0.28.11", "exports-loader": "^0.7.0", "file-loader": "^1.1.11", "html-loader": "^0.5.5", "markup-inline-loader": "^0.2.2", "mocha": "^5.1.1", "ng-annotate-webpack-plugin": "^0.3.0", "nyc": "^11.7.1", "raw-loader": "^0.5.1", "sass-loader": "^7.0.1", "sqlite3": "^4.0.0", "style-loader": "^0.21.0", "webpack": "^4.11.0", "webpack-cli": "^2.1.3", "webpack-livereload-plugin": "^2.1.1" } }