-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
35 lines (35 loc) · 1.11 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
{
"private": true,
"scripts": {
"development": "mix",
"watch": "mix watch",
"watch-poll": "mix watch -- --watch-options-poll=1000",
"hot": "mix watch --hot",
"production": "mix --production",
"test": "mochapack --webpack-config=node_modules/laravel-mix/setup/webpack.config.js --require tests/js/setup.js tests/js/**/*.spec.js"
},
"devDependencies": {
"@vue/test-utils": "^1.2.0",
"axios": "^0.21.2",
"axios-mock-adapter": "^1.19.0",
"bulma": "^0.9.2",
"cross-env": "^7.0.3",
"expect": "^26.6.2",
"highcharts": "^9.1.0",
"highcharts-vue": "^1.3.5",
"jsdom": "^16.5.3",
"jsdom-global": "^3.0.2",
"laravel-mix": "^6.0.49",
"mocha": "^10.2.0",
"mochapack": "^2.1.0",
"node-sass": "^8.0.0",
"resolve-url-loader": "^4.0.0",
"sass": "^1.32.13",
"sass-loader": "^10.1.1",
"sweetalert2": "^11.0.6",
"vue": "^2.6.12",
"vue-loader": "^15.10.1",
"vue-template-compiler": "^2.7.14",
"webpack": "^5.75.0"
}
}