This repository has been archived by the owner on Sep 8, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
71 lines (71 loc) · 2.01 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
61
62
63
64
65
66
67
68
69
70
71
{
"name": "reims2-frontend",
"version": "1.0.0",
"private": true,
"type": "module",
"packageManager": "[email protected]",
"scripts": {
"dev": "vite",
"dev:local": "VITE_API_URL=http://localhost:9966/ vite",
"dev:remote": "VITE_API_URL=https://dev.reims2.app/ vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview",
"lint": "eslint . --fix --ignore-path .gitignore",
"test": "vitest run --coverage",
"test:watch": "vitest --ui --coverage"
},
"engines": {
"node": "20.16.0"
},
"dependencies": {
"@fontsource-variable/roboto-flex": "5.0.16",
"@vueuse/core": "10.11.1",
"axios": "1.7.7",
"dayjs": "1.11.13",
"jwt-decode": "4.0.0",
"pinia": "2.2.2",
"pinia-plugin-persistedstate": "3.2.3",
"vue": "3.5.2",
"vue-router": "4.4.3",
"vue-toastification": "2.0.0-rc.5",
"vue3-enter-to-tab": "3.1.4",
"vuetify": "3.6.15"
},
"devDependencies": {
"@babel/types": "7.25.6",
"@mdi/js": "7.4.47",
"@pinia/testing": "0.1.5",
"@playwright/test": "1.46.1",
"@testing-library/vue": "8.0.3",
"@types/jest": "29.5.12",
"@types/node": "20.16.5",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
"@vitejs/plugin-vue": "5.1.3",
"@vitest/coverage-v8": "2.0.5",
"@vitest/ui": "2.0.5",
"@vue/eslint-config-typescript": "13.0.0",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-config-standard": "17.1.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-n": "16.6.2",
"eslint-plugin-promise": "6.6.0",
"eslint-plugin-vue": "9.27.0",
"happy-dom": "14.12.3",
"prettier": "3.3.3",
"sass": "1.78.0",
"typescript": "5.5.4",
"unplugin-auto-import": "0.18.2",
"vite": "5.4.3",
"vite-plugin-pwa": "0.20.5",
"vite-plugin-vue-devtools": "7.4.4",
"vite-plugin-vuetify": "2.0.4",
"vitest": "2.0.4",
"vue-tsc": "2.1.6",
"workbox-window": "7.1.0"
},
"resolutions": {
"vue": "3.5.2"
}
}