-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 2.14 KB
/
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"private": true,
"scripts": {
"dev": "npm run development",
"development": "mix",
"devcompile": "ENV_FILE=./.env.dev npm run production",
"prodcompile": "ENV_FILE=./.env.prod npm run production",
"watch": "mix watch",
"watch-poll": "mix watch -- --watch-options-poll=1000",
"hot": "mix watch --hot",
"prod": "npm run production",
"production": "mix --production",
"tests": "npx nightwatch --headless --env firefox,chrome"
},
"devDependencies": {
"axios": "^0.21.4",
"bootstrap": "^4.6.2",
"chromedriver": "^103.0.0",
"cross-env": "^5.1",
"geckodriver": "^3.2.0",
"jquery": "^3.6.1",
"laravel-mix": "^6.0.49",
"lodash": "^4.17.20",
"mix-env-file": "^0.1.1",
"nightwatch": "^2.5.1",
"popper.js": "^1.16.1",
"resolve-url-loader": "^5.0.0",
"sass": "^1.56.1",
"sass-loader": "^12.6.0",
"vue": "^2.7.14",
"vue-loader": "^15.10.1",
"vue-template-compiler": "^2.7.14"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.13.0",
"@fortawesome/fontawesome-svg-core": "^1.2.28",
"@fortawesome/free-brands-svg-icons": "^5.15.2",
"@fortawesome/free-regular-svg-icons": "^5.15.2",
"@fortawesome/free-solid-svg-icons": "^5.13.0",
"@fortawesome/vue-fontawesome": "^2.0.9",
"@johmun/vue-tags-input": "^2.1.0",
"bootstrap-vue": "^2.23.1",
"font-awesome": "^4.7.0",
"moment": "^2.29.4",
"vue-avatar": "^2.2.0",
"vue-cookies": "^1.8.2",
"vue-easy-lightbox": "^0.5.0",
"vue-full-screen-file-drop": "^2.0.0",
"vue-image-crop-upload": "^3.0.3",
"vue-infinite-loading": "^2.4.5",
"vue-js-toggle-button": "^1.3.3",
"vue-lazyload": "^1.3.4",
"vue-multiselect": "^2.1.6",
"vue-plugin-load-script": "^1.3.5",
"vue-router": "^3.6.5",
"vue-scrollto": "^2.18.1",
"vue-snotify": "^3.2.1",
"vue-tour": "^2.0.0",
"vuedraggable": "^2.24.1",
"vuex": "^3.4.0"
}
}