-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
62 lines (62 loc) · 1.71 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "thinkfwd",
"version": "1.1.0",
"scripts": {
"dev": "node server.js",
"build": "next build",
"start": "NODE_ENV=production node server.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@apollo/react-hooks": "0.1.0-beta.10",
"@emotion/core": "^10.0.10",
"@emotion/styled": "^10.0.12",
"@material-ui/core": "^3.9.1",
"apollo-boost": "^0.4.9",
"apollo-cache-inmemory": "^1.6.2",
"apollo-client": "^2.6.3",
"apollo-link-http": "^1.5.17",
"axios": "0.18.1",
"body-parser": "1.18.3",
"body-parser-graphql": "1.1.0",
"color": "3.1.0",
"cross-fetch": "^3.0.5",
"emotion-theming": "10.0.5",
"express": "4.16.4",
"graphql": "^14.0.2",
"graphql-tag": "2.10.0",
"graphql-tools": "4.0.3",
"isomorphic-unfetch": "3.0.0",
"moment": "2.22.2",
"next": "^9.4.4",
"next-routes": "1.4.2",
"next-seo": "^1.8.0",
"next-with-apollo": "^5.0.1",
"now-env": "^3.2.0",
"pascal-case": "2.0.1",
"prop-types": "15.6.2",
"react": "^16.8.6",
"react-burger-menu": "2.5.4",
"react-dom": "^16.8.6",
"react-hubspot": "1.0.1",
"react-icons": "3.2.2",
"react-masonry-css": "1.0.11",
"react-responsive-modal": "^3.5.1",
"react-reveal": "^1.2.2",
"react-ripples": "1.1.2",
"react-select": "2.1.2",
"react-spinners": "0.4.7",
"styled-theming": "2.2.0",
"url": "0.11.0"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.10.2",
"@storybook/react": "^4.2.0-alpha.5",
"babel-loader": "^8.0.4",
"babel-plugin-emotion": "10.0.4",
"babel-plugin-import-graphql": "2.6.2",
"react-test-renderer": "^16.8.6"
}
}