forked from VATSIM-UK/core
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.3 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.3 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
{
"name": "vatsimukcore",
"description": "VATSIM UK Core Framework",
"license": "MIT",
"type": "project",
"private": true,
"scripts": {
"dev": "yarn run development",
"development": "mix",
"watch": "mix watch",
"watch-poll": "mix watch -- --watch-options-poll=1000",
"hot": "mix watch --hot",
"production": "mix --production",
"prod": "yarn run production",
"build-waiting-lists-manager-prod": "cd nova-components/WaitingListsManager && yarn && yarn run prod",
"build-waiting-lists-manager": "cd nova-components/WaitingListsManager && yarn && yarn run dev",
"heroku-postbuild": "yarn run prod && yarn run build-waiting-lists-manager-prod"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.3.0",
"admin-lte": "2.4.18",
"axios": "^1.3",
"bootstrap": "^3.3.7",
"bootstrap-sass": "^3.4.3",
"bootstrap-tour": "^0.12.0",
"cross-env": "^7.0.3",
"jquery": "^3.6.4",
"jquery-datetimepicker": "^2.5.20",
"jvectormap": "^2.0.4",
"laravel-mix": "^6.0.34",
"less": "^4.1.3",
"less-loader": "^11.1.0",
"lodash": "^4.17.21",
"popper.js": "^1.16",
"postcss": "^8.4",
"resolve-url-loader": "5.0.0",
"sass": "^1.59.3",
"sass-loader": "^13.2.0",
"vue": "^2.7.14",
"vue-template-compiler": "^2.7.14"
}
}