Skip to content

Commit

Permalink
Add webpack-license-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
Dianliang233 committed Dec 20, 2023
1 parent e04c21e commit 5da35b8
Show file tree
Hide file tree
Showing 5 changed files with 293 additions and 216 deletions.
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
dist
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: Release
name: Deploy
concurrency: deployment
on:
push:
branches:
Expand Down
19 changes: 10 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,41 +16,42 @@
"@vueuse/core": "^10.7.0",
"@wikimedia/codex": "0.1.1",
"d3": "^7.8.5",
"tsx": "^4.6.2",
"vue": "3.2.37"
},
"devDependencies": {
"@babel/core": "^7.23.6",
"@babel/preset-env": "^7.23.6",
"@babel/preset-typescript": "^7.23.3",
"@prettier/sync": "^0.3.0",
"@rushstack/eslint-patch": "^1.6.0",
"@rushstack/eslint-patch": "^1.6.1",
"@tsconfig/node20": "^20.1.2",
"@types/d3": "^7.4.3",
"@types/node": "^20.10.4",
"@typescript-eslint/eslint-plugin": "^6.14.0",
"@typescript-eslint/parser": "^6.14.0",
"@types/node": "^20.10.5",
"@typescript-eslint/eslint-plugin": "^6.15.0",
"@typescript-eslint/parser": "^6.15.0",
"@vue/eslint-config-prettier": "^8.0.0",
"@vue/eslint-config-typescript": "^12.0.0",
"@vue/tsconfig": "^0.4.0",
"babel-loader": "^9.1.3",
"babel-preset-typescript-vue3": "^2.0.17",
"css-loader": "^6.8.1",
"dotenv": "^16.3.1",
"eslint": "^8.55.0",
"eslint": "^8.56.0",
"glob": "^10.3.10",
"html-webpack-plugin": "^5.5.4",
"html-webpack-plugin": "^5.6.0",
"mini-css-extract-plugin": "^2.7.6",
"mwn": "^2.0.1",
"mwn": "^2.0.2",
"prettier": "3.1.1",
"terser-webpack-plugin": "^5.3.9",
"tsx": "^4.7.0",
"typescript": "^5.3.3",
"vue-loader": "^17.2.2",
"vue-style-loader": "^4.1.3",
"vue-tsc": "^1.8.25",
"webpack": "^5.89.0",
"webpack-bundle-analyzer": "^4.10.1",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1"
"webpack-dev-server": "^4.15.1",
"webpack-license-plugin": "^4.4.2"
}
}
Loading

0 comments on commit 5da35b8

Please sign in to comment.