-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.42 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
{
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"ts-lint": "tsc --noEmit --incremental --watch",
"lint": "next lint"
},
"dependencies": {
"@formatjs/intl-localematcher": "^0.5.4",
"@mdx-js/loader": "^3.0.1",
"@mdx-js/react": "^3.0.1",
"@next/mdx": "^14.2.7",
"@sanity/icons": "^3.4.0",
"@sanity/image-url": "^1.0.2",
"@sanity/vision": "^3.56.0",
"@tailwindcss/cli": "^4.0.0-alpha.20",
"@tailwindcss/postcss": "^0.0.0-development.1",
"@types/mdx": "^2.0.13",
"@types/node": "20.11.17",
"@types/react-dom": "18.2.19",
"@vercel/analytics": "^1.1.3",
"@vercel/speed-insights": "^1.0.9",
"cssnano": "^7.0.5",
"easymde": "^2.18.0",
"geist": "1.2.2",
"negotiator": "^0.6.3",
"next": "^14.2.7",
"next-mdx-remote": "^4.4.1",
"next-sanity": "^9.4.7",
"octokit": "^4.0.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sanity": "^3.56.0",
"sanity-plugin-markdown": "^4.1.2",
"sanity-plugin-media": "^2.3.2",
"styled-components": "^6.1.13",
"sugar-high": "^0.6.0",
"typescript": "5.3.3"
},
"devDependencies": {
"@types/negotiator": "^0.6.3",
"@types/react": "^18.3.5",
"autoprefixer": "^10.4.20",
"eslint": "8.57.0",
"eslint-config-next": "14.2.7",
"postcss": "^8.4.44",
"postcss-import": "^16.1.0",
"tailwindcss": "^3.4.10"
}
}