package.json 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. {
  2. "name": "material-framework",
  3. "version": "1.0.0",
  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. "codebase": "git+ssh://git@git.alanc.net:10222/alancnet/codebase.git",
  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. "material-design-icons": "^3.0.1",
  42. "node-sass": "^4.9.0",
  43. "password-prompt": "^1.0.4",
  44. "plural": "^1.1.0",
  45. "sequelize": "^4.37.6",
  46. "vorpal": "^1.12.0",
  47. "xlsx": "^0.13.0"
  48. },
  49. "devDependencies": {
  50. "babel-loader": "^7.1.4",
  51. "babel-preset-es2015": "^6.24.1",
  52. "chai": "^4.1.2",
  53. "copy-webpack-plugin": "^4.5.1",
  54. "css-loader": "^0.28.11",
  55. "exports-loader": "^0.7.0",
  56. "file-loader": "^1.1.11",
  57. "html-loader": "^0.5.5",
  58. "markup-inline-loader": "^0.2.2",
  59. "mocha": "^5.1.1",
  60. "nyc": "^11.7.1",
  61. "raw-loader": "^0.5.1",
  62. "sass-loader": "^7.0.1",
  63. "sqlite3": "^4.0.0",
  64. "style-loader": "^0.21.0",
  65. "webpack": "^4.6.0",
  66. "webpack-cli": "^2.1.3",
  67. "webpack-livereload-plugin": "^2.1.1"
  68. }
  69. }