forked from blueskychan-dev/blueskychan.dev
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 817 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
{
"name": "fuse",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"format": "prettier . --write"
},
"dependencies": {
"@phosphor-icons/react": "^2.0.15",
"gray-matter": "^4.0.3",
"markdown-it": "^14.0.0",
"next": "^14.2.5",
"react": "^18",
"react-dom": "^18",
"react-tooltip": "^5.25.0",
"react-twemoji": "^0.5.0",
"sharp": "^0.33.1"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.10",
"autoprefixer": "^10.0.1",
"postcss": "^8",
"prettier": "^3.1.1",
"tailwindcss": "^3.3.0"
},
"packageManager": "pnpm@9.1.0+sha512.67f5879916a9293e5cf059c23853d571beaf4f753c707f40cb22bed5fb1578c6aad3b6c4107ccb3ba0b35be003eb621a16471ac836c87beb53f9d54bb4612724"
}