-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.64 KB
/
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "frontend",
"version": "1.4.0",
"private": true,
"scripts": {
"dev": "vite --host --port 8080",
"build": "vite build",
"preview": "vite preview --host --port 8080",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore src vite.config.mjs .eslintrc.js",
"test": "vitest --dom"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.7.1",
"@fortawesome/fontawesome-svg-core": "^6.7.1",
"@fortawesome/free-solid-svg-icons": "^6.7.1",
"@fortawesome/vue-fontawesome": "^3.0.8",
"@json-editor/json-editor": "^2.15.2",
"@vitejs/plugin-vue": "^5.2.1",
"axios": "^1.7.9",
"chart.js": "^4.4.6",
"chartjs-plugin-annotation": "^3.1.0",
"idle-js": "^1.2.0",
"json-loader": "^0.5.7",
"lodash": "^4.17.21",
"pinia": "^2.3.0",
"postcss-nesting": "^13.0.1",
"socket.io-client": "^4.8.1",
"three": "^0.171.0",
"vite": "^5.4.11",
"vite-plugin-vuetify": "^2.0.4",
"vue": "^3.5.13",
"vue-gtag-next": "^1.14.0",
"vue-router": "^4.5.0",
"vuetify": "^3.7.5"
},
"devDependencies": {
"@pinia/testing": "^0.1.7",
"@vue/eslint-config-airbnb": "^8.0.0",
"@vue/test-utils": "^2.4.6",
"eslint": "^8.57.1",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-vitest": "^0.3.22",
"eslint-plugin-vitest-globals": "^1.5.0",
"eslint-plugin-vue": "^9.32.0",
"happy-dom": "^15.11.7",
"resize-observer-polyfill": "^1.5.1",
"sass": "^1.82.0",
"vite-plugin-eslint": "^1.8.0",
"vitest": "^2.1.8"
},
"postcss": {
"plugins": {
"autoprefixer": {}
}
},
"browserslist": [
"> 1%",
"last 2 versions"
]
}