1
0
mirror of https://github.com/ZeroCatDev/Classworks.git synced 2025-07-02 00:59:23 +00:00
Classworks/package.json
2025-04-04 21:40:24 +08:00

48 lines
1.2 KiB
JSON

{
"name": "Classworks",
"private": true,
"type": "module",
"version": "0.0.0",
"scripts": {
"dev": "vite --host",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint . --fix"
},
"dependencies": {
"@mdi/font": "7.4.47",
"axios": "^1.7.7",
"idb": "^8.0.2",
"pinyin-pro": "^3.26.0",
"roboto-fontface": "*",
"typewriter-effect": "^2.21.0",
"vue": "^3.4.31",
"vue-masonry-wall": "^0.3.2",
"vue-waterfall-plugin-next": "^2.6.5",
"vuetify": "^3.6.14"
},
"devDependencies": {
"@eslint/js": "^9.14.0",
"@vite-pwa/assets-generator": "^1.0.0",
"@vitejs/plugin-vue": "^5.0.5",
"eslint": "^9.14.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.4.0",
"eslint-plugin-vue": "^9.30.0",
"pinia": "^2.1.7",
"sass": "1.77.8",
"sass-embedded": "^1.77.8",
"unplugin-auto-import": "^0.17.6",
"unplugin-fonts": "^1.1.1",
"unplugin-vue-components": "^0.27.2",
"unplugin-vue-router": "^0.10.0",
"vite": "^5.4.0",
"vite-plugin-pwa": "^1.0.0",
"vite-plugin-vue-layouts": "^0.11.0",
"vite-plugin-vuetify": "^2.0.3",
"vue-router": "^4.4.0"
}
}