OpenAuth_server/FrontendLegacy/package.json

30 lines
787 B
JSON
Raw Normal View History

2018-11-06 19:48:50 +00:00
{
"name": "@hibas123/openauth-views-v1",
2018-11-06 19:48:50 +00:00
"version": "1.0.0",
"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.7"
},
"devDependencies": {
2020-03-09 14:01:11 +00:00
"@material/button": "^5.1.0",
"@material/form-field": "^5.1.0",
"@material/radio": "^5.1.0",
"chokidar": "^3.5.3",
"gzip-size": "^6.0.0",
2020-03-09 14:01:11 +00:00
"html-minifier": "^4.0.0",
"preact": "^10.13.2",
"rollup": "^3.20.2",
"rollup-plugin-includepaths": "^0.2.4",
2020-03-09 14:01:11 +00:00
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-typescript2": "^0.34.1",
"sass": "^1.61.0",
"typescript": "^5.0.3"
2018-11-06 19:48:50 +00:00
}
}