-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
67 lines (67 loc) · 1.97 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
63
64
65
66
67
{
"private": true,
"scripts": {
"dev": "next dev",
"prebuild": "echo 'Building Sanity to public/admin' && cd admin && yarn && npx @sanity/cli build ../public/admin -y && echo 'Done'",
"build": "next build",
"start": "next start",
"sanity": "cd admin && sanity start",
"lint": "next lint"
},
"dependencies": {
"@cloudinary/react": "^1.4.2",
"@cloudinary/url-gen": "^1.8.6",
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@hookform/resolvers": "^2.8.8",
"@mui/material": "^5.10.14",
"@portabletext/react": "^1.0.6",
"@sanity/client": "^3.3.6",
"@sanity/image-url": "^1.0.1",
"@sendgrid/mail": "^7.7.0",
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/line-clamp": "^0.4.2",
"algoliasearch": "^4.13.1",
"axios": "^1.2.5",
"cloudinary": "^1.32.0",
"countries-list": "^2.6.1",
"cypress": "^13.13.3",
"draft-js": "^0.11.7",
"eslint-config-next": "^13.1.6",
"html-react-parser": "^1.4.14",
"javascript-time-ago": "^2.3.13",
"moment": "^2.29.3",
"mongodb": "^4.5.0",
"nanoid": "^3.3.3",
"next": "^13.1.6",
"next-sanity": "^0.8.4",
"next-sanity-image": "^4.1.0",
"qs": "^6.10.5",
"react": "^18.2.0",
"react-currency-input-field": "^3.6.4",
"react-dom": "^18.2.0",
"react-draft-wysiwyg": "^1.14.7",
"react-hook-form": "^7.29.0",
"react-hot-toast": "^2.4.0",
"react-icons": "^4.4.0",
"react-input-hints": "^3.0.0",
"react-markdown": "^8.0.3",
"react-moment": "^1.1.2",
"react-multi-carousel": "^2.8.2",
"react-quill": "^1.3.5",
"remove-accents": "^0.4.3",
"twitter-api-v2": "^1.15.0",
"yup": "^0.32.11"
},
"devDependencies": {
"@types/node": "17.0.4",
"@types/react": "^18.0.25",
"@types/react-dom": "^18.0.9",
"autoprefixer": "^10.4.0",
"postcss": "^8.4.5",
"prettier": "^2.5.1",
"prettier-plugin-tailwindcss": "^0.1.1",
"tailwindcss": "^3.0.7",
"typescript": "4.5.4"
}
}