{ "name": "create-template", "private": true, "version": "0.0.0", "scripts": { "dev": "vite --host 0.0.0.0", "check": "vue-tsc --noEmit", "build": "vite build", "preview": "vite preview", "plop": "plop", "plopf": "plop --force" }, "dependencies": { "@element-plus/icons-vue": "^2.0.10", "@vueuse/core": "^9.4.0", "axios": "^0.27.2", "dayjs": "^1.11.6", "default-passive-events": "^2.0.0", "echarts": "^5.4.0", "element-plus": "^2.2.19", "lodash-es": "^4.17.21", "plop": "^3.1.1", "print-js": "^1.6.0", "tinymce": "^6.2.0", "vue": "^3.2.41", "vue-router": "^4.1.6" }, "devDependencies": { "@iconify/json": "^2.1.132", "@types/lodash-es": "^4.17.6", "@vitejs/plugin-vue": "^2.3.4", "sass": "^1.56.0", "typescript": "^4.8.4", "unplugin-auto-import": "^0.8.8", "unplugin-icons": "^0.14.13", "unplugin-vue-components": "^0.19.9", "vite": "^2.9.15", "vite-plugin-top-level-await": "^1.2.1", "vite-plugin-windicss": "^1.8.8", "vue-tsc": "0.38.2", "windicss": "^3.5.6" } }