1
0
Fork 0
mirror of https://github.com/eosswedenorg/apt synced 2026-06-16 04:34:56 +02:00
apt/package.json
dependabot[bot] 606961164e
Bump webpack from 5.67.0 to 5.76.0
Bumps [webpack](https://github.com/webpack/webpack) from 5.67.0 to 5.76.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.67.0...v5.76.0)

---
updated-dependencies:
- dependency-name: webpack
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-14 20:00:17 +00:00

30 lines
683 B
JSON

{
"name": "apt-site",
"version": "1.0.0",
"description": "",
"main": "index.js",
"devDependencies": {
"alpinejs": "^3.8.1",
"anchor-js": "^4.1.0",
"clipboard": "^2.0.4",
"jquery": "^3.6.0",
"lunr": "^2.3.9",
"tippy.js": "^5.2.1",
"webpack": "^5.76.0",
"webpack-cli": "^4.9.2"
},
"scripts": {
"build": "./_scripts/build.sh",
"start": "./_scripts/start.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/eosswedenorg/apt.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/eosswedenorg/apt/issues"
},
"homepage": "https://github.com/eosswedenorg/apt#readme"
}