-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.34 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": "servon",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"postbuild": "next-sitemap --config next-sitemap.config.js",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@portabletext/react": "^2.0.0",
"@sanity/block-content-to-react": "^3.0.0",
"@sanity/client": "^3.4.1",
"@sanity/image-url": "^1.0.1",
"firebase": "^8.10.1",
"framer-motion": "^7.6.7",
"fs": "^0.0.1-security",
"google-spreadsheet": "^3.3.0",
"googleapis": "^109.0.1",
"groq": "^2.33.2",
"http2": "^3.3.7",
"jquery": "^3.6.1",
"next": "12.3.1",
"next-sanity-image": "^5.0.0",
"next-sitemap": "^3.1.32",
"nextjs-cors": "^2.1.1",
"number-counter": "^1.0.3",
"react": "18.2.0",
"react-countup": "^6.3.2",
"react-dom": "18.2.0",
"react-multi-carousel": "^2.8.2",
"react-owl-carousel": "^2.3.3",
"react-portable-text": "^0.5.1",
"react-quill": "^2.0.0",
"react-router-dom": "^6.4.3",
"react-toastify": "^9.1.1",
"reactstrap": "^9.1.5",
"sass": "^1.55.0"
},
"devDependencies": {
"@types/react": "18.0.25",
"autoprefixer": "^10.4.12",
"eslint": "8.24.0",
"eslint-config-next": "12.3.1",
"postcss": "^8.4.17",
"tailwindcss": "^3.1.8",
"typescript": "4.9.3"
}
}