mirror of
https://github.com/potato47/ccc-devtools.git
synced 2024-12-26 03:39:16 +00:00
27 lines
601 B
JSON
27 lines
601 B
JSON
{
|
|
"name": "ccc-devtools",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vue-tsc --noEmit && vite build",
|
|
"preview": "vite preview",
|
|
"package": "node scripts/package.js"
|
|
},
|
|
"dependencies": {
|
|
"element-plus": "^2.2.6",
|
|
"vue": "^3.2.25",
|
|
"vue-final-modal": "^3.4.4"
|
|
},
|
|
"devDependencies": {
|
|
"@vitejs/plugin-vue": "^2.3.3",
|
|
"adm-zip": "^0.5.9",
|
|
"typescript": "^4.5.4",
|
|
"unplugin-auto-import": "^0.9.3",
|
|
"unplugin-vue-components": "^0.21.1",
|
|
"vite": "^2.9.9",
|
|
"vue-tsc": "^0.34.7"
|
|
}
|
|
}
|