-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
63 lines (63 loc) · 1.85 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
{
"dependencies": {
"@mdi/font": "^7.2.96",
"@mdi/js": "^7.4.47",
"@rails/webpacker": "git+https://github.com/rails/webpacker.git",
"@sentry/vue": "^7.74.1",
"@webpack-cli/serve": "^1.3.0",
"actioncable": "^5.2.4-5",
"css-loader": "^6.0.0",
"file-loader": "^6.2.0",
"howler": "^2.2.1",
"luxon": "^1.28.1",
"mini-css-extract-plugin": "^2.0.0",
"openskill": "^1.4.1",
"sass": "^1.69.5",
"sass-loader": "^13.3.2",
"vue": "^3.4.0",
"vue-cookies": "^1.8.2",
"vue-google-charts": "^1.1.0",
"vue-loader": "^16.0.0",
"vue-masonry": "^0.16.0",
"vue-router": "^4.1.6",
"vue-svg-loader": "^0.17.0-beta.2",
"vue3-cookies": "^1.0.6",
"vuetify": "^3.5.5",
"webpack": "^5.94.0",
"webpack-cli": "^4.8.0",
"webpack-plugin-vuetify": "^2.0.1"
},
"devDependencies": {
"@babel/core": "^7.12.16",
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@babel/preset-env": "^7.12.16",
"@types/jest": "^29.5.0",
"@vue/compiler-sfc": "^3.1.0",
"babel-jest": "^29.7.0",
"cypress": "^13.3.1",
"eslint": "^8.26.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^7.2.0",
"eslint-plugin-cypress": "^2.13.2",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jest": "^24.3.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.3.1",
"eslint-plugin-vue": "^9.6.0",
"jest": "^29.5",
"prettier": "2.2.1",
"style-loader": "^3.3.1",
"webpack-dev-server": "^4.7.4"
},
"jest": {
"modulePathIgnorePatterns": [
"config"
]
},
"scripts": {
"lint": "eslint $(git diff --name-only HEAD~1 | grep -E '\\.(js|vue)$' | xargs)",
"lint/fix": "eslint $(git diff --name-only HEAD~1 | grep -E '\\.(js|vue)$' | xargs) --fix",
"test": "jest",
"cypress": "cypress open"
}
}