forked from markmead/hyperui
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.13 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.13 KB
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
42
{
"name": "hyperui",
"private": true,
"scripts": {
"build": "next build",
"css": "npx tailwindcss -i styles/globals.css -o public/build.css -m",
"dev": "next dev",
"lint": "next lint",
"postbuild": "next-sitemap",
"watch": "yarn css -w"
},
"dependencies": {
"@tailwindcss/line-clamp": "^0.4.0",
"next": "12.1.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"tslib": "^2.3.1"
},
"devDependencies": {
"@tailwindcss/aspect-ratio": "^0.4.0",
"@tailwindcss/forms": "^0.5.0",
"@tailwindcss/typography": "^0.5.2",
"@types/node": "17.0.21",
"@types/react": "17.0.40",
"@types/react-copy-to-clipboard": "^5.0.2",
"autoprefixer": "^10.4.0",
"eslint": "8.11.0",
"eslint-config-next": "12.1.0",
"gray-matter": "^4.0.3",
"next-mdx-remote": "^4.0.0",
"next-sitemap": "^2.5.7",
"postcss": "^8.4.8",
"prismjs": "^1.27.0",
"react-copy-to-clipboard": "^5.0.4",
"react-intersection-observer": "^8.33.1",
"react-toastify": "^8.2.0",
"remark": "^14.0.2",
"remark-html": "^15.0.1",
"tailwindcss": "^3.0.23",
"typescript": "4.6.2"
}
}