-
Notifications
You must be signed in to change notification settings - Fork 37
/
package.json
52 lines (52 loc) · 1.5 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
{
"private": true,
"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",
"test": "./vendor/bin/phpunit",
"e2e": "node_modules/.bin/cypress open",
"e2e-run": "node_modules/.bin/cypress run",
"lint": "node node_modules/eslint/bin/eslint.js --fix --ext .js,.vue resources/assets/js"
},
"devDependencies": {
"axios": "^0.25.0",
"babel-eslint": "^10.1.0",
"cypress": "^9.4.1",
"eslint": "^6.2.0",
"eslint-config-standard": "^16.0.3",
"eslint-loader": "^4.0.2",
"eslint-plugin-html": "^6.2.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-standard": "^5.0.0",
"eslint-plugin-vue": "^8.4.1",
"laravel-mix": "^6.0.6",
"lodash": "^4.17.19",
"postcss": "^8.1.14",
"resolve-url-loader": "^5.0.0",
"sass": "^1.49.7",
"sass-loader": "^12.4.0",
"vue-loader": "^17.0.0",
"vue-template-compiler": "^2.6.14"
},
"dependencies": {
"bootstrap-sass": "^3.4.1",
"chart.js": "^3.7.1",
"core-js": "^3.21.0",
"faker": "^6.6.6",
"jquery": "^3.6.0",
"lodash-es": "^4.17.21",
"moment-mini": "^2.24.0",
"vue": "^3.2.30",
"vue-chartjs": "^4.0.5",
"vue-router": "^4.0.12",
"vuex": "^4.0.2",
"vuex-router-sync": "^5.0.0",
"webpack-bundle-analyzer": "^4.5.0"
}
}