-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.66 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 1.66 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
60
{
"name": "panel",
"version": "0.1.0",
"repository": {
"type": "git",
"url": "https://github.com/codeamp/panel.git"
},
"license": "MIT",
"dependencies": {
"@babel/runtime": "<=7.0.0-beta.55",
"@material-ui/core": "^3.0.2",
"@material-ui/icons": "^3.0.1",
"apollo-cache-inmemory": "^1.2.5",
"apollo-client": "^2.4.1",
"apollo-client-preset": ">=1.0.5",
"apollo-fetch": ">=0.6.0",
"apollo-link": "^1.2.2",
"apollo-link-context": ">=1.0.3",
"apollo-link-error": "^1.1.0",
"autosuggest-highlight": ">=3.1.1",
"babel-polyfill": "^6.9.1",
"css-loader": "^1.0.0",
"custom-react-scripts": ">=0.1.4",
"director": ">=1.2.8",
"file-saver": "^2.0.0",
"graphql": "^14.0.0",
"graphql-tag": "^2.9.2",
"js-yaml": "^3.12.1",
"jstimezonedetect": "^1.0.6",
"lodash": ">=4.17.5",
"material-ui": "^1.0.0-beta.47",
"mobx": "^5.1.0",
"mobx-react": "^5.2.8",
"mobx-react-form": "1.35.1",
"moment": "^2.22.2",
"moment-timezone": "^0.5.21",
"npm": "^5.10.0",
"numbro": "^2.1.1",
"oidc-client": "^1.5.2",
"raven-js": "^3.27.0",
"react": ">=16.4.2",
"react-ace": "^5.9.0",
"react-apollo": "^2.1.11",
"react-autosuggest": "^9.4.0",
"react-copy-to-clipboard": ">=5.0.1",
"react-dom": ">=16.4.2",
"react-icons": "^3.0.5",
"react-popper": "^0.10.4",
"react-router-dom": "^4.3.1",
"socket.io-client": "^2.1.1",
"style-loader": "^0.23.0",
"validatorjs": ">=3.13.6"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
}
}