-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
53 lines (53 loc) · 1.68 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
{
"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.14.0",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"@vitejs/plugin-vue": "^5.2.0",
"@vue/test-utils": "^2.4.6",
"autoprefixer": "^10.4.20",
"axios": "^1.7.7",
"eslint": "^9.14.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-vue": "^9.31.0",
"globals": "^15.12.0",
"jsdom": "^24.1.3",
"laravel-vite-plugin": "^1.0.6",
"postcss": "^8.4.49",
"prettier": "^3.3.3",
"tailwindcss": "^3.4.15",
"ts-loader": "^9.5.1",
"typescript": "^5.6.3",
"typescript-eslint": "^8.14.0",
"vite": "^5.4.11",
"vite-svg-loader": "^5.1.0",
"vitest": "^1.6.0"
},
"dependencies": {
"@chenfengyuan/vue-countdown": "^2.1.2",
"@inertiajs/vue3": "^1.2.0",
"@lottiefiles/lottie-player": "^2.0.12",
"@vueuse/core": "^10.11.1",
"maska": "^2.1.11",
"node-snackbar": "^0.1.16",
"vue": "^3.5.12"
},
"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"
}
}
}