Files
yshopb2c-uniapp/package.json

27 lines
578 B
JSON
Raw Permalink Normal View History

2020-03-15 13:59:43 +08:00
{
"name": "yshopmall_uni",
2022-07-21 21:20:33 +08:00
"version": "3.3.0",
2020-03-15 13:59:43 +08:00
"description": "",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"animate.css": "^3.7.2",
"async-validator": "^3.2.4",
2020-07-12 22:44:37 +08:00
"dayjs": "^1.8.22",
2022-05-15 21:06:16 +08:00
"flyio": "^0.6.14",
2020-08-15 20:07:33 +08:00
"jweixin-module": "^1.6.0",
2020-09-01 17:55:08 +08:00
"miniapp-color-thief": "^1.0.5",
2021-02-02 20:38:50 +08:00
"vconsole": "^3.3.4",
2020-08-15 20:07:33 +08:00
"wechat-jssdk": "^5.0.4"
},
"devDependencies": {
"@types/html5plus": "^1.0.1",
"@types/uni-app": "^1.4.3"
2020-03-15 13:59:43 +08:00
}
}