-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.52 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.52 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
{
"name": "access-frontend",
"version": "0.13.0",
"private": true,
"dependencies": {
"bootstrap": "^4.3.1",
"customize-cra": "^0.2.14",
"fast-deep-equal": "latest",
"file-icons-js": "github:websemantics/file-icons-js",
"jszip": "^3.2.2",
"keycloak-js": "^6.0.1",
"monaco-editor": "^0.18.1",
"monaco-editor-webpack-plugin": "^1.7.0",
"prop-types": "^15.7.2",
"react": "^16.8.6",
"react-app-rewired": "^2.1.1",
"react-bootstrap": "^1.0.0-beta.10",
"react-dom": "^16.8.6",
"react-feather": "^2.0.3",
"react-markdown": "^4.0.8",
"react-monaco-editor": "^0.31.0",
"react-router-dom": "^5.0.1",
"react-scripts": "^4.0.2",
"react-sortable-tree": "^2.6.2",
"react-sortable-tree-theme-file-explorer": "^2.0.0",
"react-syntax-highlighter": "^15.4.3",
"svgo": "1.3.0"
},
"scripts": {
"start": "react-app-rewired start",
"start:mock-api": "NODE_ENV=mock react-app-rewired start",
"build": "react-app-rewired build",
"test": "react-app-rewired test",
"eject": "react-scripts eject",
"mock:api": "json-server --watch dev/fake-api-db.json --routes dev/fake-api-routes.json --port 4000"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"resolutions": {
"browserslist": "4.6.2",
"caniuse-lite": "1.0.30000974",
"svgo": "1.3.0"
},
"devDependencies": {
"http-proxy-middleware": "^0.20.0",
"json-server": "^0.15.0"
}
}