This repository has been archived by the owner on Apr 20, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
76 lines (76 loc) · 2.15 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
{
"name": "vyberova-rizeni",
"private": true,
"version": "1.0.0-alpha.0",
"description": "",
"author": "",
"license": "MIT-0",
"scripts": {
"dev": "node ./server/server.develop.js",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore . --fix",
"test": "jest client",
"build": "cross-env NODE_ENV=production webpack --config build/webpack.production.js"
},
"jest": {
"moduleFileExtensions": [
"js",
"vue"
],
"moduleNameMapper": {
"^@/(.*)$": "<rootDir>/src/$1"
},
"transform": {
"^.+\\.js$": "<rootDir>/node_modules/babel-jest",
".*\\.(vue)$": "<rootDir>/node_modules/vue-jest"
},
"snapshotSerializers": [
"<rootDir>/node_modules/jest-serializer-vue"
]
},
"dependencies": {
"@babel/core": "^7.8.3",
"@babel/preset-env": "^7.8.3",
"@vue/test-utils": "^1.0.0-beta.31",
"babel-jest": "^25.1.0",
"babel-loader": "^8.0.6",
"body-parser": "^1.19.0",
"copy-webpack-plugin": "^5.1.1",
"cross-env": "^6.0.3",
"css-loader": "^3.4.2",
"eslint": "^6.8.0",
"eslint-config-airbnb": "^18.0.1",
"eslint-loader": "^3.0.3",
"eslint-plugin-import": "^2.20.0",
"eslint-plugin-vue": "^6.1.2",
"express": "^4.17.1",
"html-webpack-inline-source-plugin": "0.0.10",
"html-webpack-plugin": "^3.2.0",
"jest": "^25.1.0",
"jest-serializer-vue": "^2.0.2",
"mini-css-extract-plugin": "^0.9.0",
"moment": "^2.24.0",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"stylelint": "^13.0.0",
"terser-webpack-plugin": "^2.3.2",
"triple-beam": "^1.3.0",
"ts-jest": "^25.0.0",
"ts-loader": "^6.2.1",
"typescript": "^3.7.5",
"vue": "^2.6.11",
"vue-jest": "^3.0.5",
"vue-loader": "^15.8.3",
"vue-migration-helper": "^1.1.8",
"vue-router": "^3.1.5",
"vue-style-loader": "^4.1.2",
"vue-template-compiler": "^2.6.11",
"vuedraggable": "^2.23.2",
"vuetify": "^2.2.6",
"vuex": "^3.1.2",
"webpack": "^4.41.5",
"webpack-cli": "^3.3.10",
"webpack-dev-middleware": "^3.7.2",
"webpack-hot-middleware": "^2.25.0",
"webpack-merge": "^4.2.2",
"winston": "^3.2.1"
}
}