forked from chcdatabase/chcd-app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
94 lines (94 loc) · 2.75 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
85
86
87
88
89
90
91
92
93
94
{
"name": "China_Historical_Christia_Database_Dashboard",
"version": "0.1.0",
"private": true,
"homepage": "https://data.chcdatabase.com/",
"dependencies": {
"-": "0.0.1",
"@mongodb-js/react-mapbox-gl-leaflet": "^1.0.0",
"@octokit/rest": "^18.12.0",
"@react-leaflet/core": ">=1.0.0 <1.1.0 || ^1.1.1",
"@sintef/prune-cluster": "^2.1.0",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^11.2.7",
"@testing-library/user-event": "^12.8.3",
"animate.css": "^4.1.1",
"bfg": "^0.3.0",
"bootstrap": "^5.1.0",
"caniuse-lite": "^1.0.30001352",
"d3": "^5.16.0",
"d3-force-boundary": "0.0.2",
"d3-scale-chromatic": "^3.0.0",
"d3-textwrap": "^3.0.0",
"env-cmd": "^10.1.0",
"git": "^0.1.5",
"heatmap.js": "^2.0.5",
"leaflet": "^1.7.1",
"leaflet-defaulticon-compatibility": "^0.1.1",
"leaflet-heatmap-layer-react": "^1.0.0",
"leaflet.heat": "^0.2.0",
"leaflet.markercluster": "^1.5.0",
"mapbox-gl": "^2.5.1",
"mapbox-gl-leaflet": "0.0.15",
"mini-css-extract-plugin": "^2.9.1",
"neo4j-driver": "^4.3.2",
"npm": "^6.14.4",
"prunecluster": "^2.1.0",
"react": "^17.0.2",
"react-alert": "^7.0.3",
"react-alert-template-mui": "^1.0.7",
"react-bootstrap": "^2.0.0-beta.4",
"react-csv": "^2.2.2",
"react-d3-graph": "^2.6.0",
"react-d3-library": "^1.1.8",
"react-dom": "^17.0.2",
"react-ga": "^3.3.0",
"react-heatmap": "^1.0.6",
"react-helmet": "^6.1.0",
"react-icons": "^4.2.0",
"react-input-range": "^1.3.0",
"react-js-pagination": "^3.0.3",
"react-json-to-csv": "^1.2.0",
"react-leaflet": "^2.8.0",
"react-leaflet-canvas-layer": "^1.0.0",
"react-leaflet-heatmap-layer": "^2.0.0",
"react-leaflet-markercluster": "^2.0.0",
"react-paginate": "^7.1.3",
"react-router": "^5.2.0",
"react-router-dom": "^6.14.1",
"react-scripts": "^5.0.1",
"react-select": "^4.3.1",
"react-tooltip": "^4.2.21",
"sass-google-fonts": "^1.0.1",
"save": "^2.4.0",
"semantic-ui-css": "^2.4.1",
"semantic-ui-react": "^2.0.3",
"terser-webpack-plugin": "^5.3.10",
"unslugify": "^1.0.4",
"use-neo4j": "^0.3.4",
"web-vitals": "^1.1.2",
"webpack": "^5.94.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"sass": "sass src/Styles/Sass:src/Styles/Css --watch --no-source-map"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": [
">0.2%",
"not dead",
"not op_mini all"
],
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"sass": "^1.38.0"
}
}