-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.28 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.28 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
43
44
45
46
47
48
49
50
51
{
"name": "react-tailwind-components",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@jsdevtools/rehype-toc": "^3.0.2",
"@mdx-js/loader": "^2.1.3",
"@mdx-js/react": "^2.1.3",
"@next/font": "^13.0.4",
"@next/mdx": "^12.3.1",
"@vercel/analytics": "^0.1.5",
"classnames": "^2.3.2",
"copy-to-clipboard": "^3.3.3",
"eslint": "8.27.0",
"eslint-config-next": "13.0.3",
"fs": "*",
"gray-matter": "^4.0.3",
"lodash.get": "^4.4.2",
"next": "13.0.5",
"next-mdx-remote": "^4.2.0",
"next-seo": "^5.15.0",
"prism-react-renderer": "^1.3.5",
"prop-types": "^15.8.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-live": "^3.1.1",
"react-syntax-highlighter": "^15.5.0",
"rehype": "^12.0.1",
"rehype-parse": "^8.0.4",
"rehype-slug": "^5.0.1",
"rehype-stringify": "^9.0.3",
"remark-gfm": "^3.0.1"
},
"devDependencies": {
"autoprefixer": "^10.4.8",
"eslint": "8.23.0",
"eslint-config-next": "12.2.5",
"postcss": "^8.4.16",
"standard": "^17.0.0",
"tailwindcss": "^3.1.8"
},
"eslintConfig": {
"extends": "./node_modules/standard/eslintrc.json"
}
}