forked from moxious/halin
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
79 lines (79 loc) · 2.34 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"name": "halin",
"description": "Halin helps you monitor and improve your Neo4j graph",
"version": "0.16.0",
"neo4jDesktop": {
"apiVersion": "^1.2.0"
},
"license": "Apache-2.0",
"icons": [
{
"src": "./public/img/halin-icon.png",
"type": "png"
}
],
"repository": {
"type": "git",
"url": "https://github.com/moxious/halin.git"
},
"homepage": "http://halin.graphapp.io/",
"private": false,
"dependencies": {
"@sentry/browser": "^5.15.5",
"autobind-decorator": "2.2.1",
"bluebird": "^3.7.2",
"generic-pool": "^3.6.1",
"lodash": "^4.17.21",
"mathjs": "^5.4.0",
"moment": "^2.29.1",
"neo4j-driver": "^4.3.1",
"pondjs": "^0.9.0",
"prop-types": "^15.6.0",
"react": "^16.12.0",
"react-csv": "^1.1.1",
"react-d3-components": "^0.9.1",
"react-dom": "^16.12.0",
"react-graph-vis": "^1.0.2",
"react-minimal-pie-chart": "^4.0.0",
"react-scripts": "^3.4.4",
"react-sortable-tree": "^2.2.0",
"react-table": "^6.8.6",
"react-timeseries-charts": "^0.16.1",
"react-toastify": "^5.5.0",
"ringjs": "^0.0.1",
"semantic-ui-css": "^2.4.1",
"semantic-ui-react": "^0.88.2",
"source-map-explorer": "^1.6.0",
"uri-parser": "^1.0.1",
"uuid": "^3.3.2",
"yargs": "^12.0.5"
},
"scripts": {
"analyze": "./node_modules/.bin/source-map-explorer dist/static/js/main.*",
"start": "./node_modules/.bin/react-scripts start",
"build": "./node_modules/.bin/react-scripts build",
"gather": "./node_modules/.bin/babel-node --presets @babel/env,@babel/react --plugins @babel/plugin-proposal-class-properties src/scripts/gather.js",
"test": "./node_modules/.bin/react-scripts test --env=jsdom --coverage --watchAll=false",
"eject": "./node_modules/.bin/react-scripts eject",
"postbuild": "rm -rf dist && mv build dist",
"prepublishOnly": "npm run build",
"lint": "eslint src/**/*.js"
},
"devDependencies": {
"@babel/cli": "^7.2.0",
"@babel/core": "^7.2.0",
"@babel/node": "^7.2.0",
"@babel/plugin-proposal-class-properties": "^7.2.1",
"@babel/preset-env": "^7.2.0",
"@babel/preset-react": "^7.0.0",
"jest-expect-message": "^1.0.2",
"react-test-renderer": "^16.8.3",
"sinon": "^7.2.6"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}