package.json 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. {
  2. "name": "AppX",
  3. "version": "1.0.0",
  4. "description": "基于JQuery、Lodash、Typescript、Require、Gulp 等构建的模块化 Web App 框架。",
  5. "main": "index.html",
  6. "scripts": {
  7. "dev": "gulp && gulp serve:watch",
  8. "start": "gulp serve:watch",
  9. "postinstall": "gulp",
  10. "build": "gulp product"
  11. },
  12. "author": "Aiello Chan",
  13. "license": "Apache License 2.0",
  14. "devDependencies": {
  15. "browser-sync": "^2.16.1",
  16. "gulp": "^3.9.1",
  17. "gulp-autoprefixer": "^3.1.1",
  18. "gulp-clean": "^0.3.2",
  19. "gulp-clean-css": "^2.0.13",
  20. "gulp-concat": "^2.6.1",
  21. "gulp-htmlmin": "^3.0.0",
  22. "gulp-if": "^2.0.2",
  23. "gulp-imagemin": "^3.1.1",
  24. "gulp-sass": "^2.3.2",
  25. "gulp-typescript": "^3.0.1",
  26. "run-sequence": "^1.2.2",
  27. "typescript": "^2.1.4",
  28. "typings": "^1.4.0"
  29. },
  30. "dependencies": {
  31. "graceful-fs": "^4.1.9",
  32. "gulp-uglify": "^3.0.1",
  33. "gulp-util": "^3.0.8",
  34. "lodash": "^4.16.2",
  35. "lodash-amd": "^4.16.2",
  36. "minimatch": "^3.0.3",
  37. "node-sass": "^4.14.1",
  38. "vue": "^2.6.11"
  39. }
  40. }