-
Notifications
You must be signed in to change notification settings - Fork 409
/
package.json
38 lines (38 loc) · 1.01 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
{
"name": "hyperui",
"scripts": {
"dev": "next dev --turbo",
"build": "next build",
"lint": "next lint --fix",
"format": "prettier . --write"
},
"dependencies": {
"next": "14.2.10",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@next/eslint-plugin-next": "^14.2.6",
"@tailwindcss/forms": "^0.5.9",
"@tailwindcss/postcss": "^4.0.0-beta.5",
"@tailwindcss/typography": "^0.5.15",
"data-table-of-content": "^1.1.1",
"eslint": "8.57.0",
"eslint-config-next": "^14.2.6",
"fast-glob": "^3.3.2",
"next-mdx-remote": "^5.0.0",
"postcss": "^8.4.49",
"prettier": "^3.4.2",
"prettier-plugin-tailwindcss": "^0.6.9",
"prismjs": "^1.29.0",
"react-intersection-observer": "^9.13.1",
"react-use": "^17.6.0",
"rehype-external-links": "^3.0.0",
"rehype-slug": "^6.0.0",
"remark": "^15.0.1",
"remark-html": "^16.0.1",
"tailwindcss": "^4.0.0-beta.5",
"zustand": "^5.0.2"
},
"packageManager": "[email protected]"
}