-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.2 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.2 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
{
"name": "frontend",
"type": "module",
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"watch": "vite build --mode=dev --watch",
"lint": "eslint . --fix",
"format": "prettier . --write --ignore-path .gitignore"
},
"dependencies": {
"@fontsource/zilla-slab": "5.0.14",
"@iconify-json/material-symbols": "1.2.63",
"@iconify-json/mdi": "1.2.3",
"@iconify-json/simple-icons": "1.2.77",
"@plausible-analytics/tracker": "0.4.3",
"@popperjs/core": "2.11.8",
"@vitejs/plugin-vue": "6.0.1",
"@vueuse/core": "14.2.1",
"autoprefixer": "10.4.24",
"bootstrap": "5.3.8",
"pocketbase": "0.26.8",
"sass": "1.98.0",
"unplugin-icons": "23.0.1",
"vite": "7.3.1",
"vue": "3.5.29",
"vue-router": "5.0.3"
},
"devDependencies": {
"@eslint/js": "9.9.1",
"@iconify-json/svg-spinners": "^1.2.4",
"@vue/eslint-config-prettier": "9.0.0",
"eslint": "9.38.0",
"eslint-config-prettier": "10.1.8",
"eslint-plugin-prettier": "5.5.4",
"eslint-plugin-vue": "10.7.0",
"globals": "15.9.0",
"prettier": "3.8.1",
"vue-eslint-parser": "10.2.0"
}
}