-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
113 lines (113 loc) · 3.18 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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
{
"author": "Bogdan Nechyporenko",
"name": "zebra",
"version": "0.1.0",
"private": true,
"workspaces": [
"src/**"
],
"scripts": {
"bootstrap": "lerna exec -- npm install",
"cypress:open": "cypress open",
"cypress:run": "cypress run --headed"
},
"dependencies": {
"@material-ui/core": "4.0.2",
"@material-ui/icons": "4.0.1",
"apollo-boost": "0.4.2",
"axios": "0.19.0",
"classnames": "2.2.6",
"connected-react-router": "6.4.0",
"final-form": "4.14.1",
"final-form-material-ui": "0.3.0",
"graphql": "14.3.1",
"history": "4.9.0",
"lodash.template": "4.5.0",
"material-table": "1.39.1",
"perfect-scrollbar": "1.4.0",
"ramdasauce": "2.1.3",
"react": "16.8.6",
"react-apollo": "2.5.6",
"react-chartist": "0.13.3",
"react-dom": "16.8.6",
"react-final-form": "6.1.0",
"react-localization": "1.0.13",
"react-redux": "7.0.3",
"react-router": "5.0.1",
"react-router-dom": "5.0.1",
"redux": "4.0.1",
"redux-devtools-extension": "2.13.8",
"redux-logger": "3.0.6",
"redux-saga": "1.0.2"
},
"devDependencies": {
"@babel/core": "7.4.0",
"@babel/plugin-transform-runtime": "^7.4.4",
"@babel/preset-env": "7.4.2",
"@babel/preset-react": "7.0.0",
"@babel/register": "7.4.0",
"@cypress/webpack-preprocessor": "4.1.0",
"@types/jasmine": "3.3.13",
"@types/jest": "24.0.13",
"@types/node": "12.0.7",
"@types/ramda": "0.26.9",
"@types/react": "16.8.19",
"@types/react-dom": "16.8.4",
"@types/redux": "3.6.0",
"@types/supertest": "2.0.7",
"autoprefixer": "9.5.0",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "10.0.1",
"babel-jest": "24.5.0",
"babel-loader": "8.0.5",
"bean": "1.0.15",
"body-parser": "1.19.0",
"browser-unhandled-rejection": "1.0.2",
"console-error-throws-error": "1.2.1",
"copy-webpack-plugin": "5.0.2",
"css-loader": "2.1.1",
"cypress": "3.3.1",
"date-fns": "2.0.0-beta.2",
"del": "4.0.0",
"doiuse": "4.2.0",
"empty-module": "0.0.2",
"exports-loader": "0.7.0",
"expose-loader": "0.7.5",
"extract-zip": "1.6.7",
"file-loader": "3.0.1",
"glob": "7.1.3",
"gulp": "4.0.0",
"gulp-concat": "2.6.1",
"gulp-env": "0.4.0",
"gulp-eslint": "5.0.0",
"gulp-exec": "^3.0.2",
"gulp-identity": "0.1.0",
"gulp-plumber": "1.2.1",
"gulp-protractor": "4.1.1",
"gulp-run": "^1.7.1",
"gulp-run-command": "0.0.9",
"gulp-util": "3.0.8",
"html-loader": "0.5.5",
"html-webpack-include-assets-plugin": "1.0.7",
"html-webpack-plugin": "3.2.0",
"image-webpack-loader": "4.6.0",
"lerna": "3.15.0",
"loglevel-colored-level-prefix": "1.0.0",
"postcss-flexbugs-fixes": "4.1.0",
"postcss-loader": "3.0.0",
"postcss-warn-cleaner": "0.1.9",
"progress-bar-webpack-plugin": "1.12.1",
"q": "1.5.1",
"ramda": "0.26.1",
"react-hot-loader": "4.9.0",
"strip-sourcemap-loader": "0.0.1",
"style-loader": "0.23.1",
"ts-loader": "6.0.2",
"ts-node": "8.3.0",
"typescript": "3.5.1",
"webpack": "4.29.6",
"webpack-dev-server": "3.2.1",
"webpack-stream": "5.2.1"
},
"types": "types.d.ts"
}