41 lines
1.2 KiB
JSON
41 lines
1.2 KiB
JSON
{
|
|
"name": "hope_wine",
|
|
"version": "1.0.0",
|
|
"description": "希望软件小程序",
|
|
"main": "weapp/app.js",
|
|
"scripts": {
|
|
"dev": "./node_modules/.bin/wepy build --watch",
|
|
"build": "cross-env NODE_ENV=production ./node_modules/.bin/wepy build --no-cache",
|
|
"clean": "rm -rf weapp",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"wepy": {
|
|
"module-a": false
|
|
},
|
|
"author": "Machengtianjiang <myxmctj@gmail.com>",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@wepy/core": "^2.1.0",
|
|
"@wepy/x": "^2.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.1.0",
|
|
"@babel/plugin-proposal-class-properties": "^7.12.1",
|
|
"@babel/preset-env": "^7.1.0",
|
|
"@wepy/babel-plugin-import-regenerator": "2.1.0",
|
|
"@wepy/cli": "^2.1.0",
|
|
"@wepy/compiler-babel": "^2.1.0",
|
|
"@wepy/compiler-less": "^2.1.0",
|
|
"babel-eslint": "^7.2.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-eslint": "^1.5.4"
|
|
}
|
|
}
|