-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 869 Bytes
/
package.json
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
36
37
38
39
{
"name": "dag",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"autoprefixer": "^10.4.19",
"axios": "^1.6.8",
"countup.js": "^2.8.0",
"dayjs": "^1.11.10",
"echarts": "^5.5.0",
"element-plus": "^2.5.3",
"js-cookie": "^3.0.5",
"js-yaml": "^4.1.0",
"marked": "^12.0.1",
"mockjs": "^1.1.0",
"pinia": "^2.1.7",
"postcss": "^8.4.38",
"sass-loader": "^14.0.0",
"tailwindcss": "^3.4.3",
"vue": "^3.3.11",
"vue-echarts": "^6.6.9",
"vue-markdown": "^2.2.4",
"vue-router": "^4.2.5",
"vue2-ace-editor": "^0.0.15",
"vuex": "^4.1.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.5.2",
"less": "^4.2.0",
"sass": "^1.70.0",
"vite": "^5.0.10"
}
}