-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
49 lines (49 loc) · 1.31 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
{
"private": true,
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"export": "npm run build && next export",
"lint": "next lint"
},
"dependencies": {
"@heroicons/react": "^1.0.5",
"@portabletext/react": "^1.0.3",
"@radix-ui/react-icons": "^1.1.0",
"@radix-ui/react-tooltip": "^0.1.6",
"@sanity/client": "^3.1.0",
"@sanity/image-url": "^1.0.1",
"@vercel/analytics": "^0.1.5",
"groq": "^2.15.0",
"kwesforms": "^2.1.20",
"next": "latest",
"next-pwa": "^5.4.4",
"next-sanity": "^0.5.0",
"next-seo": "^5.1.0",
"react": "^17.0.2",
"react-cookie-consent": "^7.3.1",
"react-dom": "^17.0.2",
"react-syntax-highlighter": "^15.5.0",
"sharp": "^0.30.5",
"swr": "^1.2.2",
"tailwind-scrollbar": "^1.3.1"
},
"devDependencies": {
"@babel/preset-react": "^7.16.7",
"@tailwindcss/forms": "^0.4.0",
"@types/gtag.js": "^0.0.8",
"@types/node": "17.0.4",
"@types/react": "17.0.38",
"@types/react-syntax-highlighter": "^13.5.2",
"@types/refractor": "^3.0.2",
"autoprefixer": "^10.4.0",
"eslint": "8.10.0",
"eslint-config-next": "12.1.0",
"postcss": "^8.4.5",
"react-refractor": "^2.1.6",
"refractor": "^4.5.0",
"tailwindcss": "^3.0.7",
"typescript": "4.5.4"
}
}