Bumps [webpack](https://github.com/webpack/webpack) from 5.99.9 to 5.103.0. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v5.99.9...v5.103.0) --- updated-dependencies: - dependency-name: webpack dependency-version: 5.103.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
32 lines
884 B
JSON
32 lines
884 B
JSON
{
|
|
"name": "sync-client",
|
|
"version": "0.14.0",
|
|
"main": "dist/sync-client.node.js",
|
|
"browser": "dist/sync-client.web.js",
|
|
"types": "dist/types/index.d.ts",
|
|
"files": [
|
|
"dist/**/*"
|
|
],
|
|
"scripts": {
|
|
"dev": "webpack watch --mode development",
|
|
"build": "webpack --mode production",
|
|
"test": "tsx --test 'src/**/*.test.ts'"
|
|
},
|
|
"devDependencies": {
|
|
"byte-base64": "^1.1.0",
|
|
"minimatch": "^10.0.1",
|
|
"p-queue": "^8.1.0",
|
|
"reconcile-text": "^0.8.0",
|
|
"uuid": "^13.0.0",
|
|
"@types/node": "^24.8.1",
|
|
"ts-loader": "^9.5.2",
|
|
"tslib": "2.8.1",
|
|
"tsx": "^4.20.6",
|
|
"typescript": "5.8.3",
|
|
"webpack": "^5.103.0",
|
|
"webpack-cli": "^6.0.1",
|
|
"webpack-merge": "^6.0.1",
|
|
"@sentry/browser": "^10.8.0",
|
|
"ws": "^8.18.3"
|
|
}
|
|
}
|