-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.5 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
{
"name": "nextjs",
"version": "1.0.0",
"private": true,
"dependencies": {
"apollo-cache-inmemory": "^1.1.7",
"apollo-client": "^2.2.2",
"apollo-client-preset": "^1.0.8",
"apollo-link-http": "^1.3.2",
"apollo-link-ws": "^1.0.4",
"apollo-utilities": "^1.0.6",
"bufferutil": "^3.0.3",
"express": "^4.16.2",
"fs": "0.0.1-security",
"graphql": "^0.12.3",
"graphql-anywhere": "^4.1.3",
"graphql-subscriptions": "^0.5.6",
"graphql-tag": "^2.7.0",
"isomorphic-fetch": "^2.2.1",
"isomorphic-unfetch": "^2.0.0",
"jss": "latest",
"material-auto-rotating-carousel": "^1.7.0",
"material-ui": "^1.0.0-beta.33",
"material-ui-icons": "^1.0.0-beta.17",
"next": "latest",
"prop-types": "^15.6.0",
"react": "latest",
"react-apollo": "^2.0.4",
"react-dom": "latest",
"react-jss": "latest",
"react-responsive-carousel": "^3.1.33",
"react-swipeable-views": "^0.12.12",
"subscriptions-transport-ws": "^0.9.5",
"utf-8-validate": "^4.0.0",
"ws": "^4.0.0"
},
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
},
"devDependencies": {
"babel-eslint": "^8.2.2",
"babel-loader": "^7.1.3",
"eslint": "^4.18.1",
"eslint-config-airbnb": "^16.1.0",
"eslint-loader": "^2.0.0",
"eslint-plugin-import": "^2.9.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.7.0",
"flow-bin": "^0.66.0",
"prettier": "^1.11.0",
"prettier-eslint": "^8.8.1"
}
}