-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.33 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.33 KB
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
{
"name": "blue-bird-big-band",
"description": "Fullstack Laravel+Vue.js project for the website of the Blue Bird Big Band from the music school of Speyer, Germany.",
"author": {
"name": "Marvin Deuschle"
},
"homepage": "https://www.bluebirdbigband.de",
"bugs": {
"url": "https://github.com/Mavv3006/BlueBirdBigBand/issues",
"email": "bbbb-maintainers@googlegroups.com"
},
"repository": "github:Mavv3006/BlueBirdBigBand",
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build"
},
"type": "module",
"devDependencies": {
"@inertiajs/vue3": "^2.1.2",
"@tailwindcss/forms": "^0.5.10",
"@tailwindcss/postcss": "^4.1.12",
"@vitejs/plugin-vue": "^6.0.0",
"axios": "^1.11.0",
"laravel-vite-plugin": "^2.0.0",
"lodash": "^4.17.21",
"tailwindcss": "^4.1.12",
"ts-loader": "^9.5.2",
"typescript": "^5.9.2",
"vite": "^7.1.2",
"vue": "^3.5.18"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^7.0.0",
"@fortawesome/fontawesome-svg-core": "^7.0.0",
"@fortawesome/free-brands-svg-icons": "^7.0.0",
"@fortawesome/free-regular-svg-icons": "^7.0.0",
"@fortawesome/free-solid-svg-icons": "^7.0.0",
"@fortawesome/vue-fontawesome": "^3.1.1",
"@tailwindcss/vite": "^4.1.12",
"concurrently": "^9.2.0",
"dayjs": "^1.11.19"
}
}