-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
65 lines (65 loc) · 1.94 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
{
"name": "gimvicurnik",
"description": "A website for a school timetable, substitutions and menus at Gimnazija Vič",
"license": "GPL-3.0-or-later",
"version": "0.0.0",
"homepage": "https://urnik.gimvic.org/",
"repository": "https://github.com/filips123/GimVicUrnik",
"bugs": "https://github.com/filips123/GimVicUrnik/issues",
"author": "filips123 <[email protected]>",
"keywords": [
"timetables",
"substitutions",
"menus",
"gimvic"
],
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint .",
"typecheck": "vue-tsc --noEmit -p tsconfig.app.json --composite false",
"format": "prettier src plugins ${0:- --check}"
},
"packageManager": "[email protected]",
"dependencies": {
"@mdi/js": "^7.4.47",
"@sentry/browser": "^8.47.0",
"@sentry/core": "^8.47.0",
"@sentry/vue": "^8.47.0",
"@vueuse/core": "^12.2.0",
"pinia": "^2.3.0",
"pinia-plugin-persistedstate": "^4.2.0",
"pulltorefreshjs": "^0.1.22",
"vue": "^3.5.13",
"vue-router": "^4.5.0",
"vuetify": "^3.7.6"
},
"devDependencies": {
"@eslint/compat": "^1.2.4",
"@eslint/js": "^9.17.0",
"@rushstack/eslint-patch": "^1.10.4",
"@sentry/vite-plugin": "^2.22.7",
"@tsconfig/node20": "^20.1.4",
"@types/node": "^20.17.10",
"@types/pulltorefreshjs": "^0.1.7",
"@vitejs/plugin-vue": "^5.2.1",
"@vue/eslint-config-prettier": "^10.1.0",
"@vue/eslint-config-typescript": "^14.2.0",
"@vue/tsconfig": "^0.7.0",
"eslint": "^9.17.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-simple-import-sort": "^12.1.1",
"eslint-plugin-vue": "^9.32.0",
"prettier": "^3.4.2",
"typescript": "~5.7.2",
"vite": "^6.0.6",
"vite-plugin-html": "^3.2.2",
"vite-plugin-pwa": "^0.21.1",
"vite-plugin-vue-devtools": "^7.6.8",
"vite-plugin-vuetify": "^2.0.4",
"vue-tsc": "^2.2.0"
}
}