-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
55 lines (55 loc) · 1.49 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
{
"name": "next-tailwind-ts-starter",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"devDependencies": {
"@types/node": "^18.11.18",
"@types/react": "^18.0.27",
"@types/webpack-env": "^1.16.0",
"@typescript-eslint/eslint-plugin": "5.50",
"@typescript-eslint/parser": "5.50",
"eslint": "8.33",
"eslint-config-prettier": "8.6",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.21.5",
"eslint-plugin-react-hooks": "^4.2.0",
"prettier": "^2.1.2",
"rehype": "^12.0.1",
"typescript": "^4.0.5"
},
"dependencies": {
"@mapbox/rehype-prism": "^0.9.0",
"@mdx-js/loader": "^2.3.0",
"@mdx-js/react": "^2.3.0",
"@next/mdx": "^13.5.7",
"@sentry/react": "7.119.2",
"@sentry/tracing": "7.119.2",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.9",
"@tailwindcss/typography": "^0.5.15",
"autoprefixer": "^10.4.20",
"cookie": "^0.7.2",
"gray-matter": "^4.0.2",
"js-cookie": "^3.0.5",
"mdx-prism": "^0.3.1",
"next": "^13.1.6",
"next-compose-plugins": "^2.2.1",
"next-mdx-enhanced": "^5.0.0",
"next-mdx-remote": "4.4.1",
"next-seo": "5.15",
"next-themes": "^0.4.1",
"postcss": "^8.4.47",
"postcss-import": "15.1",
"preact": "^10.24.3",
"react": "18.3.1",
"react-dom": "18.2",
"reading-time": "^1.3.0",
"tailwindcss": "^3.4.15"
}
}