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.
31 lines
739 B
31 lines
739 B
{ |
|
"name": "test", |
|
"version": "0.0.0", |
|
"private": true, |
|
"type": "module", |
|
"scripts": { |
|
"dev": "vite", |
|
"build": "run-p type-check \"build-only {@}\" --", |
|
"preview": "vite preview", |
|
"build-only": "vite build", |
|
"type-check": "vue-tsc --build --force" |
|
}, |
|
"dependencies": { |
|
"@element-plus/icons-vue": "^2.3.1", |
|
"element-plus": "^2.8.6", |
|
"mitt": "^3.0.1", |
|
"pinia": "^2.2.5", |
|
"vue": "^3.4.29", |
|
"vue-router": "^4.3.3" |
|
}, |
|
"devDependencies": { |
|
"@tsconfig/node20": "^20.1.4", |
|
"@types/node": "^20.14.5", |
|
"@vitejs/plugin-vue": "^5.0.5", |
|
"@vue/tsconfig": "^0.5.1", |
|
"npm-run-all2": "^6.2.0", |
|
"typescript": "~5.4.0", |
|
"vite": "^5.3.1", |
|
"vue-tsc": "^2.0.21" |
|
} |
|
}
|
|
|