-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.18 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.18 KB
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
40
41
42
{
"name": "frontend",
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview --port 5050",
"test:unit": "vitest --environment jsdom"
},
"dependencies": {
"@vuepic/vue-datepicker": "^3.0.0",
"axios": "^0.26.1",
"chart.js": "^3.7.1",
"click-outside-vue3": "^4.0.1",
"element-plus": "^2.1.7",
"fast-average-color": "^7.1.0",
"lodash": "^4.17.21",
"luxon": "^2.3.1",
"moment": "^2.29.1",
"node-sass": "^7.0.1",
"socket.io": "^4.4.1",
"socket.io-client": "^4.4.1",
"vue": "^3.2.31",
"vue-chart-3": "^3.1.6",
"vue-router": "^4.0.12",
"vue-smooth-dnd": "^0.8.1",
"vue-socket.io": "^3.0.10",
"vue3-smooth-dnd": "^0.0.2",
"vuex": "^4.0.2"
},
"devDependencies": {
"@vitejs/plugin-vue": "^2.2.2",
"@vue/test-utils": "^2.0.0-rc.18",
"font-awesome": "^4.7.0",
"jsdom": "^19.0.0",
"sass": "^1.49.9",
"sass-loader": "^12.6.0",
"vite": "^2.8.4",
"vitest": "^0.5.0",
"webpack": "^5.70.0"
}
}