-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.59 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.59 KB
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
{
"name": "gripiradar",
"version": "0.0.1",
"private": true,
"dependencies": {
"@fontsource/open-sans": "^4.2.1",
"@fortawesome/fontawesome-svg-core": "^6.4.0",
"@fortawesome/free-solid-svg-icons": "^6.4.0",
"@fortawesome/free-brands-svg-icons": "^6.4.0",
"@popperjs/core": "^2.11.5",
"bootstrap": "^5.1.3",
"@influenzanet/case-web-app-core": "2.7.8",
"@influenzanet/case-web-ui": "1.15.1",
"date-fns": "^2.28.0",
"encoding": "^0.1.13",
"i18next": "^21.7.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-i18next": "^11.16.8",
"react-redux": "^7.2.8",
"react-scripts": "5.0.1",
"redux": "^4.2.0",
"survey-engine": "1.2.1",
"@iframe-resizer/react": "5.3.1"
},
"devDependencies": {
"http-proxy-middleware": "2.0.1",
"check-peer-dependencies": "^4.1.0",
"@types/react": "^17.0.2",
"@types/react-dom": "^17.0.2",
"check-peer-dependencies": "^4.1.0",
"eslint-config-prettier": "8.6.0",
"prettier": "2.8.4",
"sass": "^1.49.8",
"typescript": "^4.2.4",
"web-vitals": "^1.1.2",
"@babel/core": "^7.0.0-0",
"@babel/plugin-syntax-flow": "^7.14.5",
"@babel/plugin-transform-react-jsx": "^7.14.9"
},
"scripts": {
"start": "react-scripts start",
"build": "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"
]
}
}