Files
szjs/package.json

25 lines
527 B
JSON
Raw Permalink Normal View History

2025-03-07 22:27:18 +08:00
{
"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"
}
}