-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.36 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
{
"name": "create-next-example-app",
"scripts": {
"dev": "NODE_ENV=development nodemon server",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@material-ui/core": "^3.5.1",
"@material-ui/icons": "^3.0.1",
"@nivo/bar": "^0.51.5",
"@nivo/line": "^0.51.0",
"@nivo/pie": "^0.51.0",
"@zeit/next-css": "^1.0.1",
"apollo-boost": "^0.1.20",
"apollo-client": "^2.4.7",
"apollo-link-http": "^1.5.6",
"apollo-link-state": "^0.4.2",
"apollo-server-express": "^2.2.2",
"babel-plugin-import": "^1.11.0",
"bluebird": "^3.5.3",
"body-parser": "^1.18.3",
"express": "^4.16.4",
"graphql": "^14.0.2",
"graphql-tag": "^2.10.0",
"graphql-tools": "^4.0.3",
"highcharts": "^6.2.0",
"isomorphic-unfetch": "^3.0.0",
"jest": "^23.6.0",
"jss": "^9.8.7",
"lodash": "^4.17.11",
"moment": "^2.22.2",
"mui-datatables": "^2.0.0-beta-41",
"nconf-pro": "^0.2.0",
"next": "7.0.2",
"node-cache": "^4.2.0",
"pg": "^7.6.1",
"ramda": "^0.26.0",
"react": "16.6.3",
"react-apollo": "^2.2.4",
"react-dom": "16.6.3",
"react-jss": "^8.6.1",
"react-jsx-highcharts": "^3.3.0",
"react-redux": "^5.1.1",
"redux": "^4.0.1",
"twilio": "^3.25.0"
},
"devDependencies": {
"nodemon": "^1.18.6",
"redux-devtools-extension": "^2.13.5"
}
}