-
Notifications
You must be signed in to change notification settings - Fork 77
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 819 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 819 Bytes
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
{
"name": "vatsimukcore",
"description": "VATSIM UK Core Framework",
"license": "MIT",
"private": true,
"engines": {
"node": ">=24.0.0"
},
"scripts": {
"dev": "vite",
"build": "vite build"
},
"devDependencies": {
"@fortawesome/fontawesome-free": "^6.7.2",
"@tailwindcss/forms": "^0.5.11",
"@tailwindcss/typography": "^0.5.19",
"@tailwindcss/vite": "^4.2.2",
"autoprefixer": "^10.4.23",
"bootstrap": "^5.3.8",
"bootstrap-sass": "^3.4.3",
"jquery-datetimepicker": "^2.5.20",
"laravel-vite-plugin": "^3.0.1",
"postcss": "^8.5.8",
"postcss-nesting": "^14.0.0",
"sass": "^1.99.0",
"tailwindcss": "^4.2.2",
"vite": "^8.0.7"
},
"dependencies": {
"@alpinejs/collapse": "^3.15.3",
"alpinejs": "^3.15.11"
},
"type": "module"
}