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.
45 lines
1.2 KiB
45 lines
1.2 KiB
{ |
|
"name": "vue-project", |
|
"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" |
|
}, |
|
"dependencies": { |
|
"@headlessui/vue": "^1.7.23", |
|
"@unocss/reset": "^66.0.0", |
|
"gsap": "^3.12.7", |
|
"naive-ui": "^2.41.0", |
|
"pinia": "^3.0.1", |
|
"vue": "^3.5.13", |
|
"vue-cropper": "^1.1.4", |
|
"vue-draggable-plus": "^0.6.0", |
|
"vue-router": "^4.5.0" |
|
}, |
|
"devDependencies": { |
|
"@iconify/json": "^2.2.310", |
|
"@tsconfig/node22": "^22.0.0", |
|
"@types/node": "^22.13.5", |
|
"@unocss/preset-icons": "^66.0.0", |
|
"@unocss/preset-rem-to-px": "^66.0.0", |
|
"@vitejs/plugin-vue": "^5.2.1", |
|
"@vitejs/plugin-vue-jsx": "^4.1.1", |
|
"@vue/tsconfig": "^0.7.0", |
|
"npm-run-all2": "^7.0.2", |
|
"sass": "^1.85.0", |
|
"typescript": "~5.7.3", |
|
"unocss": "^66.0.0", |
|
"unocss-preset-scalpel": "^1.2.7", |
|
"unplugin-auto-import": "^19.1.0", |
|
"unplugin-icons": "^22.1.0", |
|
"unplugin-vue-components": "^28.4.0", |
|
"vite": "^6.1.0", |
|
"vite-plugin-vue-devtools": "^7.7.2", |
|
"vue-tsc": "^2.2.2" |
|
} |
|
}
|
|
|