-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.33 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
{
"name": "turn-to-pic",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "jest --watch"
},
"dependencies": {
"@next-auth/prisma-adapter": "^1.0.7",
"@prisma/client": "^4.15.0",
"@types/crypto-js": "^4.1.1",
"@types/node": "20.2.5",
"@types/react": "18.2.8",
"@types/react-dom": "18.2.4",
"@upstash/ratelimit": "^0.4.3",
"@upstash/redis": "^1.21.0",
"@vercel/analytics": "^1.0.1",
"@vercel/edge": "^0.3.4",
"autoprefixer": "10.4.14",
"bad-words": "^3.0.4",
"clsx": "^1.2.1",
"crypto-js": "^4.1.1",
"eslint": "8.42.0",
"eslint-config-next": "13.4.4",
"framer-motion": "^10.12.16",
"next": "13.4.4",
"next-auth": "^4.22.1",
"next-share": "^0.20.0",
"postcss": "8.4.24",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "^4.9.0",
"react-infinite-scroll-component": "^6.1.0",
"react-paginate": "^8.2.0",
"react-parallax-tilt": "^1.7.144",
"tailwindcss": "3.3.2",
"typescript": "5.1.3",
"upload-js": "^2.20.0"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"prisma": "^4.15.0"
}
}