-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 957 Bytes
/
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
{
"name": "sunflower",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@edge-ui/react": "0.0.11",
"@next/mdx": "^14.0.3",
"@types/node": "20.3.1",
"@types/react": "18.2.13",
"@types/react-dom": "18.2.6",
"autoprefixer": "10.4.16",
"eslint": "8.55.0",
"eslint-config-next": "14.0.3",
"fuse.js": "^6.6.2",
"lucide-react": "^0.252.0",
"micro-docgen": "^0.2.0",
"next": "14.0.3",
"postcss": "8.4.32",
"react": "18.2.0",
"react-dom": "18.2.0",
"remark-gfm": "^3.0.1",
"tailwindcss": "3.3.6",
"typescript": "5.3.3"
},
"devDependencies": {
"@code-hike/mdx": "^0.9.0",
"@mdx-js/loader": "^2.3.0",
"@mdx-js/react": "^2.3.0",
"react-icons": "^4.10.1"
},
"packageManager": "yarn@4.0.2+sha256.825003a0f561ad09a3b1ac4a3b3ea6207af2796d54f62a9420520915721f5186"
}