package.json 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. {
  2. "name": "y",
  3. "version": "0.0.2",
  4. "description": "A WePY project",
  5. "main": "dist/app.js",
  6. "scripts": {
  7. "dev": "wepy build -w",
  8. "build": "cross-env NODE_ENV=production wepy build --no-cache",
  9. "dev:web": "wepy build --output web",
  10. "clean": "find ./dist -maxdepth 1 -not -name 'project.config.json' -not -name 'dist' | xargs rm -rf",
  11. "test": "echo \"Error: no test specified\" && exit 1"
  12. },
  13. "wepy": {
  14. "module-a": false,
  15. "./src/components/list": "./src/components/wepy-list.wpy"
  16. },
  17. "author": "Limengbo <15600099705@163.com>",
  18. "license": "MIT",
  19. "dependencies": {
  20. "redux": "^3.7.2",
  21. "redux-actions": "^2.2.1",
  22. "redux-promise": "^0.5.3",
  23. "wepy-redux": "^1.5.3",
  24. "wepy": "^1.6.0",
  25. "wepy-async-function": "^1.4.4",
  26. "wepy-com-toast": "^1.0.2"
  27. },
  28. "devDependencies": {
  29. "babel-eslint": "^7.2.1",
  30. "babel-plugin-transform-class-properties": "^6.24.1",
  31. "babel-plugin-transform-decorators-legacy": "^1.3.4",
  32. "babel-plugin-transform-export-extensions": "^6.22.0",
  33. "babel-plugin-transform-object-rest-spread": "^6.26.0",
  34. "babel-preset-env": "^1.6.1",
  35. "cross-env": "^5.1.3",
  36. "eslint": "^3.18.0",
  37. "eslint-config-standard": "^7.1.0",
  38. "eslint-friendly-formatter": "^2.0.7",
  39. "eslint-plugin-html": "^2.0.1",
  40. "eslint-plugin-promise": "^3.5.0",
  41. "eslint-plugin-standard": "^2.0.1",
  42. "wepy-eslint": "^1.5.3",
  43. "less": "^3.8.1",
  44. "wepy-compiler-babel": "^1.5.1",
  45. "wepy-compiler-less": "^1.3.10"
  46. }
  47. }