-
Notifications
You must be signed in to change notification settings - Fork 52
/
Copy pathpackage.json
43 lines (43 loc) · 1.57 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
{
"private": true,
"type": "module",
"scripts": {
"build": "vite build",
"link:atom": "rimraf public/images && symlink-dir resources/themes/atom/images public/images",
"dev:atom": "vite --config resources/themes/atom/vite.config.js",
"build:atom": "vite build --config resources/themes/atom/vite.config.js",
"link:base": "rimraf public/images && symlink-dir resources/themes/base/images public/images",
"dev:base": "vite --config resources/themes/base/vite.config.js",
"build:base": "vite build --config resources/themes/base/vite.config.js",
"format": "prettier \"resources/**/*.{js,ts,vue,blade}\" --write"
},
"devDependencies": {
"@alpinejs/focus": "^3.14.6",
"@prettier/plugin-php": "^0.22.2",
"@shufo/prettier-plugin-blade": "^1.14.1",
"@tailwindcss/forms": "^0.5.9",
"@tailwindcss/typography": "^0.5.15",
"alpinejs": "^3.14.6",
"autoprefixer": "^10.4.20",
"axios": "^1.7.9",
"interactjs": "^1.10.27",
"laravel-vite-plugin": "^1.1.1",
"lodash": "^4.17.21",
"postcss": "^8.4.49",
"postcss-import": "^16.1.0",
"rimraf": "^6.0.1",
"symlink-dir": "^6.0.3",
"tailwindcss": "^3.4.16",
"toastify-js": "^1.12.0",
"turbolinks": "^5.2.0",
"vite": "^6.0"
},
"dependencies": {
"@inertiajs/vue3": "^1.2.0",
"@vitejs/plugin-vue": "^5.2.1",
"pinia": "^2.3.0",
"shx": "^0.3.4",
"vue": "^3.5.13",
"vue-i18n": "10.0.5"
}
}