package.json 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. {
  2. "name": "sa",
  3. "version": "1.0.0",
  4. "description": "",
  5. "main": "index.js",
  6. "scripts": {
  7. "debug": "webpack-dev-server --host 0.0.0.0 --port 3456 --inline --hot --compress --history-api-fallback --config webpack.dev.config.js",
  8. "build": "webpack -p --hide-modules --progress --colors --config webpack.prod.config.js"
  9. },
  10. "repository": {
  11. "type": "git",
  12. "url": "https://git.coding.net/sa03/Sa.git"
  13. },
  14. "keywords": [
  15. "React",
  16. "Router"
  17. ],
  18. "author": "Sa",
  19. "license": "ISC",
  20. "devDependencies": {
  21. "autoprefixer-loader": "^2.0.0",
  22. "babel": "^6.5.2",
  23. "babel-core": "^6.8.0",
  24. "babel-loader": "^6.2.4",
  25. "babel-plugin-transform-runtime": "^6.8.0",
  26. "babel-preset-es2015": "^6.6.0",
  27. "bundle-loader": "^0.5.4",
  28. "css-loader": "^0.23.1",
  29. "ejs-loader": "^0.2.1",
  30. "extract-text-webpack-plugin": "^1.0.1",
  31. "file-loader": "^0.8.5",
  32. "history": "^2.1.0",
  33. "html-loader": "^0.3.0",
  34. "html-webpack-plugin": "^2.22.0",
  35. "jquery": "^2.2.4",
  36. "mint-ui": "^2.0.2",
  37. "node-sass": "^3.6.0",
  38. "pubsub-js": "^1.5.3",
  39. "sass-loader": "^3.2.0",
  40. "style-loader": "^0.13.1",
  41. "url-loader": "^0.5.7",
  42. "vue": "^2.0.3",
  43. "vue-hot-reload-api": "^1.2.0",
  44. "vue-html-loader": "^1.0.0",
  45. "vue-loader": "^9.7.0",
  46. "vue-style-loader": "^1.0.0",
  47. "webpack": "^1.13.2",
  48. "webpack-dev-server": "^1.16.2",
  49. "webpack-md5-hash": "0.0.5"
  50. }
  51. }