28 lines
695 B
JSON
28 lines
695 B
JSON
|
{
|
||
|
"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": {
|
||
|
"@material/button": "^0.41.0",
|
||
|
"@material/form-field": "^0.41.0",
|
||
|
"@material/radio": "^0.41.0",
|
||
|
"ascii-progress": "^1.0.5",
|
||
|
"html-minifier": "^3.5.21",
|
||
|
"jsdom": "^13.0.0",
|
||
|
"nodemon": "^1.18.6",
|
||
|
"progress": "^2.0.1",
|
||
|
"rollup": "^0.67.0",
|
||
|
"rollup-plugin-includepaths": "^0.2.3",
|
||
|
"sass": "^1.14.3"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"gzip-size": "^5.0.0"
|
||
|
}
|
||
|
}
|