forked from planetscale/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.39 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
{
"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.1.3",
"@mdx-js/react": "^2.1.3",
"@segment/snippet": "^4.15.3",
"@tailwindcss/forms": "^0.5.2",
"classnames": "^2.3.1",
"gray-matter": "^4.0.3",
"js-cookie": "^3.0.1",
"lodash.kebabcase": "^4.1.1",
"next": "^12.2.5",
"next-themes": "0.2.0",
"prism-react-renderer": "^1.3.3",
"prismjs": "^1.29.0",
"react": "latest",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "latest",
"react-inlinesvg": "^3.0.1",
"remark-frontmatter": "^3.0.0",
"remark-gfm": "^1.0.0",
"remark-mdx-frontmatter": "^1.0.0",
"simple-functional-loader": "^1.2.1"
},
"devDependencies": {
"autoprefixer": "^10.4.8",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.30.0",
"eslint-plugin-react-hooks": "^4.6.0",
"postcss": "^8.4.16",
"postcss-import": "^14.1.0",
"postcss-nested": "^5.0.6",
"prettier": "^2.6.2",
"tailwindcss": "^3.1.8"
},
"volta": {
"node": "14.19.0",
"npm": "8.5.1"
}
}