This repository has been archived by the owner on Jun 17, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
84 lines (84 loc) · 1.91 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
80
81
82
83
84
{
"name": "neomap",
"version": "0.5.1",
"author": "Estelle Scifo",
"private": false,
"neo4jDesktop": {
"apiVersion": ">=1.2.x <2.0.0",
"licenseRequired": false
},
"dependencies": {
"@geoman-io/leaflet-geoman-free": "^2.11.2",
"bootstrap": "^4.5.2",
"downloadjs": "^1.4.7",
"graph-app-kit": "^1.0.4",
"leaflet": "^1.5.1",
"leaflet-polylinedecorator": "^1.6.0",
"leaflet.heat": "^0.2.0",
"leaflet.markercluster": "^1.4.1",
"neo4j-driver": "^4.1.1",
"prettier": "^2.4.1",
"react": "^16.13.1",
"react-bootstrap": "^1.3.0",
"react-color": "^2.18.1",
"react-confirm-alert": "^2.6.1",
"react-dom": "^16.13.1",
"react-scripts": "^3.4.3",
"react-select": "^3.1.0"
},
"scripts": {
"start": "react-scripts start",
"build": "rm -rf dist && react-scripts build && mv build dist",
"test": "react-scripts test",
"test:debug": "react-scripts --inspect-brk test --runInBand --no-cache",
"eject": "react-scripts eject"
},
"files": [
"dist/",
"package.json"
],
"description": "A Neo4j Desktop application to visualize nodes with geographic attributes on a map.",
"main": "index.js",
"devDependencies": {
"@testing-library/jest-dom": "^5.11.2",
"@testing-library/react": "^10.4.8",
"babel-eslint": "^10.1.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-jest": "^24.5.2",
"eslint-plugin-prettier": "^4.0.0",
"jest": "^24.9.0"
},
"repository": "git://github.com/stellasia/neomap.git",
"icons": [
{
"src": "icon.png",
"type": "png"
}
],
"keywords": [
"neo4j",
"leaflet",
"map",
"gis"
],
"bugs": {
"url": "https://github.com/stellasia/neomap/issues"
},
"licence": "SEE LICENSE IN <LICENSE>",
"homepage": ".",
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"optionalDependencies": {
"fsevents": "^2.3.2"
}
}