-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
32 lines (32 loc) · 834 Bytes
/
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
{
"name": "contentful-graph-web",
"version": "1.3.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "NODE_ENV=development node src/server.js",
"build": "next build",
"start": "node src/server.js"
},
"keywords": [],
"author": "Yaraslau Kurmyza <lotask@gmail.com>",
"license": "ISC",
"dependencies": {
"@material-ui/core": "^3.4.0",
"@material-ui/icons": "^3.0.1",
"body-parser": "^1.18.3",
"contentful-graph": "^1.6.0",
"express": "^4.16.4",
"jss": "^9.8.7",
"jss-preset-default": "^4.5.0",
"next": "^7.0.2",
"react": "^16.6.1",
"react-dom": "^16.6.1",
"react-graph-vis": "^1.0.2",
"react-json-tree": "^0.11.0",
"react-jss": "^8.6.1",
"react-tap-event-plugin": "^3.0.3",
"react-viewer": "^2.6.0",
"recompose": "^0.30.0"
}
}