33 lines
898 B
JSON
33 lines
898 B
JSON
{
|
|
"name": "test1",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"description": "This template should help get you started developing with Vue 3 and TypeScript in Vite. The template uses Vue 3 `<script setup>` SFCs, check out the [script setup docs](https://v3.vuejs.org/api/sfc-script-setup.html#sfc-script-setup) to learn more.",
|
|
"keywords": [
|
|
"123456"
|
|
],
|
|
"license": "ISC",
|
|
"author": "yoyuzh",
|
|
"type": "module",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vue-tsc -b && vite build",
|
|
"preview": "vite preview",
|
|
"test": "vitest run"
|
|
},
|
|
"dependencies": {
|
|
"@element-plus/icons-vue": "^2.3.2",
|
|
"vue": "^3.5.25"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^24.10.1",
|
|
"@vitejs/plugin-vue": "^6.0.2",
|
|
"@vue/tsconfig": "^0.8.1",
|
|
"typescript": "~5.9.3",
|
|
"vite": "^7.3.1",
|
|
"vitest": "^4.0.18",
|
|
"vue-tsc": "^3.1.5"
|
|
}
|
|
}
|