JewelryMall/package.json
2026-02-14 19:29:15 +08:00

19 lines
295 B
JSON

{
"name": "jewelry-mall",
"version": "1.0.0",
"private": true,
"scripts": {
"test": "vitest --run",
"test:watch": "vitest"
},
"devDependencies": {
"vitest": "*",
"fast-check": "*",
"typescript": "*"
},
"dependencies": {
"vue": "*",
"pinia": "*"
}
}