-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 1.04 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
{
"private": true,
"scripts": {
"development": "mix",
"watch": "mix watch",
"watch-poll": "mix watch -- --watch-options-poll=1000",
"hot": "mix watch --hot",
"production": "mix --production"
},
"devDependencies": {
"@creativebulma/bulma-tooltip": "^1.2.0",
"bulma": "^0.9.4",
"cross-env": "^6.0.3",
"resolve-url-loader": "^3.1.2",
"sass": "^1.30.0",
"sass-loader": "^8.0.2",
"vue": "^3.2.41",
"vue-loader": "^17.0.1"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.2.0",
"@fortawesome/free-solid-svg-icons": "^6.2.0",
"@fortawesome/vue-fontawesome": "^3.0.1",
"axios": "^1.1.3",
"izitoast": "^1.4.0",
"laravel-mix": "^6.0.49",
"resize-observer-polyfill": "^1.5.1",
"vue-drag-drop": "^1.1.4",
"vue-json-pretty": "^2.2.2",
"vue-multiselect": "^3.0.0-alpha.2",
"vue-upload-component": "^3.1.15",
"vuedraggable": "^4.1.0"
}
}