You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
47 lines
1.5 KiB
47 lines
1.5 KiB
{ |
|
"name": "sport2", |
|
"version": "0.0.2", |
|
"description": "糖友运动", |
|
"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": "ygc <guocun.yang@dnurse.cn>", |
|
"license": "MIT", |
|
"dependencies": { |
|
"moment": "^2.24.0", |
|
"wepy": "^1.6.0", |
|
"wepy-async-function": "^1.4.4", |
|
"wepy-com-toast": "^1.0.2" |
|
}, |
|
"devDependencies": { |
|
"babel-eslint": "^7.2.1", |
|
"babel-plugin-global-define": "^1.0.3", |
|
"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", |
|
"eslint": "^3.18.0", |
|
"eslint-config-standard": "^7.1.0", |
|
"eslint-friendly-formatter": "^2.0.7", |
|
"eslint-plugin-html": "^2.0.1", |
|
"eslint-plugin-promise": "^3.5.0", |
|
"eslint-plugin-standard": "^2.0.1", |
|
"less": "^3.8.1", |
|
"wepy-compiler-babel": "^1.5.1", |
|
"wepy-compiler-less": "^1.3.10", |
|
"wepy-eslint": "^1.5.3", |
|
"wepy-plugin-imagemin": "^1.5.3", |
|
"wepy-plugin-uglifyjs": "^1.3.7" |
|
} |
|
}
|
|
|