-
-
Notifications
You must be signed in to change notification settings - Fork 78
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 2.1 KB
/
package.json
File metadata and controls
62 lines (62 loc) · 2.1 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
54
55
56
57
58
59
60
61
62
{
"private": true,
"type": "module",
"scripts": {
"build": "vue-tsc && vite build",
"dev": "vite",
"style": "npx prettier . --check",
"style:fix": "npx prettier . --write",
"lint": "eslint resources/js",
"lint:fix": "eslint resources/js --fix",
"typecheck": "vue-tsc --noEmit",
"check-update": "npx npm-check-updates",
"update-all": "npx npm-check-updates -u && npm install",
"update-all-patch": "npx npm-check-updates --target patch -u && npm install",
"update-playwright": "npm install playwright@latest --dev && npx playwright install"
},
"devDependencies": {
"@inertiajs/vue3": "^3.1.1",
"@rushstack/eslint-patch": "^1.16",
"@tailwindcss/vite": "^4.3",
"@types/node": "^25.9",
"@vitejs/plugin-vue": "^6.0",
"@vue/eslint-config-prettier": "^10.2",
"@vue/eslint-config-typescript": "^14.7",
"concurrently": "^9.2",
"eslint": "^10.4",
"eslint-plugin-vue": "^10.9",
"laravel-vite-plugin": "^3.1",
"playwright": "^1.60.0",
"postcss": "^8.5.15",
"prettier": "^3.8",
"prettier-plugin-organize-attributes": "^1.0",
"prettier-plugin-organize-imports": "^4.3",
"prettier-plugin-tailwindcss": "^0.8",
"tailwindcss": "4.3",
"typescript": "6.0",
"vite": "^8.0",
"vue": "3.5",
"vue-tsc": "3.3.1"
},
"dependencies": {
"@inertiajs/vite": "^3.1.1",
"@lucide/vue": "latest",
"@sentry/vite-plugin": "^5.3",
"@sentry/vue": "^10.53",
"@vueuse/core": "^14.3.0",
"apexcharts": "^5.12",
"class-variance-authority": "^0.7",
"clsx": "^2.1.1",
"laravel-vue-i18n": "^2.8.0",
"moment": "^2.30",
"moment-timezone": "^0.6",
"reka-ui": "^2.9",
"tailwind-merge": "^3.6",
"tailwindcss-animate": "^1.0",
"tw-animate-css": "^1.4",
"vaul-vue": "^0.4",
"vue3-apexcharts": "^1.11",
"vue3-emoji-picker": "^1.1",
"vuedraggable": "^4.1.0"
}
}