Files
OpenAuth_server/FrontendLegacy/package.json
Fabian Stamm c6158fe2e2
Some checks failed
CI / build (push) Has been cancelled
Updating dependencies and switching to ESModules where possible
2025-09-15 22:04:57 +02:00

29 lines
767 B
JSON

{
"name": "@hibas123/openauth-views-v1",
"main": "index.js",
"author": "Fabian Stamm <dev@fabianstamm.de>",
"license": "MIT",
"scripts": {
"build": "node build.js",
"watch": "node build.js watch"
},
"dependencies": {
"handlebars": "^4.7.8"
},
"devDependencies": {
"@material/button": "^14.0.0",
"@material/form-field": "^14.0.0",
"@material/radio": "^14.0.0",
"chokidar": "^4.0.3",
"gzip-size": "^7.0.0",
"html-minifier": "^4.0.0",
"preact": "^10.27.2",
"rollup": "^4.50.2",
"rollup-plugin-includepaths": "^0.2.4",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-typescript2": "^0.36.0",
"sass": "^1.92.1",
"typescript": "^5.9.2"
}
}