-
Notifications
You must be signed in to change notification settings - Fork 96
/
package_.json
87 lines (87 loc) · 2.46 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
{
"name": "next-docs-ja",
"description": "Japanese translated Next.js docs site",
"version": "0.1.0",
"repository": "zeit/next-site",
"author": "Vercel",
"homepage": "https://nextjs.org",
"license": "MIT",
"engines": {
"node": ">=10.x"
},
"scripts": {
"dev": "next",
"start": "next start",
"build": "next build && yarn build:rss",
"analyze": "ANALYZE=true next build",
"build:rss": "node ./.next/serverless/scripts/build-rss.js",
"index-docs": "node ./.next/serverless/scripts/index-docs.js",
"lint": "eslint ."
},
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged"
}
},
"dependencies": {
"@mapbox/rehype-prism": "0.3.1",
"@mdx-js/loader": "0.20.3",
"@mdx-js/mdx": "0.20.3",
"@mdx-js/tag": "0.20.3",
"@next/bundle-analyzer": "9.1.4",
"@next/mdx": "8.1.0",
"@reach/skip-nav": "0.1.2",
"@zeit/fetch": "5.1.1",
"algoliasearch": "3.35.1",
"body-scroll-lock": "2.6.4",
"classnames": "^2.2.6",
"date-fns": "^1.29.0",
"email-validator": "2.0.4",
"github-slugger": "1.2.0",
"gray-matter": "4.0.2",
"highlight.js": "9.15.6",
"intersection-observer": "^0.5.0",
"md5": "2.2.1",
"mdast-util-to-string": "1.0.7",
"next": "9.4.2-canary.5",
"node-fetch": "2.6.0",
"nprogress": "0.2.0",
"polished": "^2.0.3",
"react": "16.12.0",
"react-autosuggest": "9.4.3",
"react-dom": "16.12.0",
"react-instantsearch-dom": "6.0.0",
"react-tweet-embed": "1.2.2",
"react-virtualized": "9.21.2",
"rehype-raw": "4.0.1",
"rehype-sanitize": "3.0.0",
"rehype-stringify": "6.0.0",
"remark-parse": "7.0.1",
"remark-rehype": "5.0.0",
"twemoji": "13.0.0",
"unified": "8.4.1",
"unist-util-visit": "2.0.0"
},
"devDependencies": {
"@types/node": "13.13.5",
"@types/node-fetch": "2.5.7",
"@types/react": "16.9.34",
"@typescript-eslint/eslint-plugin": "2.31.0",
"@typescript-eslint/parser": "2.31.0",
"babel-eslint": "^10.1.0",
"eslint": "6.8.0",
"eslint-config-airbnb": "18.1.0",
"eslint-config-airbnb-typescript": "7.2.1",
"eslint-config-prettier": "6.11.0",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-prettier": "3.1.3",
"eslint-plugin-react": "^7.19.0",
"eslint-plugin-react-hooks": "4.0.0",
"husky": "4.2.5",
"prettier": "^2.0.5",
"pretty-quick": "2.0.1",
"rss": "1.2.2",
"typescript": "3.8.3"
}
}