-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
51 lines (51 loc) · 1.4 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
{
"name": "damien",
"version": "0.1.0",
"engines": {
"node": ">=20.0.0"
},
"scripts": {
"build-vue": "vite build --outDir='dist/static'",
"lint-vue": "./scripts/verify-read-only-src-vue2.sh && eslint . --ignore-path .eslint-ignore",
"lint-vue-fix": "eslint . --fix --ignore-path .eslint-ignore",
"preview": "vite preview",
"serve-vue": "vite --host --strictPort"
},
"dependencies": {
"@mdi/font": "7.2.96",
"@mdi/js": "7.4.47",
"axios": "1.7.7",
"core-js": "3.39.0",
"linkify-html": "4.1.3",
"linkifyjs": "4.1.3",
"lodash": "4.17.21",
"luxon": "3.5.0",
"pinia": "2.2.6",
"v-calendar": "3.1.2",
"vue": "3.5.12",
"vue-linkify": "1.0.1",
"vue-router": "4.4.5",
"vuetify": "3.7.3"
},
"devDependencies": {
"@eslint/js": "^9.13.0",
"@types/lodash": "^4.17.13",
"@types/luxon": "^3.4.2",
"@types/node": "^22.8.6",
"@vitejs/plugin-vue": "^5.1.4",
"@vue/eslint-config-typescript": "^13.0.0",
"eslint": "^8.57.0",
"eslint-plugin-vue": "^9.28.0",
"eslint-plugin-vue-scoped-css": "^2.8.1",
"postcss": "^8.4.47",
"postcss-nesting": "^13.0.1",
"sass-embedded": "^1.80.6",
"typescript": "^5.6.3",
"typescript-eslint": "^8.12.2",
"vite": "^5.4.10",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-vuetify": "^2.0.4",
"vue-eslint-parser": "^9.4.3"
},
"type": "module"
}