forked from GeoNode/geonode-mapstore-client
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.26 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
{
"name": "geonode-mapstore-client",
"version": "2.0.9",
"description": "MapStore 2 Api bundle specific to geonode framework",
"main": "api.js",
"eslintConfig": {
"extends": [
"@mapstore/eslint-config-mapstore"
],
"parserOptions": {
"babelOptions": {
"configFile": "./node_modules/mapstore/build/babel.config.js"
}
},
"globals": {
"__MAPSTORE_PROJECT_CONFIG__": false
}
},
"scripts": {
"compile": "mapstore-project compile geonode && node postCompile",
"start": "mapstore-project start geonode",
"test": "mapstore-project test geonode",
"test:watch": "mapstore-project test:watch geonode",
"update-project": "mapstore-project update geonode",
"lint": "eslint js --ext .jsx,.js"
},
"author": "GeoSolutions",
"license": "BSD-2-Clause",
"devDependencies": {
"@mapstore/project": "1.0.6"
},
"dependencies": {
"@fortawesome/fontawesome-free": "5.15.1",
"bootstrap-v4": "npm:bootstrap@4.5.0",
"dompurify": "2.2.6",
"js-cookie": "2.2.1",
"mapstore": "file:MapStore2",
"react-bootstrap-v1": "npm:react-bootstrap@1.3.0"
},
"geonode": {
"devServer": {
"host": "localhost",
"proxyTargetHost": "localhost:8000",
"protocol": "http"
}
}
}