forked from VATSIM-UK/core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 943 Bytes
/
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
{
"name": "vatsimukcore",
"description": "VATSIM UK Core Framework",
"license": "MIT",
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build"
},
"devDependencies": {
"@fortawesome/fontawesome-free": "^6.6.0",
"@tailwindcss/forms": "^0.5.9",
"@tailwindcss/typography": "^0.5.15",
"admin-lte": "2.4.18",
"autoprefixer": "^10.4.20",
"bootstrap": "^5.3.3",
"bootstrap-sass": "^3.4.3",
"bootstrap-tour": "^0.12.0",
"jquery-datetimepicker": "^2.5.20",
"jvectormap": "^2.0.4",
"laravel-vite-plugin": "^1.0.5",
"less": "^4.2.0",
"less-loader": "^12.2.0",
"postcss": "^8.4.47",
"postcss-nesting": "^13.0.1",
"sass": "^1.79.3",
"tailwindcss": "^3.4.13",
"vite": "^5.4.8",
"vue": "^2.7.16",
"vue-template-compiler": "^2.7.16"
},
"dependencies": {
"@alpinejs/collapse": "^3.14.1",
"alpinejs": "^3.14.1"
},
"type": "module"
}