-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.23 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
{
"name": "lean_coffee",
"version": "0.2.0",
"private": true,
"dependencies": {
"@types/auth0-lock": "^10.16.2",
"@types/moment": "^2.13.0",
"@types/node": "^8.5.7",
"@types/react": "^16.0.34",
"@types/react-dom": "^16.0.3",
"add-graphql-subscriptions": "^1.0.1",
"apollo-cache-inmemory": "^1.1.5",
"apollo-client": "^2.2.0",
"apollo-link": "^1.0.7",
"apollo-link-context": "^1.0.3",
"apollo-link-http": "^1.3.2",
"apollo-link-ws": "^1.0.4",
"auth0-lock": "^11.0.1",
"graphql": "^0.12.3",
"graphql-tag": "^2.6.1",
"prop-types": "^15.5.10",
"react": "^16.2.0",
"react-apollo": "^2.0.4",
"react-dom": "^16.2.0",
"react-redux": "^5.0.6",
"react-router-dom": "^4.1.1",
"semantic-ui-css": "^2.2.10",
"semantic-ui-react": "^0.77.1",
"subscriptions-transport-ws": "^0.9.4"
},
"devDependencies": {
"@types/async": "^2.0.46",
"react-scripts-ts": "^2.7.0"
},
"scripts": {
"start": "react-scripts-ts start",
"build": "react-scripts-ts build",
"test": "react-scripts-ts test --env=jsdom",
"eject": "react-scripts-ts eject",
"deploy": "npm run build && mv build/index.html build/200.html && surge build lean-coffee.surge.sh"
}
}