-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
83 lines (83 loc) · 2.16 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
{
"name": "kipoi-webapp",
"version": "0.1.0",
"private": true,
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.17",
"@fortawesome/free-brands-svg-icons": "^5.8.1",
"@fortawesome/free-solid-svg-icons": "^5.8.1",
"@fortawesome/react-fontawesome": "^0.1.4",
"acorn": "^6.4.1",
"ansi-regex": "^5.0.1",
"bootstrap": "^4.1.3",
"braces": "^2.3.1",
"browserslist": "^4.16.5",
"chart.js": "^2.9.4",
"classnames": "^2.2.6",
"dns-packet": "^1.3.2",
"dot-prop": "^4.2.1",
"elliptic": "^6.5.4",
"eslint-utils": "^1.4.1",
"glob-parent": "^5.1.2",
"handlebars": "^4.7.7",
"history": "^4.7.2",
"hosted-git-info": "^2.8.9",
"http-proxy": "^1.18.1",
"immer": "^9.0.12",
"ini": "^1.3.6",
"is-svg": "^4.4.0",
"json-schema": "^0.4.0",
"kind-of": "^6.0.3",
"lodash": "^4.17.21",
"lodash.template": "^4.5.0",
"material-design-lite": "^1.3.0",
"mdbreact": "^5.0.2",
"mem": "^4.0.0",
"merge": "^2.1.1",
"minimist": "^1.2.6",
"mixin-deep": "^1.3.2",
"node-fetch": "^3.2.10",
"node-forge": "^1.3.0",
"node-notifier": "^8.0.1",
"normalize-url": "^4.5.1",
"nth-check": "^2.0.1",
"postcss": "^8.4.31",
"react": "^16.5.0",
"react-bootstrap": "^0.32.4",
"react-dev-utils": "^12.0.1",
"react-dom": "^16.5.0",
"react-redux": "^5.1.0",
"react-router-dom": "^4.3.1",
"react-scripts": "5.0.1",
"redux": "^4.0.1",
"redux-thunk": "^2.3.0",
"serialize-javascript": "^3.1.0",
"set-value": "^4.0.1",
"sockjs": "^0.3.20",
"ssri": "^6.0.2",
"sweetalert-react": "^0.4.11",
"ua-parser-js": "^0.7.33",
"url-parse": "^1.5.9",
"webpack-dev-server": "^4.8.1",
"websocket-extensions": "^0.1.4",
"ws": "^6.2.2",
"y18n": "^4.0.1",
"yargs-parser": "^13.1.2"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"devDependencies": {
"renamer": "^1.0.0",
"rimraf": "^2.6.2"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}