-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 961 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
{
"name": "6414-frontend",
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.0.0",
"buffer": "^6.0.3",
"chart.js": "^3.8.2",
"chartjs-plugin-annotation": "^1.4.0",
"chroma-js": "^2.4.2",
"element-plus": "^2.2.10",
"js-file-download": "^0.4.12",
"marked": "^4.0.18",
"vue": "3.2.33",
"vue-chart-3": "^3.1.8",
"vue-i18n": "9",
"vue-router": "^4.1.2"
},
"devDependencies": {
"@types/chroma-js": "^2.1.4",
"@types/jquery": "^3.5.14",
"@types/jqueryui": "^1.12.16",
"@types/marked": "^4.0.3",
"@types/node": "^18.6.1",
"@vitejs/plugin-vue": "^3.0.1",
"sass": "^1.54.0",
"typescript": "^4.7.4",
"vite": "^3.0.2",
"vue-class-component": "^8.0.0-rc.1",
"vue-property-decorator": "^10.0.0-rc.3",
"vue-tsc": "^0.39.0"
}
}