-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.49 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.49 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
{
"name": "danishfolklore-nexus-webapp",
"version": "0.1.0",
"private": true,
"dependencies": {
"classnames": "^2.2.6",
"create-react-class": "^15.6.3",
"d3": "^7.6.1",
"domain-browser": "^1.2.0",
"epubjs": "^0.3.89",
"file-saver": "^2.0.2",
"foundation-sites": "^6.5.1",
"fuse-js-latest": "^3.1.0",
"json-loader": "^0.5.7",
"jszip": "^3.7.0",
"leaflet": "^1.3.4",
"leaflet-ajax": "^2.1.0",
"marks-pane": "^1.0.9",
"mgr-pdf-viewer-react": "^1.0.1",
"prop-types": "^15.6.2",
"react": "^16.7.0",
"react-addons-shallow-compare": "^15.6.2",
"react-d3-graph": "^2.0.2",
"react-dom": "^16.7.0",
"react-fuse-picker": "^1.0.0",
"react-fuzzy": "^0.5.2",
"react-fuzzy-search": "^0.4.0",
"react-image-magnify": "^2.7.4",
"react-leaflet": "^2.1.4",
"react-leaflet-shapefile": "^2.0.0",
"react-redux": "^6.0.0",
"react-router": "^4.3.1",
"react-router-dom": "^4.3.1",
"react-scripts": "^5.0.1",
"react-slider": "^0.11.2",
"react-sliding-pane": "^3.1.0",
"redux": "^4.0.1",
"redux-thunk": "^2.3.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"homepage": "http://etkspace.scandinavian.ucla.edu/folklorenexus",
"devDependencies": {
"json-loader": "^0.5.7"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}