forked from planetscale/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.22 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
{
"name": "docs.planetscale.com",
"version": "2.0.0",
"private": true,
"scripts": {
"serve": "next start",
"build": "next build",
"dev": "next dev",
"lint": "eslint . --ext .js,.jsx",
"lint:fix": "npm run lint -- --fix"
},
"dependencies": {
"@mdx-js/loader": "^2.0.0",
"@mdx-js/react": "^2.0.0",
"@next/mdx": "^12.0.10",
"@segment/snippet": "^4.15.3",
"@tailwindcss/forms": "^0.4.0",
"classnames": "^2.3.1",
"gray-matter": "^4.0.3",
"js-cookie": "^3.0.1",
"next": "^12.0.10",
"next-mdx-remote": "^3.0.8",
"next-themes": "^0.0.16-beta.6",
"prism-react-renderer": "^1.2.0",
"prismjs": "^1.26.0",
"react": "latest",
"react-copy-to-clipboard": "^5.0.4",
"react-dom": "latest",
"react-inlinesvg": "^2.3.0"
},
"devDependencies": {
"autoprefixer": "^10.4.2",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react-hooks": "^4.3.0",
"postcss": "^8.4.6",
"postcss-import": "^14.0.2",
"postcss-nested": "^5.0.6",
"prettier": "^2.5.1",
"tailwindcss": "^3.0.19"
}
}