-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 991 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 991 Bytes
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
{
"name": "control",
"version": "0.1.0",
"private": true,
"dependencies": {
"apollo-client": "^1.9.3",
"babel-plugin-emotion": "^8.0.6",
"emotion": "^8.0.8",
"found": "^0.3.4",
"graphql-tag": "^2.5.0",
"js-cookie": "^2.1.4",
"moment": "^2.19.1",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"react-emotion": "^8.0.8",
"react-md-button": "^0.0.1",
"react-md-card": "^0.0.4",
"react-md-dialog": "^0.0.3",
"react-md-fab": "^0.0.1",
"react-md-input": "^0.0.2",
"react-md-menu": "^0.0.6",
"react-md-progress-bar": "^0.0.2",
"react-md-switch": "^0.0.3",
"react-notify-toast": "^0.4.0",
"react-scripts": "1.0.14",
"react-select": "^1.0.0-rc.10",
"babel-preset-react-app": "^3.0.3",
"react-app-rewired": "^1.3.2"
},
"scripts": {
"start": "react-app-rewired start",
"build": "react-app-rewired build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
}
}