-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 894 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
{
"name": "tsukie-v4-react",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@heroicons/react": "^2.0.16",
"@notionhq/client": "^2.2.3",
"@tailwindcss/forms": "^0.5.3",
"@vercel/analytics": "^0.1.11",
"dayjs": "^1.11.7",
"next": "^14.1.0",
"next-themes": "^0.2.1",
"notion-to-md": "^2.5.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-markdown": "^8.0.5",
"react-transition-group": "^4.4.5",
"react-unity-webgl": "^9.5.0",
"reading-time": "^1.5.0",
"rehype-figure": "^1.0.1",
"rehype-highlight": "^6.0.0",
"rehype-raw": "^6.1.1"
},
"devDependencies": {
"autoprefixer": "^10.4.13",
"postcss": "^8.4.21",
"postcss-import": "^15.1.0",
"tailwindcss": "^3.2.7"
}
}