-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
62 lines (62 loc) · 1.7 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
57
58
59
60
61
62
{
"name": "ecell_website",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@next/env": "^13.2.1",
"@next/font": "^13.2.1",
"@portabletext/react": "^2.0.1",
"@sanity/client": "^3.4.1",
"@sanity/image-url": "^1.0.1",
"@sanity/vision": "^3.5.0",
"@sendgrid/mail": "^7.7.0",
"@tailwindcss/line-clamp": "^0.4.2",
"@types/react-countup": "^4.3.1",
"classnames": "^2.3.2",
"framer-motion": "^7.4.0",
"into-stream": "^7.0.0",
"js-cookie": "^3.0.1",
"moment": "^2.29.4",
"next": "^13.2.3",
"next-sanity": "^4.1.5",
"next-seo": "^5.15.0",
"nodemailer": "^6.9.1",
"nodemailer-smtp-transport": "^2.7.4",
"react": "18.2.0",
"react-countup": "^6.4.1",
"react-dom": "18.2.0",
"react-fast-marquee": "^1.3.5",
"react-ga4": "^2.1.0",
"react-hook-form": "^7.36.0",
"react-icons": "^4.4.0",
"react-items-carousel": "^2.8.0",
"react-pdf": "^5.7.2",
"react-portable-text": "^0.5.1",
"react-toastify": "^9.0.8",
"sanity": "^3.5.0",
"sanity-plugin-iframe-pane": "^2.1.1",
"styled-components": "^5.3.6",
"typescript": "^4.9.5"
},
"devDependencies": {
"@types/js-cookie": "^3.0.3",
"@types/node": "^18.14.1",
"@types/nodemailer": "^6.4.7",
"@types/nodemailer-smtp-transport": "^2.7.5",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"autoprefixer": "^10.4.8",
"eslint": "8.23.0",
"eslint-config-next": "12.2.5",
"postcss": "^8.4.16",
"postcss-import": "^15.1.0",
"tailwind-scrollbar": "^2.1.0",
"tailwindcss": "^3.1.8"
}
}