forked from UdaraJay/_stats
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.25 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
{
"name": "stats",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@next/font": "13.0.7",
"@prisma/client": "^4.7.1",
"@radix-ui/colors": "^0.1.8",
"@radix-ui/react-icons": "^1.1.1",
"@radix-ui/react-switch": "^1.0.1",
"@types/node": "18.11.17",
"@types/react": "18.0.26",
"@types/react-dom": "18.0.9",
"babel-plugin-superjson-next": "^0.4.5",
"bad-words": "^3.0.4",
"cors": "^2.8.5",
"eslint": "8.30.0",
"eslint-config-next": "13.0.7",
"fuzzy-search": "^3.2.1",
"javascript-obfuscator": "^4.0.0",
"moment": "^2.29.4",
"nanoid": "^4.0.0",
"next": "13.0.7",
"next-superjson-plugin": "^0.5.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-table": "^7.8.0",
"superjson": "^1.12.1",
"swr": "^2.0.0",
"typescript": "4.9.4",
"use-count-up": "^3.0.1"
},
"devDependencies": {
"@types/bad-words": "^3.0.1",
"@types/cors": "^2.8.13",
"@types/fuzzy-search": "^2.1.2",
"@types/geoip-lite": "^1.4.1",
"@types/react-table": "^7.7.12",
"@types/request-ip": "^0.0.37",
"prisma": "^4.7.1",
"sass": "^1.57.1"
}
}