-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1.02 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "simple-auth-server",
"version": "1.0.0",
"main": "index.js",
"repository": "git@github.com:browser-pgp/simple-auth-server.git",
"author": "shynome <shynome@gmail.com>",
"license": "MIT",
"scripts": {
"docker:start": "yarn next start --port $PORT"
},
"dependencies": {
"@material-ui/core": "^4.9.12",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "^4.0.0-alpha.51",
"@prisma/client": "^2.0.0-beta.3",
"dotenv": "^8.2.0",
"micro": "^9.3.5-canary.3",
"next": "^9.3.6",
"node-fetch": "^2.6.0",
"notistack": "^0.9.11",
"openpgp": "^4.10.4",
"qrcode.react": "^1.0.0",
"react": "^16.13.1",
"react-copy-to-clipboard": "^5.0.2",
"react-dom": "^16.13.1"
},
"devDependencies": {
"@prisma/cli": "^2.0.0-beta.3",
"@types/dotenv": "^8.2.0",
"@types/node": "^13.13.4",
"@types/node-fetch": "^2.5.7",
"@types/openpgp": "^4.4.10",
"@types/react": "^16.9.34",
"@types/react-copy-to-clipboard": "^4.3.0",
"typescript": "^3.8.3"
}
}