-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.8 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
{
"private": true,
"author": {
"name": "Eric Heinzl",
"email": "xpand.4beatz@gmail.com",
"url": "https://xpand4b.de"
},
"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",
"unit": "jest --config jest.config.js --passWithNoTests"
},
"babel": {
"presets": [
"@babel/preset-env"
]
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.4",
"@fortawesome/fontawesome-svg-core": "^1.2.36",
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"@fortawesome/vue-fontawesome": "^2.0.6",
"@mdi/js": "^6.5.95",
"axios": "^0.25",
"cross-env": "^7.0",
"font-awesome": "^4.7.0",
"laravel-echo": "^1.11.3",
"laravel-mix": "^6.0.41",
"lodash": "^4.17.21",
"material-design-icons": "^3.0.1",
"material-design-icons-iconfont": "^6.1.1",
"pusher-js": "^7.0.4",
"resolve-url-loader": "^5.0.0",
"sweetalert2": "^11.3.10",
"vue": "^2.6.14",
"vue-chat-scroll": "^1.4.0",
"vue-clipboards": "^1.3.0",
"vue-i18n": "^8.27.0",
"vue-loader": "^15.9.8",
"vue-router": "^3.5.3",
"vue-template-compiler": "^2.6.14",
"vuetify": "^2.6.3",
"vuex": "^3.6.2"
},
"devDependencies": {
"@vue/test-utils": "^1.3.0",
"babel-core": "^6.26.3",
"babel-jest": "^27.4.6",
"deepmerge": "^4.2.2",
"jest": "^27.0.6",
"sass": "~1.32",
"sass-loader": "^12.4.0",
"vue-jest": "^3.0.7"
}
}