Accounts and login.

This commit is contained in:
Mike Cao 2020-07-23 19:56:55 -07:00
parent f3f0ad15f2
commit 49a55b40b4
22 changed files with 347 additions and 172 deletions

View file

@ -1,17 +1,23 @@
{
"name": "umami",
"version": "0.1.0",
"description": "Deliciously simple website analytics",
"description": "Deliciously simple website stats",
"main": "index.js",
"author": "Mike Cao <mike@mikecao.com>",
"license": "MIT",
"homepage": "https://github.com/mikecao/umami",
"repository": {
"type": "git",
"url": "https://github.com/mikecao/umami.git"
},
"scripts": {
"dev": "next dev -p 8000",
"build": "next build",
"start": "next start",
"build-script": "rollup -c",
"build-schema": "prisma introspect",
"build-client": "prisma generate"
"build-client": "prisma generate",
"create-account": "node scripts/create-account.js"
},
"lint-staged": {
"**/*.js": [
@ -29,7 +35,6 @@
},
"dependencies": {
"@prisma/client": "2.2.2",
"base64url": "^3.0.1",
"bcrypt": "^5.0.0",
"chart.js": "^2.9.3",
"classnames": "^2.2.6",
@ -38,12 +43,13 @@
"date-fns": "^2.14.0",
"detect-browser": "^5.1.1",
"dotenv": "^8.2.0",
"formik": "^2.1.5",
"geolite2-redist": "^1.0.7",
"is-localhost-ip": "^1.4.0",
"jose": "^1.27.2",
"jsonwebtoken": "^8.5.1",
"maxmind": "^4.1.3",
"next": "9.3.5",
"next-cookies": "^2.0.3",
"node-fetch": "^2.6.0",
"promise-polyfill": "^8.1.3",
"react": "16.13.1",