-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
51 lines (51 loc) · 1.53 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
{
"engines": {
"npm": ">=10",
"node": ">=20"
},
"private": true,
"scripts": {
"dev": "run-p -n dev:*",
"dev:php": "php artisan serve --port 8080 --ansi",
"dev:vite": "vite",
"build": "run-s -n build:*",
"build:ziggy": "php artisan ziggy:generate --types-only",
"build:tsc": "vue-tsc --noEmit",
"build:vite": "vite build"
},
"devDependencies": {
"@alpinejs/collapse": "^3.10.2",
"@alpinejs/persist": "^3.13.3",
"@fortawesome/fontawesome-free": "^6.1.0",
"@inertiajs/inertia-vue3": "^0.6.0",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.10",
"@vitejs/plugin-vue": "^5.0.4",
"@vue/tsconfig": "^0.5.1",
"alpinejs": "^3.10.2",
"autoprefixer": "^10.4.2",
"axios": "^0.25",
"daisyui": "^4.6.0",
"dropzone": "^6.0.0-beta.2",
"echarts": "^5.5.0",
"laravel-vite-plugin": "^1.0.4",
"laravel-vue-i18n": "^2.7.7",
"lodash": "^4.17.19",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.6",
"postcss-import": "^14.0.2",
"resolve-url-loader": "^5.0.0",
"sass": "^1.49.9",
"sass-loader": "^12.1.0",
"tailwindcss": "^3.4.1",
"typescript": "^5.4.5",
"vite": "^5.2.12",
"vite-plugin-tsc-watch": "^3.0.1",
"vite-plugin-watch": "^0.3.1",
"vue-tsc": "^2.0.19"
},
"type": "module",
"dependencies": {
"composer": "^4.1.0"
}
}