-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1015 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 1015 Bytes
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
{
"name": "@msgis/ol-fiware",
"version": "0.0.1",
"description": "Fiware OpenLayers integration.",
"scripts": {
"start": "parcel serve app/index.html",
"build": "parcel build --public-url . app/index.html",
"lint": "eslint --cache --ext mjs,jsx,js ."
},
"dependencies": {
"axios": "^1.6.8",
"bootstrap": "^5.3.3",
"deep-equal": "^2.2.3",
"ngsijs": "^1.5.0-rc.0",
"ol": "^9.1.0",
"react": "^18.3.1",
"react-bootstrap": "^2.10.2",
"react-bootstrap-icons": "^1.11.4",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@types/geojson": "^7946.0.14",
"buffer": "^6.0.3",
"eslint": "^8.49.0",
"eslint-plugin-react": "^7.34.1",
"events": "^3.3.0",
"https-browserify": "^1.0.0",
"parcel": "^2.12.0",
"process": "^0.11.10",
"punycode": "^2.3.1",
"querystring-es3": "^0.2.1",
"stream-http": "^3.2.0",
"url": "^0.11.3"
},
"browserslist": "defaults",
"volta": {
"node": "20.12.1",
"npm": "10.5.1"
}
}