Skip to content

Commit

Permalink
Merge pull request #16 from ccatterina/third-party-notice
Browse files Browse the repository at this point in the history
feat: third party notice for bundled packages
  • Loading branch information
ccatterina authored Oct 15, 2023
2 parents 7275d6c + 2469f68 commit 79dee3b
Show file tree
Hide file tree
Showing 3 changed files with 494 additions and 3 deletions.
8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,16 @@
"repository": "git@github.com:ccatterina/MathCanvas.git",
"author": "Claudio Catterina <catterina.claudio@gmail.com>",
"license": "GPL-3.0",
"devDependencies": {
"dependencies": {
"bootstrap": "^5.2.1",
"@popperjs/core": "^2.11.6",
"mathjs": "^11.2.1"
},
"devDependencies": {
"@types/bootstrap": "^5.2.6",
"@typescript-eslint/eslint-plugin": "^5.59.5",
"@typescript-eslint/parser": "^5.59.5",
"autoprefixer": "^10.4.12",
"bootstrap": "^5.2.1",
"concurrently": "^7.4.0",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^6.7.1",
Expand All @@ -21,7 +24,6 @@
"eslint-plugin-compat": "^4.1.4",
"eslint-plugin-html": "^7.1.0",
"file-loader": "^6.2.0",
"mathjs": "^11.2.1",
"mini-css-extract-plugin": "^2.6.1",
"postcss": "^8.4.16",
"postcss-import": "^15.0.0",
Expand Down
Loading

0 comments on commit 79dee3b

Please sign in to comment.