21 lines
472 B
JSON
21 lines
472 B
JSON
{
|
|
"name": "accounting-app",
|
|
"version": "1.0.0",
|
|
"description": "强宝爱记账",
|
|
"main": "main.js",
|
|
"scripts": {
|
|
"dev:h5": "npm run serve",
|
|
"serve": "uni serve",
|
|
"build:h5": "uni build"
|
|
},
|
|
"dependencies": {
|
|
"@dcloudio/uni-app": "^2.0.2-4080720251210002",
|
|
"@dcloudio/uni-h5": "^2.0.2-4080720251210002",
|
|
"pinia": "^2.3.1",
|
|
"vue": "^3.5.25"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^24.10.2",
|
|
"typescript": "^5.2.2"
|
|
}
|
|
} |