-
Notifications
You must be signed in to change notification settings - Fork 419
/
Copy pathpackage.json
41 lines (41 loc) · 1.16 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
{
"name": "hyperui",
"scripts": {
"dev": "next dev --turbo",
"build": "next build",
"postbuild": "yarn css --minify",
"lint": "next lint --fix",
"format": "prettier . --write",
"css": "npx @tailwindcss/cli -i ./src/styles/components.css -o ./public/components.css"
},
"dependencies": {
"next": "14.2.21",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@next/eslint-plugin-next": "^14.2.6",
"@tailwindcss/cli": "^4.0.4",
"@tailwindcss/forms": "^0.5.10",
"@tailwindcss/postcss": "^4.0.4",
"@tailwindcss/typography": "^0.5.16",
"data-table-of-content": "^1.1.1",
"eslint": "8.57.0",
"eslint-config-next": "^14.2.6",
"fast-glob": "^3.3.3",
"next-mdx-remote": "^5.0.0",
"postcss": "^8.5.1",
"prettier": "^3.4.2",
"prettier-plugin-tailwindcss": "^0.6.11",
"prismjs": "^1.29.0",
"react-intersection-observer": "^9.15.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.4",
"zustand": "^5.0.3"
},
"packageManager": "[email protected]"
}