| 1234567891011121314151617181920212223242526272829303132333435363738 |
- {
- "name": "jsinhands",
- "version": "0.0.2",
- "description": "taopiaopiaoAPI join",
- "main": "dist/app.js",
- "scripts": {
- "dev": "wepy build --watch",
- "build": "cross-env NODE_ENV=production wepy build --no-cache",
- "dev:web": "wepy build --output web",
- "clean": "find ./dist -maxdepth 1 -not -name 'project.config.json' -not -name 'dist' | xargs rm -rf",
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "wepy": {
- "module-a": false,
- "./src/components/list": "./src/components/wepy-list.wpy"
- },
- "author": "zhangxiong@cuanpian.com",
- "license": "MIT",
- "dependencies": {
- "fundebug-wxjs": "^0.9.0",
- "wepy": "^1.7.2",
- "wepy-async-function": "^1.4.4",
- "wepy-com-toast": "^1.0.2"
- },
- "devDependencies": {
- "babel-plugin-transform-class-properties": "^6.24.1",
- "babel-plugin-transform-decorators-legacy": "^1.3.4",
- "babel-plugin-transform-export-extensions": "^6.22.0",
- "babel-plugin-transform-object-rest-spread": "^6.26.0",
- "babel-preset-env": "^1.6.1",
- "cross-env": "^5.1.3",
- "less": "^3.10.3",
- "wepy-compiler-babel": "^1.5.1",
- "wepy-compiler-less": "^1.3.14",
- "wepy-plugin-imagemin": "^1.5.3",
- "wepy-plugin-uglifyjs": "^1.3.7"
- }
- }
|