0b85920be2
Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite). Updates `vite` from 6.1.6 to 6.3.6 - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/v6.3.6/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v6.3.6/packages/vite) Updates `esbuild` from 0.24.2 to 0.25.1 - [Release notes](https://github.com/evanw/esbuild/releases) - [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG-2024.md) - [Commits](https://github.com/evanw/esbuild/compare/v0.24.2...v0.25.1) --- updated-dependencies: - dependency-name: vite dependency-version: 6.3.6 dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: esbuild dependency-version: 0.25.1 dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
32 lines
987 B
JSON
32 lines
987 B
JSON
{
|
|
"name": "nordeck-plugin",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"sideEffects": [
|
|
"**/*.css"
|
|
],
|
|
"scripts": {
|
|
"prepare": "vite build",
|
|
"lint:types": "tsc --noEmit",
|
|
"lint:codestyle": "echo 'handled by lint:eslint'",
|
|
"test": "echo no tests yet"
|
|
},
|
|
"devDependencies": {
|
|
"@element-hq/element-web-module-api": "^1.0.0",
|
|
"@nordeck/element-web-guest-module": "^2.0.0",
|
|
"@nordeck/element-web-opendesk-module": "^0.5.0",
|
|
"@nordeck/element-web-widget-lifecycle-module": "^1.0.1",
|
|
"@nordeck/element-web-widget-toggles-module": "^0.1.0",
|
|
"@types/node": "^22.10.7",
|
|
"@types/react": "^19",
|
|
"@vitejs/plugin-react": "^4.3.4",
|
|
"react": "^19",
|
|
"react-dom": "^19",
|
|
"rollup-plugin-external-globals": "^0.13.0",
|
|
"typescript": "^5.7.3",
|
|
"vite": "^6.3.6",
|
|
"vite-plugin-node-polyfills": "^0.23.0"
|
|
}
|
|
}
|