-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.11 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.11 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
{
"name": "webui",
"version": "1.0.0",
"description": "webui",
"main": "index.js",
"scripts": {
"dev": "npm run development",
"development": "mix",
"watch": "mix watch",
"watch-poll": "mix watch -- --watch-options-poll=1000",
"hot": "mix watch --hot",
"prod": "npm run production",
"production": "mix --production"
},
"keywords": [],
"author": "",
"license": "MIT",
"devDependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.36",
"@fortawesome/free-regular-svg-icons": "^5.15.4",
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"bootbox": "^5.5.2",
"bootstrap": "4.6.1",
"cross-env": "^7.0.3",
"handlebars": "^4.7.7",
"handlebars-loader": "^1.7.1",
"jquery": "^3.6.0",
"laravel-mix": "^6.0.31",
"laravel-mix-copy-watched": "^2.3.1",
"laravel-mix-purgecss": "^6.0.0",
"parsleyjs": "^2.9.2",
"popper.js": "^1.16.1",
"resolve-url-loader": "^5.0.0",
"sass": "^1.49.7",
"sass-loader": "^13.0.1",
"vue": "^2.6.12",
"vue-loader": "^15.9.8",
"vue-template-compiler": "^2.6.12",
"vue-tour": "^2.0.0"
}
}