Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
marcwittke committed Jan 26, 2022
1 parent 3ca17f3 commit a6d84bd
Show file tree
Hide file tree
Showing 12 changed files with 328 additions and 501 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,6 @@ testem.log
# System Files
.DS_Store
Thumbs.db


/.npmrc
28 changes: 24 additions & 4 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,22 @@
"inlineStyleLanguage": "scss",
"assets": [
"src/favicon.ico",
"src/assets"
"src/assets",
{
"glob": "**/*",
"input": "node_modules/@chemaxon/marvinjs",
"output": "./assets/marvin-js"
}
],
"styles": [
"node_modules/@chemaxon/marvinjs/gui/css/editor.css",
"src/styles.scss"
],
"scripts": []
"scripts": [
"node_modules/@chemaxon/marvinjs/gui/lib/promise-1.0.0.min.js",
"node_modules/@chemaxon/marvinjs/js/marvinjslauncher.js",
"node_modules/@chemaxon/marvinjs/js/util.js"
]
},
"configurations": {
"production": {
Expand Down Expand Up @@ -96,12 +106,22 @@
"inlineStyleLanguage": "scss",
"assets": [
"src/favicon.ico",
"src/assets"
"src/assets",
{
"glob": "**/*",
"input": "node_modules/@chemaxon/marvinjs",
"output": "./assets/marvin-js"
}
],
"styles": [
"node_modules/@chemaxon/marvinjs/gui/css/editor.css",
"src/styles.scss"
],
"scripts": []
"scripts": [
"node_modules/@chemaxon/marvinjs/gui/lib/promise-1.0.0.min.js",
"node_modules/@chemaxon/marvinjs/js/marvinjslauncher.js",
"node_modules/@chemaxon/marvinjs/js/util.js"
]
}
}
}
Expand Down
12 changes: 12 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"@angular/platform-browser": "~12.2.0",
"@angular/platform-browser-dynamic": "~12.2.0",
"@angular/router": "~12.2.0",
"@chemaxon/marvinjs": "^21.3.0",
"rxjs": "~6.6.0",
"tslib": "^2.3.0",
"zone.js": "~0.11.4"
Expand Down
Loading

0 comments on commit a6d84bd

Please sign in to comment.