-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.21 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
{
"name": "react-app",
"version": "0.1.0",
"private": true,
"dependencies": {
"axios": "^0.19.2",
"base-64": "^0.1.0",
"draft-js-image-plugin": "^2.0.7",
"draft-js-plugins-editor": "^3.0.0",
"draft-js-static-toolbar-plugin": "^3.0.1",
"formik": "^2.0.6",
"local-storage": "^2.0.0",
"react": "^16.7.0",
"react-dom": "^16.7.0",
"react-responsive-carousel": "^3.1.51",
"yup": "^0.27.0"
},
"devDependencies": {
"@material-ui/core": "4.5.2",
"@material-ui/icons": "^3.0.2",
"bootstrap": "^4.3.1",
"draft-js": "^0.11.2",
"draftjs-to-html": "^0.8.4",
"html-to-draftjs": "^1.4.0",
"mdbreact": "^4.9.0",
"react-bootstrap": "^1.0.0-beta.14",
"react-draft-wysiwyg": "^1.13.2",
"react-fontawesome": "^1.6.1",
"react-router-dom": "^4.3.1",
"react-scripts": "^3.2.0",
"react-simple-sidenav": "^1.0.1",
"react-slick": "^0.23.2"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}