-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
43 lines (43 loc) · 1.13 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
38
39
40
41
42
43
{
"name": "next-discord-oauth",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@emurgo/cardano-serialization-lib-browser": "^9.1.4",
"@emurgo/cardano-serialization-lib-nodejs": "^9.1.4",
"@emurgo/cip14-js": "^3.0.1",
"@headlessui/react": "^1.4.3",
"@heroicons/react": "^1.0.5",
"@prisma/client": "^3.14.0",
"bottleneck": "^2.19.5",
"cookie": "^0.4.1",
"headlessui": "^0.0.0",
"heroicons": "^1.0.5",
"jsonwebtoken": "^8.5.1",
"lodash.sample": "^4.2.1",
"lucid-cardano": "^0.2.1",
"next": "^12.1.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"tw-elements": "^1.0.0-alpha10"
},
"devDependencies": {
"@types/cookie": "^0.4.0",
"@types/jsonwebtoken": "^8.5.1",
"@types/lodash.sample": "^4.2.6",
"@types/node": "^14.14.37",
"@types/node-fetch": "^2.5.10",
"@types/react": "^17.0.3",
"autoprefixer": "^10.4.2",
"postcss": "^8.4.5",
"prettier": "^2.2.1",
"prisma": "^3.14.0",
"tailwindcss": "^3.0.18",
"typescript": "^4.2.4"
}
}