-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
47 lines (47 loc) · 1.16 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
{
"name": "radioroulette",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"postinstall": "prisma generate"
},
"dependencies": {
"@prisma/client": "5.0.0",
"@types/node": "^20.4.2",
"@types/react": "18.2.15",
"@types/react-dom": "18.2.7",
"@vercel/postgres": "^0.4.0",
"date-fns": "^2.30.0",
"edge-csrf": "^1.0.4",
"eslint": "8.45.0",
"eslint-config-next": "13.4.10",
"fathom-client": "^3.5.0",
"lru-cache": "^10.0.0",
"memory-cache": "^0.2.0",
"next": "13.4.17",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-modal": "^3.16.1",
"styled-components": "^6.0.4",
"swr": "^2.2.0",
"typescript": "5.1.6",
"use-count-up": "^3.0.1"
},
"devDependencies": {
"@types/memory-cache": "^0.2.3",
"@types/react-modal": "^3.16.0",
"csv-parse": "^5.4.0",
"csv-stringify": "^6.4.0",
"csv-writer": "^1.6.0",
"get-image-colors": "^4.0.1",
"polished": "^4.2.2",
"prisma": "^5.0.0",
"styled-reset": "^4.5.1",
"ts-node": "^10.9.1",
"waait": "^1.0.5"
}
}