package.json 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. {
  2. "name": "jiazhi",
  3. "version": "0.0.2",
  4. "description": "A WePY project",
  5. "main": "dist/app.js",
  6. "scripts": {
  7. "dev": "wepy build --watch",
  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": "",
  18. "license": "MIT",
  19. "dependencies": {
  20. "wepy": "^1.6.0",
  21. "wepy-async-function": "^1.4.4",
  22. "wepy-com-toast": "^1.0.2"
  23. },
  24. "devDependencies": {
  25. "babel-eslint": "^7.2.1",
  26. "babel-plugin-transform-class-properties": "^6.24.1",
  27. "babel-plugin-transform-decorators-legacy": "^1.3.4",
  28. "babel-plugin-transform-export-extensions": "^6.22.0",
  29. "babel-plugin-transform-object-rest-spread": "^6.26.0",
  30. "babel-preset-env": "^1.6.1",
  31. "cross-env": "^5.1.3",
  32. "node-sass": "^4.9.3",
  33. "wepy-compiler-babel": "^1.5.1",
  34. "wepy-compiler-less": "^1.3.10",
  35. "wepy-compiler-sass": "^1.3.12",
  36. "wepy-plugin-imagemin": "^1.5.3",
  37. "wepy-plugin-uglifyjs": "^1.3.7"
  38. }
  39. }