package.json 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. {
  2. "name": "project-app",
  3. "version": "1.0.6",
  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.11",
  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-data-table": "^0.10.10",
  25. "angular-messages": "^1.7.0",
  26. "angular-route": "^1.6.10",
  27. "angular1-ui-bootstrap4": "^2.4.22",
  28. "as-table": "^1.0.32",
  29. "axios": "^0.18.0",
  30. "bcrypt": "^2.0.1",
  31. "body-parser": "^1.18.3",
  32. "chalk": "^2.4.1",
  33. "change-case": "^3.0.2",
  34. "cors": "^2.8.4",
  35. "es6-string-html-template": "^1.0.2",
  36. "express": "^4.16.3",
  37. "express-async-handler": "^1.1.3",
  38. "jquery": "^3.3.1",
  39. "jsonwebtoken": "^8.2.2",
  40. "lodash": "^4.17.10",
  41. "moment": "^2.22.2",
  42. "moment-immutable": "^1.0.4",
  43. "ng-annotate-loader": "^0.6.1",
  44. "node-sass": "^4.9.0",
  45. "password-prompt": "^1.0.4",
  46. "plural": "^1.1.0",
  47. "sequelize": "^4.37.6",
  48. "vorpal": "^1.12.0",
  49. "xlsx": "^0.13.0"
  50. },
  51. "devDependencies": {
  52. "babel-loader": "^7.1.4",
  53. "babel-plugin-angularjs-annotate": "^0.9.0",
  54. "babel-preset-es2015": "^6.24.1",
  55. "chai": "^4.1.2",
  56. "copy-webpack-plugin": "^4.5.1",
  57. "css-loader": "^0.28.11",
  58. "exports-loader": "^0.7.0",
  59. "file-loader": "^1.1.11",
  60. "html-loader": "^0.5.5",
  61. "markup-inline-loader": "^0.2.2",
  62. "mocha": "^5.1.1",
  63. "ng-annotate-webpack-plugin": "^0.3.0",
  64. "nyc": "^11.7.1",
  65. "raw-loader": "^0.5.1",
  66. "sass-loader": "^7.0.1",
  67. "sqlite3": "^4.0.0",
  68. "style-loader": "^0.21.0",
  69. "webpack": "^4.11.0",
  70. "webpack-cli": "^2.1.3",
  71. "webpack-livereload-plugin": "^2.1.1"
  72. }
  73. }