-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
56 lines (56 loc) · 1.2 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
{
"name": "popoto-neo4j-graph-app",
"homepage": ".",
"version": "0.1.8",
"description": "Graph based search interface graph app for Neo4j Desktop.",
"keywords": [
"popoto",
"d3",
"neo4j",
"app",
"desktop",
"cypher",
"graph",
"search"
],
"bugs": {
"url": "https://github.com/Nhogs/popoto-neo4j-graph-app/issues",
"email": "[email protected]"
},
"license": "GPL-3.0",
"author": {
"name": "Frederic Ciminera",
"email": "[email protected]"
},
"contributors": [],
"private": false,
"repository": {
"type": "git",
"url": "https://github.com/Nhogs/popoto-neo4j-graph-app.git"
},
"neo4jDesktop": {
"apiVersion": "^1.2.0"
},
"dependencies": {
"popoto": "^2.0.17",
"react": "^16.7.0",
"react-dom": "^16.7.0",
"react-redux": "^6.0.0",
"react-scripts": "^2.1.3",
"redux": "^3.7.2",
"semantic-ui-css": "^2.4.1",
"semantic-ui-react": "^0.84.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}