-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 992 Bytes
/
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
{
"name": "dejumbler-next",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "jest"
},
"dependencies": {
"@gsap/react": "^2.1.0",
"@vercel/analytics": "^1.0.0",
"@vercel/speed-insights": "^1.0.10",
"bcrypt": "^5.1.1",
"eslint": "8.30.0",
"eslint-config-next": "13.1.1",
"gsap": "^3.12.2",
"mongodb": "^4.13.0",
"mongoose": "^6.8.1",
"mongoose-url-slugs": "^1.0.2",
"next": "^14.1.4",
"next-auth": "^4.21.1",
"react": "18.2.0",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
"react-dom": "18.2.0",
"swr": "^2.1.5"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.4.5",
"@testing-library/react": "^15.0.6",
"@types/jest": "^29.5.12",
"@types/react": "18.2.55",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"ts-jest": "^29.1.2"
}
}