-
Notifications
You must be signed in to change notification settings - Fork 60
/
package.json
67 lines (67 loc) · 1.92 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
{
"name": "project-zone",
"version": "0.1.0",
"proxy": "http://3.89.10.126:5000/",
"private": true,
"dependencies": {
"@elastic/app-search-javascript": "^7.8.0",
"@magic-ext/oauth": "^0.7.0",
"@material-ui/core": "^4.11.4",
"@material-ui/icons": "^4.11.2",
"@material-ui/lab": "*",
"@testing-library/jest-dom": "^5.12.0",
"@testing-library/react": "^11.2.7",
"@testing-library/user-event": "^12.8.3",
"antd": "^4.16.2",
"axios": "^0.21.1",
"chokidar": "^3.5.1",
"draft-js": "^0.11.7",
"draftjs-to-html": "^0.9.1",
"elastic-builder": "^2.15.0",
"font-awesome": "^4.7.0",
"magic-sdk": "^4.3.0",
"moment": "^2.29.1",
"particles-bg": "^2.5.5",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-draft-wysiwyg": "^1.14.7",
"react-file-base64": "^1.0.3",
"react-helmet": "^6.1.0",
"react-loading-icons": "^1.0.4",
"react-palette": "^1.0.2",
"react-router-dom": "^5.2.0",
"react-scripts": "4.0.3",
"react-share": "^4.4.0",
"react-toastify": "^7.0.4",
"styled-components": "^5.3.0",
"web-vitals": "^1.1.2"
},
"scripts": {
"prettier": "npx prettier --write .",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"prettier": "^2.3.1"
}
}