-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.25 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
{
"private": true,
"name": "laraweeb",
"version": "0.5.0",
"description": "LaraWeeb is an open-source project based on Laravel 11 and Vue3 technologies. It's a template that allows you to easily create a social network with an anime / video game / manga theme.",
"repository": {
"type": "git",
"url": "git+https://github.com/aeshki/LaraWeeb.git"
},
"author": "aeshki",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/aeshki/LaraWeeb/issues"
},
"homepage": "https://github.com/aeshki/LaraWeeb#readme",
"type": "module",
"scripts": {
"dev:vite": "vite",
"dev:server": "php artisan serve",
"dev": "npm-run-all --parallel dev:server dev:vite",
"build": "vite build"
},
"devDependencies": {
"autoprefixer": "^10.4.19",
"axios": "^1.6.4",
"laravel-vite-plugin": "^1.0",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.3",
"vite": "^5.0"
},
"dependencies": {
"@vitejs/plugin-vue": "^5.0.5",
"lucide-vue-next": "^0.394.0",
"pinia": "^2.1.7",
"pinia-plugin-persistedstate": "^3.2.1",
"vue": "^3.4.27",
"vue-router": "^4.3.2"
}
}