-
Notifications
You must be signed in to change notification settings - Fork 39
/
package.json
63 lines (63 loc) · 1.7 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
63
{
"private": true,
"scripts": {
"dev": "mix",
"watch": "mix watch",
"watch-poll": "mix watch -- --watch-options-poll=1000",
"hot": "mix watch --hot",
"prod": "mix --production",
"test": "mochapack --webpack-config tests/js/webpack.config.js --require tests/js/setup.js tests/js/**/*.spec.js"
},
"peerDependencies": {
"follow-redirects": ">=1.15.6"
},
"devDependencies": {
"@babel/core": "^7.17.5",
"@babel/preset-env": "^7.16.8",
"@vue/babel-preset-app": "^5.0.8",
"@vue/test-utils": "^1.3.3",
"acorn": "^8.8.1",
"axios": "^1.7.7",
"axios-mock-adapter": "^1.21.2",
"babel-loader": "^8.2.4",
"babel-plugin-istanbul": "^6.1.1",
"bootstrap-confirmation2": "^2.4.4",
"bootstrap-sass": "^3.3.7",
"bootstrap-select": "^1.13.18",
"chai": "^4.3.7",
"cross-env": "^5.2.1",
"google-protobuf": "^3.21.2",
"grpc-web": "^1.4.2",
"jquery": "^3.6.2",
"jquery.easing": "^1.4.1",
"jsdom": "^20.0.3",
"jsdom-global": "^3.0.2",
"laravel-mix": "^6.0.49",
"lodash": "^4.17.21",
"mocha": "^9.2.2",
"mochapack": "^2.1.4",
"postcss": "^8.4.31",
"prettier": "^1.19.1",
"resolve-url-loader": "^4.0.0",
"sass": "^1.49.8",
"sass-loader": "^12.6.0",
"style-loader": "^3.3.1",
"vue": "^2.7.14",
"vue-loader": "^15.10.1",
"vue-template-compiler": "^2.7.14",
"webpack-node-externals": "^3.0.0"
},
"dependencies": {
"@sentry/tracing": "^6.17.9",
"@sentry/vue": "^8.33.1",
"bootstrap": "^3.4.1",
"follow-redirects": ">=1.15.6",
"moment": "^2.29.4",
"uiv": "^1.4.2",
"vue-slide-up-down": "^1.7.2"
},
"jshintConfig": {
"esversion": 6,
"asi": true
}
}