25 lines
527 B
JSON
25 lines
527 B
JSON
|
|
{
|
||
|
|
"name": "coupon",
|
||
|
|
"version": "1.0.0",
|
||
|
|
"description": "",
|
||
|
|
"main": "app.js",
|
||
|
|
"scripts": {
|
||
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
||
|
|
"dev": "npm run build",
|
||
|
|
"build": "gulp --gulpfile ./build/gulpfile.js"
|
||
|
|
},
|
||
|
|
"repository": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "https://gitee.com/fang_hoo/coupon.git"
|
||
|
|
},
|
||
|
|
"author": "",
|
||
|
|
"license": "ISC",
|
||
|
|
"dependencies": {
|
||
|
|
"@vant/weapp": "^1.10.0"
|
||
|
|
},
|
||
|
|
"devDependencies": {
|
||
|
|
"stylelint": "^16.12.0",
|
||
|
|
"stylelint-config-standard": "^36.0.1"
|
||
|
|
}
|
||
|
|
}
|