package.json 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. {
  2. "name": "project-app",
  3. "version": "1.0.7",
  4. "description": "",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "nyc mocha",
  8. "build": "webpack",
  9. "start": "nodemon -w webpack.config.js --exec \"webpack -w\" & nodemon -w config.js -w lib --exec \"node bin/project.js server\"",
  10. "startx": "nodemon --exec \"webpack && node bin/project.js server\""
  11. },
  12. "author": "",
  13. "license": "ISC",
  14. "dependencies": {
  15. "@alancnet/icomoon-svg": "^2.0.0",
  16. "@alancnet/material-design-icons": "^1.0.0",
  17. "@alancnet/material-framework": "^1.0.16",
  18. "aguid": "^2.0.0",
  19. "angular": "^1.6.10",
  20. "angular-animate": "^1.7.0",
  21. "angular-aria": "^1.7.0",
  22. "angular-chart.js": "^1.1.1",
  23. "angular-material": "^1.1.9",
  24. "angular-material-badge": "^1.2.9",
  25. "angular-material-data-table": "^0.10.10",
  26. "angular-messages": "^1.7.0",
  27. "angular-route": "^1.6.10",
  28. "angular1-ui-bootstrap4": "^2.4.22",
  29. "as-table": "^1.0.32",
  30. "axios": "^0.18.0",
  31. "bcrypt": "^2.0.1",
  32. "body-parser": "^1.18.3",
  33. "chalk": "^2.4.1",
  34. "change-case": "^3.0.2",
  35. "cors": "^2.8.4",
  36. "es6-string-html-template": "^1.0.2",
  37. "express": "^4.16.3",
  38. "express-async-handler": "^1.1.3",
  39. "jquery": "^3.3.1",
  40. "jsonwebtoken": "^8.2.2",
  41. "lodash": "^4.17.10",
  42. "moment": "^2.22.2",
  43. "moment-immutable": "^1.0.4",
  44. "ng-annotate-loader": "^0.6.1",
  45. "node-sass": "^4.9.0",
  46. "password-prompt": "^1.0.4",
  47. "plural": "^1.1.0",
  48. "sequelize": "^4.37.6",
  49. "vorpal": "^1.12.0",
  50. "xlsx": "^0.13.0"
  51. },
  52. "devDependencies": {
  53. "babel-loader": "^7.1.4",
  54. "babel-plugin-angularjs-annotate": "^0.9.0",
  55. "babel-preset-es2015": "^6.24.1",
  56. "chai": "^4.1.2",
  57. "copy-webpack-plugin": "^4.5.1",
  58. "css-loader": "^0.28.11",
  59. "exports-loader": "^0.7.0",
  60. "file-loader": "^1.1.11",
  61. "html-loader": "^0.5.5",
  62. "markup-inline-loader": "^0.2.2",
  63. "mocha": "^5.1.1",
  64. "ng-annotate-webpack-plugin": "^0.3.0",
  65. "nyc": "^11.7.1",
  66. "raw-loader": "^0.5.1",
  67. "sass-loader": "^7.0.1",
  68. "sqlite3": "^4.0.0",
  69. "style-loader": "^0.21.0",
  70. "webpack": "^4.11.0",
  71. "webpack-cli": "^2.1.3",
  72. "webpack-livereload-plugin": "^2.1.1"
  73. }
  74. }