-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
executable file
·53 lines (53 loc) · 1.22 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
{
"name": "network-visualisation",
"description": "Graph visualisation using d3",
"version": "1.0.0",
"author": {
"name": "Hossein Dehnokhalaji",
"email": "hossein.dehnavi98@yahoo.com",
"url": "https://www.linkedin.com/in/iamhosseindhv/"
},
"license": "MIT",
"scripts": {
"app": "cd app && npm start",
"server": "cd server && nodemon www",
"dev": "concurrently --kill-others-on-fail \"npm run server\" \"npm run app\""
},
"dependencies": {
"@material-ui/core": "^1.1.0",
"@material-ui/icons": "^1.1.0",
"cookie-parser": "~1.4.3",
"debug": "~2.6.9",
"dotenv": "^5.0.1",
"express": "^4.16.2",
"hbs": "~4.0.1",
"http-errors": "~1.6.2",
"morgan": "~1.9.0",
"mysql": "^2.15.0",
"styled-components": "^3.2.6"
},
"devDependencies": {
"concurrently": "^3.5.0",
"nodemon": "^1.17.3"
},
"repository": {
"type": "git",
"url": "https://github.com/iamhosseindhv/Network-Visualisation.git"
},
"keywords": [
"node",
"nodejs",
"npm",
"express",
"create-react-app",
"boilerplate",
"react",
"d3",
"network visualisation",
"visualisation",
"visualization",
"graph",
"javascript",
"d3.js"
]
}