-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
59 lines (59 loc) · 1.47 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "taco-auth",
"version": "1.0.0",
"private": true,
"author": {
"name": "Snazzah",
"email": "[email protected]",
"url": "https://snazzah.com/"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"generate": "prisma generate"
},
"dependencies": {
"@fontsource/lexend": "5.0.18",
"@fontsource/red-hat-text": "5.0.16",
"@fontsource/roboto": "4.5.8",
"@headlessui/react": "1.7.17",
"@prisma/client": "4.14.1",
"autoprefixer": "10.4.16",
"clsx": "1.2.1",
"cookie": "0.5.0",
"cssnano": "6.0.1",
"ioredis": "5.3.2",
"jsonwebtoken": "9.0.2",
"next": "12.3.4",
"next-plugin-preact": "3.0.7",
"node-fetch": "3.3.2",
"oauth": "0.10.0",
"postcss": "8.4.32",
"preact": "10.16.0",
"preact-render-to-string": "5.2.6",
"react": "npm:@preact/compat",
"react-dom": "npm:@preact/compat",
"react-ssr-prepass": "npm:preact-ssr-prepass",
"react-tippy": "1.4.0",
"sass": "1.62.1",
"tailwindcss": "3.3.6"
},
"peerDependencies": {
"prisma": "4.14.1"
},
"devDependencies": {
"@types/cookie": "0.5.3",
"@types/jsonwebtoken": "9.0.5",
"@types/node": "18.19.4",
"@types/node-fetch": "2.6.10",
"@types/oauth": "0.9.4",
"@types/react": "18.2.43",
"eslint": "8.56.0",
"eslint-config-snazzah": "1.2.1",
"prisma": "4.14.1",
"typescript": "4.9.5"
}
}