-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
52 lines (52 loc) · 1.45 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
{
"name": "inertiajs-vue3-tailwindcss-vite",
"private": true,
"version": "1.0.0",
"description": "laravel starter kit with inertiajs, vue3, tailwindcss and vite and ssr && localization support",
"repository": {
"type": "git",
"url": "https://github.com/abdessamadbettal/laravel-starter"
},
"keywords": [
"vue 3",
"vite",
"typescript",
"server-side-rendering",
"boilerplate",
"vitetest",
"enterprise",
"components",
"design-system",
"inertia",
"composition-api"
],
"author": "Abdessamad Bettal",
"license": "MIT",
"homepage": "https://github.com/abdessamadbettal/laravel-starter",
"bugs": {
"url": "https://github.com/abdessamadbettal/laravel-starter/issues"
},
"type": "module",
"scripts": {
"build": "vite build && vite build --ssr",
"dev": "vite"
},
"devDependencies": {
"@inertiajs/vue3": "^1.0.0",
"@tailwindcss/forms": "^0.5.3",
"@vitejs/plugin-vue": "^5.0.0",
"@vue/server-renderer": "^3.4.0",
"autoprefixer": "^10.4.12",
"axios": "^1.7.4",
"concurrently": "^9.0.1",
"laravel-vite-plugin": "^1.0",
"postcss": "^8.4.31",
"tailwindcss": "^3.4.16",
"vite": "^5.0",
"vue": "^3.4.0"
},
"dependencies": {
"lucide-vue-next": "^0.462.0",
"vue-i18n": "^10.0.5"
}
}