package.json 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. {
  2. "name": "@alancnet/material-framework",
  3. "version": "1.0.8",
  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. "aguid": "^2.0.0",
  18. "angular": "^1.6.10",
  19. "angular-animate": "^1.7.0",
  20. "angular-aria": "^1.7.0",
  21. "angular-chart.js": "^1.1.1",
  22. "angular-material": "^1.1.9",
  23. "angular-material-data-table": "^0.10.10",
  24. "angular-messages": "^1.7.0",
  25. "angular-route": "^1.6.10",
  26. "angular1-ui-bootstrap4": "^2.4.22",
  27. "as-table": "^1.0.32",
  28. "axios": "^0.18.0",
  29. "bcrypt": "^2.0.1",
  30. "body-parser": "^1.18.3",
  31. "chalk": "^2.4.1",
  32. "change-case": "^3.0.2",
  33. "cors": "^2.8.4",
  34. "es6-string-html-template": "^1.0.2",
  35. "express": "^4.16.3",
  36. "express-async-handler": "^1.1.3",
  37. "jquery": "^3.3.1",
  38. "jsonwebtoken": "^8.2.2",
  39. "lodash": "^4.17.10",
  40. "material-design-icons": "^3.0.1",
  41. "node-sass": "^4.9.0",
  42. "password-prompt": "^1.0.4",
  43. "plural": "^1.1.0",
  44. "sequelize": "^4.37.6",
  45. "vorpal": "^1.12.0",
  46. "xlsx": "^0.13.0"
  47. },
  48. "devDependencies": {
  49. "babel-loader": "^7.1.4",
  50. "babel-preset-es2015": "^6.24.1",
  51. "chai": "^4.1.2",
  52. "copy-webpack-plugin": "^4.5.1",
  53. "css-loader": "^0.28.11",
  54. "exports-loader": "^0.7.0",
  55. "file-loader": "^1.1.11",
  56. "html-loader": "^0.5.5",
  57. "markup-inline-loader": "^0.2.2",
  58. "mocha": "^5.1.1",
  59. "nyc": "^11.7.1",
  60. "raw-loader": "^0.5.1",
  61. "sass-loader": "^7.0.1",
  62. "sqlite3": "^4.0.0",
  63. "style-loader": "^0.21.0",
  64. "webpack": "^4.6.0",
  65. "webpack-cli": "^2.1.3",
  66. "webpack-livereload-plugin": "^2.1.1"
  67. }
  68. }