ccc-devtools/package.json

29 lines
667 B
JSON
Raw Normal View History

2022-07-17 08:48:06 +00:00
{
"name": "ccc-devtools",
"private": true,
"version": "0.0.0",
"license": "MIT",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview",
2022-08-02 13:12:45 +00:00
"package": "node scripts/package.js",
"setup": "node scripts/setup.js"
2022-07-17 08:48:06 +00:00
},
"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",
2022-08-02 13:12:45 +00:00
"fs-extra": "^10.1.0",
2022-07-17 08:48:06 +00:00
"typescript": "^4.5.4",
"unplugin-auto-import": "^0.9.3",
"unplugin-vue-components": "^0.21.1",
"vite": "^2.9.16",
2022-07-17 08:48:06 +00:00
"vue-tsc": "^0.34.7"
}
}