-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.47 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
{
"name": "awd",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@formatjs/intl-localematcher": "^0.4.0",
"@heroicons/react": "^2.0.18",
"@portabletext/react": "^3.0.4",
"@sanity/client": "^6.4.5",
"@sanity/code-input": "^4.1.1",
"@sanity/dashboard": "^3.1.5",
"@sanity/document-internationalization": "^2.0.1",
"@sanity/image-url": "^1.0.2",
"@sanity/preview-kit": "^2.4.12",
"@sanity/vision": "^3.15.0",
"@types/node": "20.4.9",
"@types/react": "18.2.20",
"@types/react-dom": "18.2.7",
"disqus-react": "^1.1.5",
"eslint": "8.46.0",
"eslint-config-next": "13.4.13",
"flag-icons": "^6.10.0",
"framer-motion": "^10.15.1",
"negotiator": "^0.6.3",
"next": "13.4.13",
"next-sanity": "^5.2.4",
"next-themes": "^0.2.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-portable-text": "^0.6.0",
"react-refractor": "^2.1.7",
"sanity": "^3.19.2",
"sanity-plugin-iframe-pane": "^2.5.4",
"sanity-plugin-media": "^2.2.2",
"sanity-plugin-vercel-deploy": "^3.3.4",
"sharp": "^0.32.4",
"styled-components": "^5.3.11",
"swiper": "^10.1.0",
"typescript": "5.1.6"
},
"devDependencies": {
"@types/negotiator": "^0.6.1",
"@types/refractor": "^3.0.2",
"autoprefixer": "^10.4.14",
"postcss": "^8.4.27",
"tailwindcss": "^3.3.3"
}
}