File tree Expand file tree Collapse file tree 3 files changed +37
-9
lines changed Expand file tree Collapse file tree 3 files changed +37
-9
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " @geode/opengeodeweb-viewer" ,
3+ "version" : " 0.0.0" ,
4+ "description" : " " ,
35 "scripts" : {
4- "json" : " node ./node_modules/@geode/opengeodeweb-back /generate_schemas.js opengeodeweb_viewer rpc rpc ." ,
6+ "json" : " node ./node_modules/@geode/opengeodeweb-microservice /generate_schemas.js opengeodeweb_viewer rpc rpc ." ,
57 "test" : " npm run json" ,
68 "build" : " npm run json"
79 },
810 "dependencies" : {
9- "@geode/opengeodeweb-back " : " latest"
11+ "@geode/opengeodeweb-microservice " : " latest"
1012 },
1113 "exports" : {
1214 "./opengeodeweb_viewer_schemas.json" : {
1315 "import" : " ./opengeodeweb_viewer_schemas.json" ,
14- "require" : " ./opengodeweb_viewer_schemas .json"
16+ "require" : " ./opengeodeweb_viewer_schemas .json"
1517 }
1618 },
17- "version" : " 0.0.0" ,
18- "description" : " " ,
19- "main" : " generate_schemas.js" ,
2019 "repository" : {
2120 "type" : " git" ,
2221 "url" : " git+https://github.com/Geode-solutions/OpenGeodeWeb-Viewer.git"
Original file line number Diff line number Diff line change 1+ OpenGeodeWeb-Microservice
12wslink==1.12.4
2- fastjsonschema==2.21.1
33websocket_client==1.8.0
Original file line number Diff line number Diff line change @@ -12,26 +12,55 @@ aiosignal==1.4.0
1212 # via aiohttp
1313attrs == 25.3.0
1414 # via aiohttp
15+ blinker == 1.9.0
16+ # via flask
17+ click == 8.2.1
18+ # via flask
1519fastjsonschema == 2.21.1
16- # via -r requirements.in
20+ # via opengeodeweb-microservice
21+ flask == 3.1.2
22+ # via flask-sqlalchemy
23+ flask-sqlalchemy == 3.1.1
24+ # via opengeodeweb-microservice
1725frozenlist == 1.7.0
1826 # via
1927 # aiohttp
2028 # aiosignal
29+ greenlet == 3.2.4
30+ # via sqlalchemy
2131idna == 3.10
2232 # via yarl
33+ itsdangerous == 2.2.0
34+ # via flask
35+ jinja2 == 3.1.6
36+ # via flask
37+ markupsafe == 3.0.2
38+ # via
39+ # flask
40+ # jinja2
41+ # werkzeug
2342multidict == 6.6.4
2443 # via
2544 # aiohttp
2645 # yarl
46+ opengeodeweb-microservice == 1.* ,>= 1.0.0
47+ # via -r requirements.in
2748propcache == 0.3.2
2849 # via
2950 # aiohttp
3051 # yarl
52+ sqlalchemy == 2.0.43
53+ # via
54+ # flask-sqlalchemy
55+ # opengeodeweb-microservice
3156typing-extensions == 4.15.0
32- # via aiosignal
57+ # via
58+ # aiosignal
59+ # sqlalchemy
3360websocket-client == 1.8.0
3461 # via -r requirements.in
62+ werkzeug == 3.1.3
63+ # via flask
3564wslink == 1.12.4
3665 # via -r requirements.in
3766yarl == 1.20.1
You can’t perform that action at this time.
0 commit comments