forked from markmead/hyperui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
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",
"@next/third-parties": "^14.2.6",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.14",
"autoprefixer": "^10.4.20",
"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.41",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.6",
"prismjs": "^1.29.0",
"react-intersection-observer": "^9.13.0",
"react-use": "^17.5.1",
"rehype-external-links": "^3.0.0",
"remark": "^15.0.1",
"remark-html": "^16.0.1",
"remark-slug": "^7.0.1",
"tailwindcss": "^3.4.10"
},
"packageManager": "[email protected]"
}