2025-01-27 10:07:35 +00:00
|
|
|
{
|
|
|
|
|
"name": "nordeck-plugin",
|
|
|
|
|
"private": true,
|
|
|
|
|
"version": "0.0.0",
|
|
|
|
|
"type": "module",
|
|
|
|
|
"sideEffects": [
|
|
|
|
|
"**/*.css"
|
|
|
|
|
],
|
2025-10-14 14:25:16 +01:00
|
|
|
"license": "SEE LICENSE IN README.md",
|
2025-01-28 13:13:06 +00:00
|
|
|
"scripts": {
|
2025-01-28 17:38:52 +00:00
|
|
|
"prepare": "vite build",
|
2025-05-08 12:23:13 +01:00
|
|
|
"lint:types": "tsc --noEmit",
|
|
|
|
|
"lint:codestyle": "echo 'handled by lint:eslint'",
|
2025-01-30 10:58:23 +00:00
|
|
|
"test": "echo no tests yet"
|
2025-01-28 13:13:06 +00:00
|
|
|
},
|
2025-01-27 10:07:35 +00:00
|
|
|
"devDependencies": {
|
2025-05-13 10:40:26 +01:00
|
|
|
"@element-hq/element-web-module-api": "^1.0.0",
|
2025-01-27 10:07:35 +00:00
|
|
|
"@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",
|
2025-04-28 12:43:17 +01:00
|
|
|
"@types/react": "^19",
|
2025-09-20 09:29:18 +00:00
|
|
|
"@vitejs/plugin-react": "^5.0.0",
|
2025-04-28 12:43:17 +01:00
|
|
|
"react": "^19",
|
|
|
|
|
"react-dom": "^19",
|
2025-01-27 10:07:35 +00:00
|
|
|
"rollup-plugin-external-globals": "^0.13.0",
|
|
|
|
|
"typescript": "^5.7.3",
|
2025-10-20 22:54:30 +00:00
|
|
|
"vite": "^7.1.11",
|
2025-12-11 11:14:54 +00:00
|
|
|
"vite-plugin-node-polyfills": "^0.24.0"
|
2025-01-27 10:07:35 +00:00
|
|
|
}
|
|
|
|
|
}
|