mirror of
https://github.com/ZeroCatDev/Classworks.git
synced 2025-07-01 16:49:22 +00:00
51 lines
1.3 KiB
JSON
51 lines
1.3 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",
|
|
"@microsoft/clarity": "^1.0.0",
|
|
"axios": "^1.8.4",
|
|
"idb": "^8.0.2",
|
|
"js-base64": "^3.7.7",
|
|
"js-yaml": "^4.1.0",
|
|
"pinyin-pro": "^3.26.0",
|
|
"ratelimit-header-parser": "^0.1.0",
|
|
"roboto-fontface": "*",
|
|
"typewriter-effect": "^2.21.0",
|
|
"uuid": "^9.0.1",
|
|
"vue": "^3.4.31",
|
|
"vuetify": "^3.8.0"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.14.0",
|
|
"@vite-pwa/assets-generator": "^1.0.0",
|
|
"@vitejs/plugin-vue": "^5.2.3",
|
|
"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": "^3.0.1",
|
|
"sass": "1.86.3",
|
|
"sass-embedded": "^1.86.3",
|
|
"unplugin-auto-import": "^19.1.2",
|
|
"unplugin-fonts": "^1.3.1",
|
|
"unplugin-vue-components": "^28.4.1",
|
|
"unplugin-vue-router": "^0.12.0",
|
|
"vite": "^5.4.17",
|
|
"vite-plugin-pwa": "^1.0.0",
|
|
"vite-plugin-vue-layouts": "^0.11.0",
|
|
"vite-plugin-vuetify": "^2.1.1",
|
|
"vue-router": "^4.5.0"
|
|
}
|
|
}
|