-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.17 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
{
"name": "sn-trello",
"version": "0.1.0",
"private": true,
"dependencies": {
"apollo-cache-inmemory": "^1.0.0",
"apollo-client": "^2.0.1",
"apollo-link": "^1.0.3",
"apollo-link-error": "^1.0.1",
"apollo-link-http": "^1.0.0",
"apollo-link-ws": "^1.0.0",
"apollo-utilities": "^1.0.1",
"graphql": "^0.11.7",
"graphql-tag": "^2.5.0",
"immutability-helper": "^2.4.0",
"lodash.find": "^4.6.0",
"lodash.findindex": "^4.6.0",
"lodash.get": "^4.4.2",
"material-ui": "^1.0.0-beta.18",
"react": "^16.0.0",
"react-apollo": "^2.0.0",
"react-dom": "^16.0.0",
"react-router-dom": "^4.2.2",
"react-scripts": "1.0.14",
"react-select": "^1.0.1",
"rebass": "^1.0.4",
"semantic-ui-css": "^2.2.12",
"semantic-ui-react": "^0.75.1",
"styled-components": "^2.2.3",
"subscriptions-transport-ws": "^0.9.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
},
"devDependencies": {
"custom-react-scripts": "^0.2.1"
}
}