-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
68 lines (68 loc) · 1.95 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
{
"name": "era-compatibility-check",
"version": "2.0.0",
"description": "ERA's route compatibility check application",
"type": "module",
"scripts": {
"start": "webpack-dev-server --open --mode development",
"build": "webpack --mode production"
},
"author": "Julian Rojas",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/julianrojas87/era-compatibility-check.git"
},
"devDependencies": {
"@babel/core": "^7.10.3",
"@babel/plugin-proposal-class-properties": "^7.10.1",
"@babel/plugin-transform-runtime": "^7.10.4",
"@babel/preset-env": "^7.10.3",
"@babel/preset-react": "^7.10.1",
"babel-loader": "^8.1.0",
"chokidar": "^3.5.2",
"commander": "^2.20.3",
"copy-webpack-plugin": "^6.3.2",
"css-loader": "^3.6.0",
"file-loader": "^6.1.0",
"html-loader": "^1.1.0",
"html-webpack-plugin": "^4.3.0",
"raw-loader": "^4.0.2",
"style-loader": "^1.2.1",
"undici": "^4.10.0",
"webpack": "^4.43.0",
"webpack-cli": "^4.8.0",
"webpack-dev-server": "^4.1.1",
"worker-loader": "^2.0.0"
},
"dependencies": {
"@babel/runtime": "^7.10.4",
"@graphy/memory.dataset.fast": "^4.2.1",
"@rdfjs/data-model": "^1.1.2",
"@react-pdf/renderer": "^2.0.15",
"@turf/distance": "^6.0.1",
"@turf/helpers": "^6.1.4",
"axios": "^0.21.4",
"d3": "^5.16.0",
"exceljs": "^4.2.1",
"file-saver": "^2.0.5",
"jsonld-streaming-parser": "^2.0.2",
"mapbox-gl": "^1.11.0",
"n3": "^1.11.1",
"query-string": "^7.0.0",
"rdf-string": "^1.4.2",
"rdfxml-streaming-parser": "^1.5.0",
"react": "^16.14.0",
"react-d3-graph": "^2.6.0",
"react-dom": "^16.13.1",
"react-mapbox-gl": "^4.8.6",
"react-markdown": "^5.0.3",
"react-router-dom": "^5.2.0",
"rsuite": "^4.10.2",
"styled-components": "^5.1.1",
"tinyqueue": "^2.0.3",
"url-loader": "^4.1.0",
"wellknown": "^0.5.0",
"xml-js": "^1.6.11"
}
}