-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
50 lines (50 loc) · 1.29 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
{
"name": "new-design",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"analyze": "cross-env ANALYZE=true next build"
},
"dependencies": {
"@portabletext/react": "^3.0.18",
"@sanity/client": "6.12.4",
"@sanity/code-input": "^4.1.4",
"@sanity/icons": "2.8",
"@sanity/image-url": "^1.0.2",
"@sanity/types": "3.25",
"@sanity/ui": "2.0",
"@sanity/vision": "3",
"clsx": "^2.1.1",
"embla-carousel": "^8.1.5",
"embla-carousel-autoplay": "^8.1.5",
"embla-carousel-react": "^8.1.3",
"next": "14.1",
"next-sanity": "7.1.4",
"react": "^18",
"react-dom": "^18",
"react-google-recaptcha-v3": "^1.10.1",
"react-icons": "^5.2.1",
"react-intersection-observer": "^9.13.0",
"react-refractor": "^3.1.1",
"react-responsive": "^10.0.0",
"rss-parser": "^3.13.0",
"sanity": "3.25",
"styled-components": "^6.0",
"wavesurfer.js": "^7.8.1"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "14.2.3",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
},
"packageManager": "[email protected]"
}