-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
69 lines (69 loc) · 1.87 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
69
{
"private": true,
"proxy": "http://localhost:4000",
"scripts": {
"dev": "run-s vite:dev artisan:serve",
"vite:dev": "vite",
"artisan:serve": "php artisan serve --port='8001'",
"build": "vite build && vite build --ssr",
"type-check": "vue-tsc --noEmit",
"obfuscate": "node postcss-obfuscate"
},
"eslintConfig": {
"root": true,
"env": {
"node": true,
"vue/setup-compiler-macros": true
},
"extends": [
"plugin:vue/vue3-essential",
"eslint:recommended"
]
},
"devDependencies": {
"autoprefixer": "^10.4.19",
"axios": "^1.7.2",
"daisyui": "^3.9.4",
"laravel-vite-plugin": "^0.7.8",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.38",
"postcss-load-config": "^6.0.1",
"rollup-obfuscator": "^3.0.2",
"sass": "^1.77.6",
"typescript": "^5.5.2",
"vite": "^4.5.3",
"vite-plugin-obfuscator": "^1.0.5",
"vite-plugin-pwa": "^0.20.0",
"vite-plugin-watch": "^0.2.0",
"vue-tsc": "^1.8.27"
},
"dependencies": {
"@inertiajs/core": "^1.2.0",
"@inertiajs/vue3": "^1.2.0",
"@popperjs/core": "^2.11.8",
"@rollup/plugin-node-resolve": "^15.2.3",
"@types/node": "^20.14.9",
"@vitejs/plugin-vue": "^4.6.2",
"@vitejs/plugin-vue-jsx": "^3.1.0",
"@vue/server-renderer": "^3.4.30",
"circle-flags": "https://github.com/HatScripts/circle-flags",
"dayjs": "^1.11.11",
"fsevents": "^2.3.3",
"laravel-echo": "^1.16.1",
"momentum-paginator": "^1.0.7",
"momentum-trail": "^0.3.5",
"path": "^0.12.7",
"postcss-obfuscator": "^1.6.1",
"pusher-js": "^8.4.0-rc2",
"tippy.js": "^6.3.7",
"v-lazy-image": "^2.1.1",
"vue": "^3.4.30",
"vue-skeletor": "^1.0.6",
"vue-tippy": "^6.4.3",
"vue3-google-login": "^2.0.26",
"ziggy-js": "^1.8.2"
},
"optionalDependencies": {
"@rollup/rollup-linux-x64-gnu": "4.9.5"
}
}