2024-04-30 17:45:03 +08:00
|
|
|
{
|
|
|
|
"name": "mall-app-b",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "",
|
|
|
|
"main": "main.js",
|
|
|
|
"scripts": {
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
},
|
|
|
|
"author": "Ankkaya",
|
|
|
|
"license": "ISC",
|
|
|
|
"dependencies": {
|
|
|
|
"dayjs": "^1.11.10",
|
|
|
|
"lodash": "^4.17.21",
|
|
|
|
"luch-request": "^3.1.1",
|
|
|
|
"pinia": "^2.1.7",
|
2024-05-20 01:18:27 +08:00
|
|
|
"pinia-plugin-persist-uni": "^1.3.1",
|
|
|
|
"weixin-js-sdk": "^1.6.5"
|
2024-04-30 17:45:03 +08:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"vconsole": "^3.15.1"
|
|
|
|
}
|
|
|
|
}
|