-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.65 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
{
"name": "book-editor",
"version": "1.0.0",
"description": "kaspersky react test-task",
"main": "index.js",
"scripts": {
"dev": "cross-env NODE_ENV=development webpack-dev-server --mode development --open",
"prod": "cross-env NODE_ENV=production webpack --mode production"
},
"dependencies": {
"@material-ui/core": "4.9.3",
"@material-ui/icons": "4.9.1",
"@material-ui/styles": "4.9.0",
"wouter": "2.4.0",
"dayjs": "1.8.20",
"final-form": "4.18.7",
"final-form-arrays": "3.0.2",
"react": "16.12.0",
"react-dom": "16.12.0",
"react-final-form": "6.3.5",
"react-final-form-arrays": "3.1.1",
"react-redux": "7.2.0",
"react-swipeable-views": "0.13.9",
"redux": "4.0.5"
},
"devDependencies": {
"@babel/cli": "7.8.4",
"@babel/core": "7.8.4",
"@babel/preset-env": "7.8.4",
"@babel/preset-react": "7.8.3",
"babel-eslint": "10.0.3",
"babel-loader": "8.0.6",
"cross-env": "7.0.0",
"eslint": "6.8.0",
"eslint-config-airbnb": "18.0.1",
"eslint-config-prettier": "6.10.0",
"eslint-import-resolver-webpack": "0.12.1",
"eslint-loader": "3.0.3",
"eslint-plugin-import": "2.20.1",
"eslint-plugin-jsx-a11y": "6.2.3",
"eslint-plugin-prettier": "3.1.2",
"eslint-plugin-react": "7.18.3",
"eslint-plugin-react-hooks": "2.4.0",
"file-loader": "5.1.0",
"html-loader": "0.5.5",
"html-webpack-plugin": "^4.0.0-beta.5",
"prettier": "1.19.1",
"redux-devtools-extension": "2.13.8",
"terser-webpack-plugin": "2.3.5",
"webpack": "4.41.6",
"webpack-cli": "3.3.11",
"webpack-dev-server": "3.10.3",
"webpack-merge": "4.2.2"
}
}