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.
35 lines
844 B
35 lines
844 B
{
|
|
"name": "hello_vue3",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"engines": {
|
|
"node": "^20.19.0 || >=22.12.0"
|
|
},
|
|
"scripts": {
|
|
"dev": "vite --open",
|
|
"build": "run-p type-check \"build-only {@}\" --",
|
|
"preview": "vite preview",
|
|
"build-only": "vite build",
|
|
"type-check": "vue-tsc --build"
|
|
},
|
|
"dependencies": {
|
|
"axios": "^1.13.2",
|
|
"nanoid": "^5.1.6",
|
|
"pinia": "^3.0.3",
|
|
"vue": "^3.5.22",
|
|
"vue-router": "^4.6.3"
|
|
},
|
|
"devDependencies": {
|
|
"@tsconfig/node22": "^22.0.2",
|
|
"@types/node": "^22.18.11",
|
|
"@vitejs/plugin-vue": "^6.0.1",
|
|
"@vue/tsconfig": "^0.8.1",
|
|
"npm-run-all2": "^8.0.4",
|
|
"typescript": "~5.9.0",
|
|
"vite": "^7.1.11",
|
|
"vite-plugin-vue-devtools": "^8.0.3",
|
|
"vite-plugin-vue-setup-extend": "^0.4.0",
|
|
"vue-tsc": "^3.1.1"
|
|
}
|
|
}
|