package.json 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. {
  2. "name": "ibrand-wechat",
  3. "version": "1.0.0",
  4. "description": "",
  5. "main": "app.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1",
  8. "dev": "webpack --watch --progress --colors --config webpack.dev.config.js",
  9. "build": "webpack --progress --hide-modules --config webpack.prod.config.js"
  10. },
  11. "author": "",
  12. "license": "MIT",
  13. "dependencies": {
  14. "babel": "^6.23.0",
  15. "babel-plugin-transform-runtime": "^6.23.0",
  16. "babel-runtime": "^6.26.0",
  17. "copy-webpack-plugin": "^4.0.1",
  18. "glob": "^7.1.2",
  19. "gulp-minify-css": "^1.2.4",
  20. "natives": "^1.1.6",
  21. "nativescript": "^5.1.0",
  22. "npm": "^5.4.2",
  23. "pingpp-js": "^2.1.13",
  24. "regenerator": "^0.10.0",
  25. "webpack": "^3.12.0",
  26. "webpack-dev-server": "^2.7.1",
  27. "wxa-plugin-canvas": "^1.1.12"
  28. },
  29. "devDependencies": {
  30. "babel-cli": "^6.26.0",
  31. "babel-core": "^6.26.0",
  32. "babel-loader": "^7.1.2",
  33. "babel-plugin-add-module-exports": "^0.2.1",
  34. "babel-polyfill": "^6.26.0",
  35. "babel-preset-es2015": "^6.24.1",
  36. "babel-preset-latest": "^6.24.1",
  37. "babel-preset-stage-0": "^6.24.1",
  38. "fs": "0.0.1-security",
  39. "gulp": "^3.9.1",
  40. "gulp-changed": "^3.2.0",
  41. "gulp-less": "^3.5.0",
  42. "gulp-notify": "^3.2.0",
  43. "gulp-plumber": "^1.2.0",
  44. "gulp-rename": "^1.3.0",
  45. "merge-stream": "^1.0.1",
  46. "npm-run-all": "^4.1.3",
  47. "path": "^0.12.7",
  48. "redux": "^3.7.2",
  49. "redux-thunk": "^2.2.0",
  50. "redux-weapp": "^0.1.0",
  51. "weapp-next": "^0.3.0",
  52. "webpack-cli": "^2.1.5",
  53. "webpack-merge": "^4.1.0",
  54. "yargs": "^11.0.0"
  55. }
  56. }