-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.42 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.42 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
43
44
45
46
47
48
49
50
51
52
53
{
"name": "damien",
"version": "0.1.0",
"scripts": {
"build-vue": "vite build --outDir='dist/static'",
"lint-vue": "eslint .",
"lint-vue-fix": "eslint . --fix",
"preview": "vite preview",
"serve-vue": "vite --host --strictPort"
},
"dependencies": {
"@mdi/font": "7.4.47",
"@mdi/js": "7.4.47",
"@popperjs/core": "2.11.8",
"axios": "1.13.2",
"core-js": "3.47.0",
"linkify-html": "4.3.2",
"linkifyjs": "4.3.2",
"lodash": "4.17.21",
"luxon": "3.7.2",
"pinia": "3.0.4",
"v-calendar": "3.1.2",
"vue": "3.5.24",
"vue-router": "4.6.3",
"vuetify": "3.10.11"
},
"devDependencies": {
"@eslint/compat": "^2.0.0",
"@eslint/eslintrc": "^3.3.1",
"@eslint/js": "^9.39.1",
"@types/gtag.js": "^0.0.20",
"@types/lodash": "^4.17.20",
"@types/luxon": "^3.7.1",
"@types/node": "^24.10.1",
"@vitejs/plugin-vue": "^6.0.1",
"@vue/eslint-config-typescript": "^14.6.0",
"eslint": "^9.39.1",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-vue": "^10.5.1",
"eslint-plugin-vue-scoped-css": "^2.12.0",
"globals": "^16.5.0",
"postcss": "^8.5.6",
"postcss-nesting": "^13.0.2",
"sass-embedded": "^1.93.3",
"typescript": "^5.9.3",
"typescript-eslint": "^8.47.0",
"vite": "^7.2.2",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-vuetify": "^2.1.2",
"vue-eslint-parser": "^10.2.0"
},
"type": "module"
}