Add server with basic auth stuff

This commit is contained in:
Tulir Asokan
2020-10-31 21:53:46 +02:00
parent d3adedf3df
commit 9151f4cb6d
54 changed files with 3415 additions and 419 deletions

View File

@ -12,7 +12,8 @@
},
"snowpack": {
"install": [
"htm/preact"
"htm/preact",
"preact/hooks"
],
"installOptions": {
"sourceMap": false,
@ -22,10 +23,15 @@
},
"dependencies": {
"htm": "^3.0.4",
"preact": "^10.4.8",
"snowpack": "^2.10.3"
"preact": "^10.5.5",
"snowpack": "^2.16.1"
},
"devDependencies": {
"node-sass": "^4.14.1"
"@babel/core": "^7.12.3",
"@babel/eslint-parser": "^7.12.1",
"eslint": "^7.12.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-react-hooks": "^4.2.0",
"node-sass": "^5.0.0"
}
}