-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
95 lines (95 loc) · 2.6 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
{
"dependencies": {
"@babel/core": "7.14.6",
"@babel/preset-env": "7.14.7",
"@fortawesome/fontawesome-svg-core": "1.2.35",
"@fortawesome/free-regular-svg-icons": "5.15.3",
"@fortawesome/free-solid-svg-icons": "5.15.3",
"@fortawesome/vue-fontawesome": "2.0.2",
"@popperjs/core": "^2.9.3",
"autoprefixer": "10.3.1",
"axios": "0.21.2",
"babel-loader": "8.2.2",
"bootstrap": "5.1.0",
"browserslist": "4.16.6",
"clean-webpack-plugin": "4.0.0",
"core-js": "3.35.1",
"css-loader": "5.2.7",
"css-minimizer-webpack-plugin": "6.0.0",
"dayjs": "1.10.6",
"file-loader": "6.2.0",
"less": "4.1.1",
"less-loader": "10.0.0",
"mini-css-extract-plugin": "2.1.0",
"postcss": "8.3.5",
"postcss-loader": "6.1.1",
"sass": "1.35.2",
"sass-loader": "12.1.0",
"terser-webpack-plugin": "5.3.10",
"url-loader": "4.1.1",
"vue": "2.7.16",
"vue-gtag": "1.16.1",
"vue-loader": "15.11.1",
"vue-mq": "1.0.1",
"vue-observe-visibility": "1.0.0",
"vue-template-compiler": "2.7.16",
"vuex": "3.6.2",
"webpack": "5.94.0",
"webpack-bundle-analyzer": "4.10.1",
"webpack-bundle-tracker": "3.0.1",
"webpack-cli": "5.1.4"
},
"devDependencies": {
"@cypress/code-coverage": "3.9.7",
"@cypress/vue": "^2.2.3",
"@cypress/webpack-dev-server": "1.4.0",
"@vue/test-utils": "1.2.1",
"babel-plugin-istanbul": "6.0.0",
"coveralls": "3.1.0",
"css.escape": "1.5.1",
"cypress": "7.7.0",
"eslint": "7.32.0",
"eslint-config-google": "0.14.0",
"eslint-config-prettier": "7.2.0",
"eslint-plugin-jest": "24.7.0",
"eslint-plugin-vue": "7.20.0",
"faker": "5.5.3",
"html-webpack-plugin": "5.6.0",
"jest": "26.6.3",
"mocha": "9.0.2",
"mocha-junit-reporter": "2.0.0",
"mocha-multi-reporters": "1.5.1",
"stylelint": "^14.8.2",
"stylelint-config-prettier": "^9.0.3",
"stylelint-config-recommended-scss": "^6.0.0",
"stylelint-config-recommended-vue": "^1.4.0",
"stylelint-config-standard-scss": "^3.0.0",
"vue-jest": "4.0.1",
"webpack-dev-server": "3.11.2"
},
"jest": {
"moduleFileExtensions": [
"js",
"json",
"vue"
],
"transform": {
".*\\.(js)$": "babel-jest",
".*\\.(vue)$": "vue-jest"
},
"collectCoverage": true,
"collectCoverageFrom": [
"myuw_vue/**/*.{js,vue}",
"!**/*.spec.js",
"!**/tests/**",
"!myuw/static/**",
"!myuw_vue/*.js",
"!**/node_modules/**"
],
"testPathIgnorePatterns": [
"/node_modules/",
"vue/components",
"cypress"
]
}
}