-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.85 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "tailwindui-template",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"export": "next export",
"start": "next start",
"lint": "next lint",
"lint:fix": "next lint --fix",
"format": "prettier --write ."
},
"browserslist": [
"> 0.2% and not dead"
],
"dependencies": {
"@headlessui/react": "^2.2.0",
"@mapbox/rehype-prism": "^0.9.0",
"@mdx-js/loader": "^3.1.0",
"@mdx-js/react": "^3.1.0",
"@next/mdx": "^15.0.3",
"@tailwindcss/typography": "^0.5.15",
"@vercel/analytics": "^1.4.1",
"@vercel/speed-insights": "^1.1.0",
"autoprefixer": "^10.4.20",
"cheerio": "1.0.0",
"clsx": "^2.1.1",
"fast-glob": "^3.3.2",
"feed": "^4.2.2",
"next": "^15.0.3",
"next-themes": "^0.4.3",
"react": "19.0.0-rc-2ec26bc4-20241111",
"react-dom": "19.0.0-rc-2ec26bc4-20241111",
"remark-gfm": "^4.0.0",
"tailwindcss": "^3.4.15"
},
"devDependencies": {
"@types/mdx": "^2.0.13",
"@types/node": "^22.10.0",
"@types/react": "npm:types-react@rc",
"@types/react-dom": "npm:types-react-dom@rc",
"@types/webpack-env": "^1.18.5",
"@typescript-eslint/eslint-plugin": "^8.16.0",
"eslint": "^9.15.0",
"eslint-config-next": "^15.0.3",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-simple-import-sort": "^12.1.1",
"eslint-plugin-unused-imports": "^4.1.4",
"prettier": "^3.4.1",
"prettier-plugin-tailwindcss": "^0.6.9",
"sharp": "^0.33.5",
"typescript": "^5.7.2"
},
"overrides": {
"@types/react": "npm:types-react@rc",
"@types/react-dom": "npm:types-react-dom@rc"
},
"packageManager": "[email protected]+sha512.5ac37545851c55ec58521b6c285db6f848f93ca70889beb4145f5b40fe234e4ea4faee4dad12ac5c139e494374c65d9c3a6ec9a25954378fa286a250e68d2f20"
}