-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
64 lines (64 loc) · 2.01 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
{
"name": "ems-frontend",
"version": "1.0.0",
"private": true,
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.28",
"@fortawesome/free-solid-svg-icons": "^5.13.0",
"@fortawesome/react-fontawesome": "^0.1.9",
"@sentry/react": "^5.29.0",
"@sentry/tracing": "^5.29.0",
"axios": "^0.19.2",
"i18next": "^19.4.3",
"jsonwebtoken": "^8.5.1",
"lodash.isequal": "^4.5.0",
"moment": "^2.24.0",
"react": "^16.13.1",
"react-avatar": "^3.9.6",
"react-dom": "^16.13.1",
"react-i18next": "^11.3.5",
"react-intersection-observer": "^8.27.1",
"react-redux": "^7.2.0",
"react-router-dom": "^5.1.2",
"react-scripts": "3.4.1",
"react-textarea-autosize": "^7.1.2",
"react-tiny-popover": "^5.1.0",
"react-truncate": "^2.4.0",
"redux": "^4.0.5",
"redux-thunk": "^2.3.0",
"uid": "^1.0.0"
},
"scripts": {
"start": "react-scripts start",
"build": "GENERATE_SOURCEMAP=false react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@testing-library/jest-dom": "^5.9.0",
"@testing-library/react": "^10.2.1",
"@testing-library/react-hooks": "^3.4.1",
"@testing-library/user-event": "^11.3.1",
"eslint": "^6.8.0",
"eslint-plugin-react": "^7.20.6",
"eslint-plugin-react-hooks": "^3.0.0",
"mutation-observer": "^1.0.3",
"node-fetch": "^2.6.0",
"node-sass": "^4.14.1",
"react-test-renderer": "^16.13.1",
"redux-devtools-extension": "^2.13.8",
"redux-mock-store": "^1.5.4"
}
}