-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
68 lines (68 loc) · 2.23 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
{
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc && vite build && vite build --ssr",
"check": "vue-tsc",
"lint": "eslint resources/js",
"lint:fix": "eslint resources/js --fix",
"prettier": "prettier --write \"./**/*.{html,vue,ts,js,json,md}\""
},
"devDependencies": {
"@eslint/js": "^9.9.0",
"@inertiajs/inertia": "^0.11.1",
"@inertiajs/vue3": "^1.0.0",
"@material-design-icons/font": "^0.14.13",
"@rushstack/eslint-patch": "^1.10.4",
"@tailwindcss/typography": "^0.5.14",
"@types/nprogress": "^0.2.3",
"@typescript-eslint/eslint-plugin": "^8.8.1",
"@typescript-eslint/parser": "^8.8.1",
"@vitejs/plugin-vue": "^5.0.0",
"@vue/server-renderer": "^3.4.27",
"@vueuse/components": "^11.0.1",
"@vueuse/core": "^11.0.1",
"@vueuse/integrations": "^11.0.1",
"@vueuse/router": "^11.0.1",
"async-validator": "^4.2.5",
"autoprefixer": "^10.4.20",
"axios": "^1.6.4",
"change-case": "^5.4.4",
"daisyui": "^4.12.10",
"dotenv": "^16.4.5",
"drauu": "^0.4.1",
"eslint": "^9.12.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-unused-imports": "^4.1.3",
"eslint-plugin-vue": "^9.27.0",
"feather-icons": "^4.29.2",
"focus-trap": "^7.5.4",
"fuse.js": "^7.0.0",
"globals": "^15.9.0",
"idb-keyval": "^6.2.1",
"jwt-decode": "^4.0.0",
"laravel-vite-plugin": "^1.0",
"nprogress": "^0.2.0",
"postcss": "^8.4.41",
"prettier": "^3.3.3",
"qrcode": "^1.5.4",
"sortablejs": "^1.15.2",
"tailwindcss": "^3.4.10",
"theme-change": "^2.5.0",
"typescript": "^5.5.4",
"typescript-eslint": "^8.1.0",
"universal-cookie": "^7.2.0",
"vite": "^5.0",
"vite-plugin-checker": "^0.7.2",
"vite-plugin-eslint": "^1.8.1",
"vue": "^3.4.38",
"vue-i18n": "^9.14.0",
"vue-router": "^4.4.3",
"vue-tsc": "^2.0.24"
},
"dependencies": {
"material-symbols": "^0.23.0"
}
}