OpenAuth_server/views/package.json

29 lines
757 B
JSON
Raw Normal View History

2018-11-06 19:48:50 +00:00
{
"name": "open_auth_service_views",
"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": {
2019-03-13 01:06:09 +00:00
"@material/button": "^0.44.1",
"@material/form-field": "^0.44.1",
"@material/radio": "^0.44.1",
"preact": "^8.4.2"
2018-11-06 19:48:50 +00:00
},
"devDependencies": {
2019-03-13 01:06:09 +00:00
"chokidar": "^2.1.2",
"gzip-size": "^5.0.0",
"html-minifier": "^3.5.21",
"rollup": "^1.3.0",
"rollup-plugin-includepaths": "^0.2.3",
"rollup-plugin-node-resolve": "^4.0.1",
"rollup-plugin-typescript2": "^0.19.3",
"sass": "^1.17.2",
"typescript": "^3.3.3333"
2018-11-06 19:48:50 +00:00
}
}