You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
567 B
29 lines
567 B
{
|
|
"name": "app2",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"engines": {
|
|
"node": "^20.19.0 || >=22.12.0"
|
|
},
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview",
|
|
"test:unit": "vitest"
|
|
},
|
|
"dependencies": {
|
|
"pinia": "^3.0.4",
|
|
"vue": "^3.5.25",
|
|
"vue-router": "^4.6.3"
|
|
},
|
|
"devDependencies": {
|
|
"@vitejs/plugin-vue": "^6.0.2",
|
|
"@vue/test-utils": "^2.4.6",
|
|
"jsdom": "^27.2.0",
|
|
"vite": "^7.2.4",
|
|
"vite-plugin-vue-devtools": "^8.0.5",
|
|
"vitest": "^4.0.14"
|
|
}
|
|
}
|