-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathpackage.json
77 lines (77 loc) · 2.09 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
{
"name": "mission-control",
"version": "0.21.0",
"private": true,
"dependencies": {
"@ant-design/icons": "^4.1.0",
"@use-it/event-listener": "^0.1.3",
"antd": "^4.2.0",
"apollo-boost": "^0.4.4",
"apollo-link-context": "^1.0.20",
"automate-redux": "^1.2.0",
"babel-plugin-import": "^1.12.0",
"codemirror": "^5.47.0",
"codemirror-graphql": "^0.11.2",
"customize-cra": "^0.2.13",
"dot-prop-immutable": "^1.6.0",
"graphiql": "^0.14.2",
"graphql": "^14.5.4",
"graphql-prettier": "^1.0.6",
"graphql-tag": "^2.10.3",
"jsonlint-mod": "^1.7.6",
"jsonwebtoken": "^8.5.1",
"keypair": "^1.0.1",
"less": "^3.9.0",
"less-loader": "^5.0.0",
"lil-uri": "^0.2.2",
"lorem-ipsum": "^2.0.3",
"node-forge": "^0.10.0",
"prettier-package-json": "^2.1.3",
"qs": "^6.9.4",
"query-string": "^6.11.1",
"react": "^16.13.1",
"react-app-rewired": "^2.1.3",
"react-codemirror2": "^6.0.0",
"react-dom": "^16.13.1",
"react-graph-vis": "^1.0.5",
"react-highlight-words": "^0.16.0",
"react-json-view": "^1.19.1",
"react-keyboard-event-handler": "^1.5.4",
"react-markdown": "^4.3.1",
"react-redux": "^7.1.1",
"react-router-dom": "^5.1.2",
"react-scripts": "^4.0.0",
"redux": "^4.0.1",
"space-api": "^0.19.3",
"svg-url-loader": "^6.0.0",
"use-deep-compare-effect": "^1.3.0",
"yamljs": "^0.3.0"
},
"homepage": "https://spaceuptech.com/mission-control",
"scripts": {
"start": "react-app-rewired start",
"start:mock": "cross-env REACT_APP_ENABLE_MOCK='true' react-app-rewired start",
"build": "GENERATE_SOURCEMAP=false react-app-rewired build",
"test": "react-app-rewired 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"
]
},
"devDependencies": {
"cross-env": "^7.0.2",
"miragejs": "^0.1.37"
}
}