-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 1018 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 1018 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "vite-stalin",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^7.0.0",
"@material-icons/font": "catalog:",
"@mdui/icons": "^1.0.3",
"axios": "^1.11.0",
"chart.js": "^4.5.0",
"echarts": "^6.0.0",
"mdui": "^2.1.4",
"sober": "^1.1.9",
"sober-theme": "0.1.2-alpha.1",
"socket.io-client": "^4.8.1",
"vue": "^3.5.18",
"vue-router": "^4.5.1"
},
"devDependencies": {
"@vitejs/plugin-vue": "^6.0.1",
"sass-embedded": "^1.91.0",
"vite": "^7.1.2"
},
"description": "This template should help get you started developing with Vue 3 in Vite. The template uses Vue 3 `<script setup>` SFCs, check out the [script setup docs](https://v3.vuejs.org/api/sfc-script-setup.html#sfc-script-setup) to learn more.",
"main": "vite.config.js",
"keywords": [],
"author": "",
"license": "ISC"
}