-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
103 lines (103 loc) · 3.24 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
{
"private": true,
"proxy": "http://localhost:4000",
"scripts": {
"dev": "run-s vite:dev artisan:serve",
"vite:dev": "vite",
"artisan:serve": "php artisan serve",
"build": "vite build && vite build --ssr",
"type-check": "vue-tsc --noEmit"
},
"eslintConfig": {
"root": true,
"env": {
"node": true,
"vue/setup-compiler-macros": true
},
"extends": [
"plugin:vue/vue3-essential",
"eslint:recommended"
]
},
"devDependencies": {
"@nuxt/image": "^1.0.0-rc.1",
"@nuxt/postcss8": "^1.1.3",
"@types/jquery": "^3.5.16",
"@types/three": "^0.154.0",
"@vitejs/plugin-basic-ssl": "^1.0.1",
"@vue/tsconfig": "^0.4.0",
"autoprefixer": "^10.4.13",
"axios": "^1.1.2",
"daisyui": "^3.5.0",
"laravel-vite-plugin": "^0.7.2",
"lodash": "^4.17.19",
"node-sass": "^9.0.0",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.20",
"postcss-obfuscator": "^1.6.0",
"rollup-obfuscator": "^3.0.2",
"sass": "^1.57.1",
"sass-loader": "^13.2.0",
"tailwindcss": "^3.2.4",
"ts-loader": "^9.4.3",
"typescript": "^5.1.5",
"vite": "^4.0.0",
"vite-plugin-mkcert": "^1.16.0",
"vite-plugin-obfuscator": "^1.0.5",
"vite-plugin-watch": "^0.2.0",
"vue-meta": "^2.4.0",
"vue-tsc": "^1.8.10"
},
"dependencies": {
"@inertiajs/core": "^1.0.0",
"@inertiajs/vue3": "^1.0.9",
"@lottiefiles/vue-lottie-player": "^1.1.0",
"@popperjs/core": "^2.11.8",
"@rollup/plugin-alias": "^5.0.0",
"@rollup/plugin-node-resolve": "^15.2.3",
"@vitejs/plugin-vue": "^4.0.0",
"@vitejs/plugin-vue-jsx": "^3.0.2",
"@vue/server-renderer": "^3.3.4",
"adblock-detect-javascript-only": "^1.1.10",
"bootstrap": "^5.3.0",
"bulma": "^0.9.4",
"bulma-toast": "^2.4.2",
"dayjs": "^1.11.9",
"ethers": "^6.6.7",
"flag-icons": "^6.9.2",
"google-auth-library": "^9.0.0",
"install": "^0.13.0",
"jquery": "^3.7.0",
"lang.js": "^1.1.14",
"laravel-echo": "^1.15.3",
"laravel-vue-bulma-pagination": "^1.0.1",
"logrocket": "^5.0.0",
"lunchboxjs": "^0.2.1020",
"moment": "^2.29.4",
"momentum-modal": "^0.2.1",
"momentum-paginator": "^1.0.6",
"momentum-preflight": "^0.1.1",
"momentum-trail": "^0.3.3",
"npm": "^9.7.1",
"npm-check": "^6.0.1",
"nprogress": "^0.2.0",
"portal-vue": "^3.0.0",
"primevue": "^3.35.0",
"pusher-js": "^8.3.0",
"simplegrid": "^1.0.2",
"socket.io-client": "^4.7.2",
"three": "^0.155.0",
"tippy.js": "^6.3.7",
"v-lazy-image": "^2.1.1",
"vue": "^3.3.4",
"vue-3d-loader": "^2.2.0",
"vue-adblock-detector": "^1.2.4",
"vue-loading-overlay": "^6.0.3",
"vue-router": "^4.2.4",
"vue-skeletor": "^1.0.6",
"vue-threejs": "^0.2.0-alpha.1",
"vue-tippy": "^6.2.0",
"vue3-google-login": "^2.0.18",
"ziggy-js": "^1.6.0"
}
}