-
Notifications
You must be signed in to change notification settings - Fork 97
/
package.json
89 lines (89 loc) · 2.68 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
88
89
{
"name": "nextjs-ja-translation-docs",
"description": "Japanese translated Next.js docs site",
"version": "0.1.0",
"engines": {
"node": ">=10.x"
},
"repository": "https://github.com/Nextjs-ja-translation/Nextjs-ja-translation-docs.git",
"scripts": {
"dev": "next",
"start": "next start",
"build": "next build",
"analyze": "ANALYZE=true next build",
"index-docs": "node ./.next/serverless/scripts/index-docs.js",
"lint": "eslint .",
"text-lint": "textlint",
"text-lint:fix": "textlint --fix"
},
"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": "10.4.1",
"intersection-observer": "^0.5.0",
"md5": "2.2.1",
"mdast-util-to-string": "1.0.7",
"next": "12.1.0",
"node-fetch": "2.6.7",
"nprogress": "0.2.0",
"polished": "^2.0.3",
"react": "17.0.2",
"react-autosuggest": "9.4.3",
"react-dom": "17.0.2",
"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",
"textlint": "11.7.6",
"textlint-rule-preset-ja-technical-writing": "4.0.0",
"textlint-rule-prh": "5.3.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": "17.0.39",
"@typescript-eslint/eslint-plugin": "2.31.0",
"@typescript-eslint/parser": "2.31.0",
"all-contributors-cli": "6.16.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",
"lint-staged": "10.2.11",
"prettier": "^2.0.5",
"pretty-quick": "2.0.1",
"rss": "1.2.2",
"textlint-filter-rule-comments": "1.2.2",
"textlint-rule-max-comma": "2.0.2",
"textlint-rule-preset-ja-spacing": "2.0.1",
"typescript": "4.5.5"
},
"license": "MIT"
}