-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
56 lines (56 loc) · 1.54 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
{
"name": "tiktok-wrapped",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"fix": "next lint --fix",
"dummy-data": "ts-node ./data/generate.ts"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.654.0",
"@faker-js/faker": "^8.0.2",
"@next/third-parties": "^14.2.3",
"@radix-ui/react-accordion": "^1.1.1",
"@radix-ui/react-checkbox": "^1.0.4",
"@radix-ui/react-dialog": "^1.1.1",
"@radix-ui/react-slot": "^1.0.1",
"@sentry/nextjs": "^7.53.0",
"@tailwindcss/typography": "^0.5.9",
"@types/node": "20.2.0",
"@types/react": "18.2.6",
"@types/react-dom": "18.2.4",
"@types/seedrandom": "^3.0.5",
"autoprefixer": "10.4.14",
"class-variance-authority": "^0.6.1",
"clsx": "^1.2.1",
"dayjs": "^1.11.7",
"eslint": "8.40.0",
"eslint-config-next": "13.4.2",
"eslint-plugin-unused-imports": "^2.0.0",
"framer-motion": "^11.2.10",
"jszip": "^3.10.1",
"lucide-react": "^0.220.0",
"next": "13.4.2",
"next-themes": "^0.3.0",
"postcss": "8.4.23",
"react": "18.2.0",
"react-countup": "^6.4.2",
"react-dom": "18.2.0",
"react-transition-group": "^4.4.5",
"seedrandom": "^3.0.5",
"sonner": "^1.4.41",
"tailwind-merge": "^1.14.0",
"tailwindcss": "3.3.2",
"tailwindcss-animate": "^1.0.7",
"ts-node": "^10.9.1",
"typescript": "5.0.4",
"zod": "^3.21.4"
},
"devDependencies": {
"@types/react-transition-group": "^4.4.6"
}
}