package.json 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. {
  2. "name": "jsinhands",
  3. "version": "0.0.2",
  4. "description": "taopiaopiaoAPI join",
  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": "zhangxiong@cuanpian.com",
  18. "license": "MIT",
  19. "dependencies": {
  20. "fundebug-wxjs": "^0.9.0",
  21. "wepy": "^1.7.2",
  22. "wepy-async-function": "^1.4.4",
  23. "wepy-com-toast": "^1.0.2"
  24. },
  25. "devDependencies": {
  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. "less": "^3.10.3",
  33. "wepy-compiler-babel": "^1.5.1",
  34. "wepy-compiler-less": "^1.3.14",
  35. "wepy-plugin-imagemin": "^1.5.3",
  36. "wepy-plugin-uglifyjs": "^1.3.7"
  37. }
  38. }