-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.4 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
{
"name": "blog",
"version": "1.11.12",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@codemirror/lang-cpp": "^6.0.2",
"@heroicons/react": "^2.0.18",
"@ionic/react": "^7.6.1",
"@portabletext/react": "^3.0.2",
"@sanity/code-input": "^4.1.2",
"@sanity/image-url": "^1.0.2",
"@sanity/vision": "^3.12.0",
"@tailwindcss/line-clamp": "^0.4.4",
"@types/node": "20.2.5",
"@types/react": "18.2.9",
"@types/react-dom": "18.2.4",
"eslint": "8.42.0",
"eslint-config-next": "13.4.4",
"ionicons": "^7.2.2",
"next": "^13.4.4",
"next-mdx-remote": "^4.4.1",
"next-sanity": "^4.3.3",
"nodemailer": "^6.9.13",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.44.3",
"react-icons": "^4.9.0",
"react-ionicons": "^4.2.1",
"react-portable-text": "^0.6.0",
"react-refractor": "^2.1.7",
"react-syntax-highlighter": "^15.5.0",
"refractor": "^4.8.1",
"sanity": "^3.21.3",
"sanity-plugin-iframe-pane": "^2.3.1",
"sanity-plugin-markdown": "^4.1.0",
"sharp": "^0.32.1",
"styled-components": "^5.3.11",
"typescript": "5.1.3",
"usehooks-ts": "^2.9.1",
"webpack": "^5.88.1"
},
"devDependencies": {
"autoprefixer": "^10.4.14",
"postcss": "^8.4.24",
"tailwindcss": "^3.3.2"
}
}