-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathpackage.json
More file actions
80 lines (80 loc) · 2.11 KB
/
package.json
File metadata and controls
80 lines (80 loc) · 2.11 KB
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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
"name": "neuler",
"version": "0.1.59",
"description": "Playground for Neo4j Graph Data Science Library",
"author": "Neo4j Labs",
"neo4jDesktop": {
"apiVersion": "^1.4.0",
"licenseRequired": false
},
"icons": [
{
"src": "NeulerTrans.png",
"type": "png"
}
],
"main": "index.js",
"homepage": ".",
"dependencies": {
"@apollo/react-components": "^4.0.0",
"@apollo/react-hooks": "^4.0.0",
"@nivo/bar": "^0.52.1",
"@nivo/core": "^0.72.0",
"@nivo/legends": "^0.72.0",
"@nivo/scatterplot": "^0.72.0",
"apollo-boost": "^0.4.7",
"apollo-cache-inmemory": "^1.6.5",
"apollo-client": "^2.6.8",
"apollo-link": "^1.2.14",
"apollo-link-context": "^1.0.20",
"apollo-link-http": "^1.5.17",
"apollo-link-ws": "^1.0.20",
"apollo-utilities": "^1.3.3",
"graphql": "^15.1.0",
"graphql-tag": "^2.10.3",
"html2canvas": "^1.0.0-rc.1",
"mixpanel-browser": "^2.39.0",
"neo4j-driver": "^4.1.2",
"qs": "^6.9.4",
"randomcolor": "^0.6.2",
"react": "17.0.1",
"react-clipboard.js": "^2.0.16",
"react-color": "^2.18.1",
"react-dom": "17.0.1",
"react-force-graph": "^1.37.1",
"react-horizontal-scrolling-menu": "^0.7.9",
"react-redux": "^6.0.0",
"react-router-dom": "^5.2.0",
"react-scripts": "2.1.1",
"react-testing-library": "^6.0.0",
"redux": "^4.0.1",
"redux-persist": "^5.10.0",
"reimg": "^1.0.0",
"semantic-ui-react": "^0.84.0",
"stringify-object": "^3.3.0",
"subscriptions-transport-ws": "^0.9.16",
"tsne-js": "^1.0.3",
"uuid": "^3.3.2",
"vis": "^4.21.0"
},
"devDependencies": {
"node-pre-gyp": "0.17.0",
"fsevents": "2.2.1"
},
"scripts": {
"start": "react-scripts start",
"buildLocal": "rm -f neuler*.tgz && rm -rf dist && react-scripts build && mv build dist",
"build": "react-scripts build && mv build dist",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}