forked from influenzanet/participant-webapp
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.25 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.25 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
{
"name": "influweb",
"version": "1.0.0",
"private": true,
"dependencies": {
"@fontsource/open-sans": "^4.2.1",
"@influenzanet/case-web-app-core": "2.7.8",
"@influenzanet/case-web-ui": "1.15.1",
"@popperjs/core": "^2.11.5",
"bootstrap": "^5.1.3",
"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"
},
"devDependencies": {
"@reduxjs/toolkit": "1.8.1",
"@types/react": "^17.0.2",
"@types/react-dom": "^17.0.2",
"check-peer-dependencies": "^4.1.0",
"http-proxy-middleware": "2.0.1",
"sass": "^1.49.8",
"typescript": "^4.2.4",
"web-vitals": "^1.1.2"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}