-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.2 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
{
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@heroicons/react": "^1.0.6",
"@microlink/mql": "^0.10.32",
"@next/font": "^13.1.1",
"@sanity/block-content-to-react": "^3.0.0",
"@sanity/client": "^4.0.0",
"@sanity/image-url": "^1.0.1",
"@types/cors": "^2.8.13",
"classnames": "^2.3.2",
"cors": "^2.8.5",
"framer-motion": "^8.0.2",
"install": "^0.13.0",
"next": "latest",
"next-sanity": "^3.1.9",
"next-themes": "^0.2.1",
"npm": "^9.2.0",
"querystring": "^0.2.1",
"react": "18.2.0",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "18.2.0",
"react-icons": "^4.8.0",
"react-portable-text": "^0.5.1",
"react-share": "^4.4.1",
"react-social-icons": "^5.15.0",
"react-syntax-highlighter": "^15.5.0",
"reading-time": "^1.5.0",
"swr": "^2.0.0"
},
"devDependencies": {
"@types/node": "18.11.3",
"@types/react": "^18.0.21",
"@types/react-dom": "18.0.6",
"@types/react-syntax-highlighter": "^15.5.6",
"autoprefixer": "^10.4.12",
"postcss": "^8.4.18",
"tailwindcss": "^3.2.4",
"typescript": "^4.9.4"
}
}