Skip to content

Commit

Permalink
chore: add marinesearch app
Browse files Browse the repository at this point in the history
  • Loading branch information
andreiggr committed Sep 1, 2023
1 parent 2ab1cfa commit e0475c3
Show file tree
Hide file tree
Showing 8 changed files with 581 additions and 29 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ logs
*.log
npm-debug.log*
.DS_Store
start_local.sh

coverage

Expand Down
9 changes: 8 additions & 1 deletion jsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
{
"compilerOptions": {
"paths": {},
"paths": {
"@eeacms/volto-elastic-csv-widget": [
"addons/volto-elastic-csv-widget/src"
],
"@eeacms/volto-marine-theme": [
"addons/volto-marine-theme/src"
]
},
"baseUrl": "src"
}
}
2 changes: 1 addition & 1 deletion locales/de.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion locales/it.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion locales/ro.json

Large diffs are not rendered by default.

16 changes: 15 additions & 1 deletion mrs.developer.json
Original file line number Diff line number Diff line change
@@ -1 +1,15 @@
{}
{ "volto-marine-theme": {
"url": "git@github.com:eea/volto-marine-theme.git",
"https": "https://github.com/eea/volto-marine-theme.git",
"package": "@eeacms/volto-marine-theme",
"branch": "develop",
"develop": true,
"path": "src"
}, "volto-elastic-csv-widget": {
"url": "git@github.com:eea/volto-elastic-csv-widget.git",
"https": "https://github.com/eea/volto-elastic-csv-widget.git",
"package": "@eeacms/volto-elastic-csv-widget",
"branch": "develop",
"develop": true,
"path": "src"
}}
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@
"@eeacms/volto-searchlib",
"@eeacms/volto-marine-theme",
"@eeacms/volto-slots",
"@eeacms/volto-measurescatalog:installMeasuresCatalogue"
"@eeacms/volto-measurescatalog:installMeasuresCatalogue",
"@eeacms/volto-elastic-csv-widget"
],
"dependencies": {
"@babel/plugin-transform-react-jsx": "*",
Expand All @@ -71,7 +72,7 @@
"@eeacms/volto-eea-kitkat": "18.0.2",
"@eeacms/volto-eea-website-theme": "1.19.0",
"@eeacms/volto-embed": "6.0.0",
"@eeacms/volto-marine-theme": "github:eea/volto-marine-theme#0.1.20.eea-design.23",
"@eeacms/volto-marine-theme": "github:eea/volto-marine-theme#0.1.20.eea-design.25",
"@eeacms/volto-measurescatalog": "0.1.3",
"@eeacms/volto-searchlib": "0.6.3",
"@eeacms/volto-slate-dataentity": "2.1.0",
Expand Down
Loading

0 comments on commit e0475c3

Please sign in to comment.