-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
56 lines (56 loc) · 1.69 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": "yantra",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@next/font": "^13.4.4",
"@react-hook/window-size": "^3.1.1",
"@react-spring/web": "^9.7.2",
"@splinetool/react-spline": "^2.2.6",
"@splinetool/runtime": "^0.9.353",
"@tailwindcss/line-clamp": "^0.4.4",
"@types/node": "20.2.1",
"@types/react": "18.2.6",
"@types/react-dom": "18.2.4",
"autoprefixer": "10.4.14",
"axios": "^1.4.0",
"cookies-next": "^2.1.1",
"eslint": "8.40.0",
"eslint-config-next": "13.4.3",
"formidable": "^2.1.1",
"lodash": "^4.17.21",
"moment": "^2.29.4",
"mongodb": "^5.5.0",
"mongoose": "^7.2.0",
"next": "13.4.3",
"next-auth": "^4.22.1",
"next-connect": "^1.0.0",
"postcss": "8.4.23",
"pure-react-carousel": "^1.30.1",
"react": "18.2.0",
"react-chrono": "^2.2.0",
"react-dom": "18.2.0",
"react-ga": "^3.3.1",
"react-infinite-scroll-component": "^6.1.0",
"react-spinners": "^0.13.8",
"react-toastify": "^9.1.3",
"react-vertical-timeline-component": "^3.6.0",
"slugify": "^1.6.6",
"tailwindcss": "3.3.2",
"three": "^0.152.2",
"typescript": "5.0.4",
"zod": "^3.21.4"
},
"devDependencies": {
"@types/formidable": "^2.0.6",
"@types/jsonwebtoken": "^9.0.2",
"@types/react-vertical-timeline-component": "^3.3.3",
"@types/three": "^0.152.0"
}
}