-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 884 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
{
"name": "frontend",
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview --port 5050",
"test:unit": "vitest --environment jsdom"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.1.1",
"@fortawesome/free-regular-svg-icons": "^6.1.1",
"@fortawesome/free-solid-svg-icons": "^6.1.1",
"@fortawesome/vue-fontawesome": "^3.0.0-5",
"@vuepic/vue-datepicker": "^3.0.0",
"axios": "^0.26.1",
"date-fns": "^2.28.0",
"element-plus": "^2.1.5",
"socket.io-client": "^4.4.1",
"vue": "^3.2.31",
"vue-router": "^4.0.12",
"vue3-smooth-dnd": "^0.0.2",
"vuex": "^4.0.2"
},
"devDependencies": {
"@vitejs/plugin-vue": "^2.2.4",
"@vue/test-utils": "^2.0.0-rc.18",
"jsdom": "^19.0.0",
"sass": "^1.49.9",
"vite": "^2.8.4",
"vitest": "^0.5.0"
}
}