FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
ja.react.dev/package.json at main · reactjs/ja.react.dev · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
reactjs
/
ja.react.dev
Public
Notifications
You must be signed in to change notification settings
Fork
190
Star
301
Code
Issues
4
Pull requests
26
Discussions
Actions
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
ja.react.dev
/
package.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
125 lines (125 loc) · 4.5 KB
Breadcrumbs
ja.react.dev
/
package.json
Copy path
File metadata and controls
125 lines (125 loc) · 4.5 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
{
"name"
:
"
react-dev
"
,
"version"
:
"
1.0.0
"
,
"private"
:
true
,
"license"
:
"
CC
"
,
"scripts"
: {
"analyze"
:
"
ANALYZE=true next build
"
,
"dev"
:
"
next-remote-watch ./src/content
"
,
"prebuild:rsc"
:
"
node scripts/buildRscWorker.mjs
"
,
"build"
:
"
node scripts/buildRscWorker.mjs && next build && node --experimental-modules ./scripts/downloadFonts.mjs
"
,
"lint"
:
"
next lint && eslint
\"
src/content/**/*.md
\"
"
,
"lint:fix"
:
"
next lint --fix && eslint
\"
src/content/**/*.md
\"
--fix
"
,
"format:source"
:
"
prettier --config .prettierrc --write
\"
{plugins,src}/**/*.{js,ts,jsx,tsx,css}
\"
"
,
"nit:source"
:
"
prettier --config .prettierrc --list-different
\"
{plugins,src}/**/*.{js,ts,jsx,tsx,css}
\"
"
,
"prettier"
:
"
yarn format:source
"
,
"prettier:diff"
:
"
yarn nit:source
"
,
"lint-heading-ids"
:
"
node scripts/headingIdLinter.js
"
,
"fix-headings"
:
"
node scripts/headingIdLinter.js --fix
"
,
"ci-check"
:
"
npm-run-all prettier:diff --parallel lint tsc lint-heading-ids rss deadlinks
"
,
"tsc"
:
"
tsc --noEmit
"
,
"start"
:
"
next start
"
,
"postinstall"
:
"
yarn --cwd eslint-local-rules install && is-ci || husky install .husky
"
,
"check-all"
:
"
npm-run-all prettier lint:fix tsc rss
"
,
"rss"
:
"
node scripts/generateRss.js
"
,
"deadlinks"
:
"
node scripts/deadLinkChecker.js
"
,
"copyright"
:
"
node scripts/copyright.js
"
,
"test:eslint-local-rules"
:
"
yarn --cwd eslint-local-rules test
"
,
"textlint"
:
"
cd textlint && yarn --frozen-lockfile && yarn textlint
"
,
"textlint-staged"
:
"
cd textlint && yarn --frozen-lockfile && yarn textlint-staged --
"
},
"dependencies"
: {
"@codesandbox/sandpack-react"
:
"
2.13.5
"
,
"@docsearch/css"
:
"
^3.8.3
"
,
"@docsearch/react"
:
"
^3.8.3
"
,
"@headlessui/react"
:
"
^1.7.0
"
,
"@radix-ui/react-context-menu"
:
"
^2.1.5
"
,
"body-scroll-lock"
:
"
^3.1.3
"
,
"classnames"
:
"
^2.2.6
"
,
"debounce"
:
"
^1.2.1
"
,
"github-slugger"
:
"
^1.3.0
"
,
"next"
:
"
15.1.12
"
,
"next-remote-watch"
:
"
^1.0.0
"
,
"parse-numeric-range"
:
"
^1.2.0
"
,
"raw-loader"
:
"
^4.0.2
"
,
"react"
:
"
^19.0.0
"
,
"react-collapsed"
:
"
4.0.4
"
,
"react-dom"
:
"
^19.0.0
"
,
"remark-frontmatter"
:
"
^4.0.1
"
,
"remark-gfm"
:
"
^3.0.1
"
},
"devDependencies"
: {
"@babel/core"
:
"
^7.12.9
"
,
"@babel/plugin-transform-modules-commonjs"
:
"
^7.18.6
"
,
"@babel/preset-react"
:
"
^7.18.6
"
,
"@mdx-js/mdx"
:
"
^2.1.3
"
,
"@types/body-scroll-lock"
:
"
^2.6.1
"
,
"@types/classnames"
:
"
^2.2.10
"
,
"@types/debounce"
:
"
^1.2.1
"
,
"@types/github-slugger"
:
"
^1.3.0
"
,
"@types/mdx-js__react"
:
"
^1.5.2
"
,
"@types/node"
:
"
^14.6.4
"
,
"@types/parse-numeric-range"
:
"
^0.0.1
"
,
"@types/react"
:
"
^19.0.0
"
,
"@types/react-dom"
:
"
^19.0.0
"
,
"@typescript-eslint/eslint-plugin"
:
"
^5.36.2
"
,
"@typescript-eslint/parser"
:
"
^5.36.2
"
,
"asyncro"
:
"
^3.0.0
"
,
"autoprefixer"
:
"
^10.4.2
"
,
"babel-eslint"
:
"
10.x
"
,
"babel-plugin-react-compiler"
:
"
^1.0.0
"
,
"chalk"
:
"
4.1.2
"
,
"esbuild"
:
"
^0.24.0
"
,
"eslint"
:
"
7.x
"
,
"eslint-config-next"
:
"
12.0.3
"
,
"eslint-config-react-app"
:
"
^5.2.1
"
,
"eslint-plugin-flowtype"
:
"
4.x
"
,
"eslint-plugin-import"
:
"
2.x
"
,
"eslint-plugin-jsx-a11y"
:
"
6.x
"
,
"eslint-plugin-local-rules"
:
"
link:eslint-local-rules
"
,
"eslint-plugin-react"
:
"
7.x
"
,
"eslint-plugin-react-compiler"
:
"
^19.0.0-beta-e552027-20250112
"
,
"eslint-plugin-react-hooks"
:
"
^0.0.0-experimental-fabef7a6b-20221215
"
,
"fs-extra"
:
"
^9.0.1
"
,
"globby"
:
"
^11.0.1
"
,
"gray-matter"
:
"
^4.0.2
"
,
"husky"
:
"
^7.0.4
"
,
"is-ci"
:
"
^3.0.1
"
,
"lint-staged"
:
"
>=10
"
,
"mdast-util-to-string"
:
"
^1.1.0
"
,
"metro-cache"
:
"
0.72.2
"
,
"npm-run-all"
:
"
^4.1.5
"
,
"postcss"
:
"
^8.4.5
"
,
"postcss-flexbugs-fixes"
:
"
4.2.1
"
,
"postcss-preset-env"
:
"
^6.7.0
"
,
"prettier"
:
"
^2.5.1
"
,
"react-server-dom-webpack"
:
"
^19.2.4
"
,
"reading-time"
:
"
^1.2.0
"
,
"remark"
:
"
^12.0.1
"
,
"remark-external-links"
:
"
^7.0.0
"
,
"remark-html"
:
"
^12.0.0
"
,
"remark-images"
:
"
^2.0.0
"
,
"remark-slug"
:
"
^7.0.0
"
,
"remark-unwrap-images"
:
"
^2.0.0
"
,
"retext"
:
"
^7.0.1
"
,
"retext-smartypants"
:
"
^4.0.0
"
,
"rss"
:
"
^1.2.2
"
,
"tailwindcss"
:
"
^3.4.1
"
,
"typescript"
:
"
^5.7.2
"
,
"unist-util-visit"
:
"
^2.0.3
"
,
"webpack-bundle-analyzer"
:
"
^4.5.0
"
},
"engines"
: {
"node"
:
"
>=16.8.0
"
},
"nextBundleAnalysis"
: {
"budget"
:
null
,
"budgetPercentIncreaseRed"
:
10
,
"showDetails"
:
true
},
"lint-staged"
: {
"*.{js,ts,jsx,tsx,css}"
:
"
yarn prettier
"
,
"src/**/*.md"
: [
"
yarn fix-headings
"
,
"
yarn textlint-staged --
"
]
},
"packageManager"
:
"
yarn@1.22.22
"
}
Back
|
FazBrowse Home
|
New Git URL