-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.68 KB
/
Copy pathpackage.json
File metadata and controls
53 lines (53 loc) · 1.68 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
{
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"eslint": "eslint resources/js/**/*.{js,vue}",
"eslint:fix": "eslint --fix resources/js/**/*.{js,vue}",
"prettier": "prettier -c resources/js/**/*.{js,vue}",
"prettier:fix": "prettier --write resources/js/**/*.{js,vue}"
},
"devDependencies": {
"@eslint/js": "^9.32.0",
"@typescript-eslint/eslint-plugin": "^8.38.0",
"@typescript-eslint/parser": "^8.38.0",
"@vitejs/plugin-vue": "^6.0.1",
"@vue/test-utils": "^2.4.6",
"autoprefixer": "^10.4.21",
"axios": "^1.11.0",
"eslint": "^9.32.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-vue": "^10.4.0",
"globals": "^16.3.0",
"jsdom": "^26.1.0",
"laravel-vite-plugin": "^2.0.0",
"postcss": "^8.5.6",
"prettier": "^3.6.2",
"tailwindcss": "^3.4.17",
"ts-loader": "^9.5.2",
"typescript": "^5.9.2",
"typescript-eslint": "^8.38.0",
"vite": "^7.0.6",
"vite-svg-loader": "^5.1.0",
"vitest": "^3.2.4"
},
"dependencies": {
"@chenfengyuan/vue-countdown": "^2.1.3",
"@inertiajs/vue3": "^2.0.17",
"@lottiefiles/lottie-player": "^2.0.12",
"@vueuse/core": "^13.6.0",
"maska": "^3.2.0",
"node-snackbar": "^0.1.16",
"vue": "^3.5.18"
},
"pnpm": {
"overrides": {
"ws@>=8.0.0 <8.17.1": ">=8.17.1",
"axios@>=1.3.2 <=1.7.3": ">=1.7.4",
"micromatch@<4.0.8": ">=4.0.8",
"webpack@>=5.0.0-alpha.0 <5.94.0": ">=5.94.0"
}
}
}