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
|
{
"name": "nowgql",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"micro": "micro",
"micro-dev": "micro-dev ./functions",
"test": "jest"
},
"author": "",
"license": "ISC",
"dependencies": {
"apollo-cache-inmemory": "^1.1.5",
"apollo-client": "^2.2.0",
"apollo-link": "^1.0.7",
"apollo-link-http": "^1.3.2",
"apollo-link-state": "^0.3.1",
"auth0-lock": "^11.1.0",
"babel-plugin-styled-components": "^1.5.0",
"downshift": "^1.25.0",
"express": "^4.16.2",
"graphql": "^0.12.3",
"graphql-tag": "^2.6.1",
"isomorphic-fetch": "^2.2.1",
"lodash.get": "^4.4.2",
"lodash.has": "^4.5.2",
"micro": "^9.1.0",
"micro-dev": "^2.2.0",
"next": "^4.2.3",
"next-routes": "^1.2.0",
"nprogress": "^0.2.0",
"prop-types": "^15.6.0",
"react": "^16.2.0",
"react-apollo": "^2.0.4",
"react-dom": "^16.2.0",
"react-motion": "^0.5.2",
"react-stripe-checkout": "^2.6.3",
"react-transition-group": "^2.2.1",
"slugify": "^1.2.9",
"stripe": "^5.4.0",
"styled-components": "^3.0.2"
},
"devDependencies": {
"jest": "^22.1.4"
}
}
|