package.json 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. {
  2. "name": "aft-portal",
  3. "version": "2.0.0",
  4. "description": "",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1",
  8. "dlldev": "webpack --progress --colors --config ./webpack-dll.config.js --env.deploy dev --env.host 'http://127.0.0.1'",
  9. "dlltest": "webpack --progress --colors --config ./webpack-dll.config.js --env.deploy test --env.host 'http://static.jishutao.com'",
  10. "dllpro": "webpack --progress --colors --config ./webpack-dll.config.js --env.deploy prod --env.host 'http://static.goafanti.com'",
  11. "build": "node bin/clean.js && webpack --progress --colors --env.deploy dev",
  12. "buildtest": "node bin/clean.js && webpack --progress --colors --env.deploy test",
  13. "pro": "node bin/clean.js && webpack --progress --colors --env.deploy prod",
  14. "dev": "webpack-dev-server --port 80 --devtool eval --progress --colors --hot --content-base build --env.deploy dev --env.watch watch"
  15. },
  16. "repository": {
  17. "type": "git",
  18. "url": "https://git.coding.net/aft/AFT-PORTAL.git"
  19. },
  20. "author": "",
  21. "license": "ISC",
  22. "devDependencies": {
  23. "babel-core": "^6.23.1",
  24. "babel-loader": "^6.3.2",
  25. "babel-plugin-import": "^1.1.1",
  26. "babel-preset-es2015": "^6.22.0",
  27. "babel-preset-react": "^6.23.0",
  28. "css-loader": "^0.26.2",
  29. "del": "^3.0.0",
  30. "extract-text-webpack-plugin": "^2.1.0",
  31. "file-loader": "^0.10.1",
  32. "html-loader": "^0.4.5",
  33. "html-webpack-plugin": "^2.28.0",
  34. "html-withimg-loader": "^0.1.16",
  35. "imagemin-webpack-plugin": "^1.4.4",
  36. "jquery": "^3.1.1",
  37. "jsx-loader": "^0.13.2",
  38. "less": "^2.7.2",
  39. "less-loader": "^2.2.3",
  40. "style-loader": "^0.13.2",
  41. "url-loader": "^0.5.8",
  42. "webpack": "^2.2.1",
  43. "webpack-dev-server": "^2.4.1"
  44. },
  45. "dependencies": {
  46. "bootstrap": "^3.3.7",
  47. "bootstrap-loader": "^2.1.0",
  48. "bootstrap-sass": "^3.3.7",
  49. "echarts": "^3.6.2",
  50. "jquery": "^3.1.1"
  51. }
  52. }