This repository was archived by the owner on Jan 24, 2025. It is now read-only.
File tree 13 files changed +65
-0
lines changed
babel-plugin-export-metadata
react-docgen-actual-name-handler
13 files changed +65
-0
lines changed Original file line number Diff line number Diff line change 11
11
" package.json" ,
12
12
" README.md"
13
13
],
14
+ "repository" : {
15
+ "type" : " git" ,
16
+ "url" : " https://github.com/doczjs/docz.git" ,
17
+ "directory" : " core/docz-core"
18
+ },
14
19
"scripts" : {
15
20
"build" : " yarn cross-env NODE_ENV=production rollup -c" ,
16
21
"dev" : " yarn cross-env NODE_ENV=development yarn build -w" ,
Original file line number Diff line number Diff line change 7
7
" src/" ,
8
8
" package.json"
9
9
],
10
+ "repository" : {
11
+ "type" : " git" ,
12
+ "url" : " https://github.com/doczjs/docz.git" ,
13
+ "directory" : " core/docz-rollup"
14
+ },
10
15
"scripts" : {
11
16
"fix" : " yarn lint --fix" ,
12
17
"lint" : " eslint . --ext .js" ,
Original file line number Diff line number Diff line change 11
11
" package.json" ,
12
12
" README.md"
13
13
],
14
+ "repository" : {
15
+ "type" : " git" ,
16
+ "url" : " https://github.com/doczjs/docz.git" ,
17
+ "directory" : " core/docz-utils"
18
+ },
14
19
"scripts" : {
15
20
"dev" : " cross-env NODE_ENV=development yarn build -w" ,
16
21
"build" : " trash lib && cross-env NODE_ENV=production rollup -c" ,
Original file line number Diff line number Diff line change 15
15
" package.json" ,
16
16
" README.md"
17
17
],
18
+ "repository" : {
19
+ "type" : " git" ,
20
+ "url" : " https://github.com/doczjs/docz.git" ,
21
+ "directory" : " core/docz"
22
+ },
18
23
"scripts" : {
19
24
"dev" : " cross-env NODE_ENV=development yarn build -w" ,
20
25
"build" : " cross-env NODE_ENV=production rollup -c" ,
Original file line number Diff line number Diff line change 9
9
" gatsby-theme" ,
10
10
" docz"
11
11
],
12
+ "repository" : {
13
+ "type" : " git" ,
14
+ "url" : " https://github.com/doczjs/docz.git" ,
15
+ "directory" : " core/gatsby-theme-docz"
16
+ },
12
17
"scripts" : {
13
18
"dev" : " echo noop" ,
14
19
"fix" : " yarn lint --fix" ,
Original file line number Diff line number Diff line change 11
11
" package.json" ,
12
12
" README.md"
13
13
],
14
+ "repository" : {
15
+ "type" : " git" ,
16
+ "url" : " https://github.com/doczjs/docz.git" ,
17
+ "directory" : " core/rehype-docz"
18
+ },
14
19
"scripts" : {
15
20
"dev" : " cross-env NODE_ENV=development yarn build -w" ,
16
21
"build" : " cross-env NODE_ENV=production rollup -c" ,
Original file line number Diff line number Diff line change 11
11
" package.json" ,
12
12
" README.md"
13
13
],
14
+ "repository" : {
15
+ "type" : " git" ,
16
+ "url" : " https://github.com/doczjs/docz.git" ,
17
+ "directory" : " core/remark-docz"
18
+ },
14
19
"scripts" : {
15
20
"dev" : " cross-env NODE_ENV=development yarn build -w" ,
16
21
"build" : " cross-env NODE_ENV=production rollup -c" ,
Original file line number Diff line number Diff line change 2
2
"name" : " docz-example-basic" ,
3
3
"version" : " 2.0.0" ,
4
4
"license" : " MIT" ,
5
+ "repository" : {
6
+ "type" : " git" ,
7
+ "url" : " https://github.com/doczjs/docz.git" ,
8
+ "directory" : " examples/basic"
9
+ },
5
10
"scripts" : {
6
11
"dev" : " docz dev" ,
7
12
"build" : " docz build" ,
Original file line number Diff line number Diff line change 18
18
" src/" ,
19
19
" package.json"
20
20
],
21
+ "repository" : {
22
+ "type" : " git" ,
23
+ "url" : " https://github.com/doczjs/docz.git" ,
24
+ "directory" : " other-packages/babel-plugin-export-metadata"
25
+ },
21
26
"scripts" : {
22
27
"fix" : " yarn lint --fix" ,
23
28
"lint" : " eslint . --ext .js" ,
Original file line number Diff line number Diff line change 12
12
" index.js" ,
13
13
" package.json"
14
14
],
15
+ "repository" : {
16
+ "type" : " git" ,
17
+ "url" : " https://github.com/doczjs/docz.git" ,
18
+ "directory" : " other-packages/eslint-config-docz-js"
19
+ },
15
20
"scripts" : {
16
21
"fix" : " run-s fix:*" ,
17
22
"fix:prettier" : " prettier \" **/*.js\" --write"
Original file line number Diff line number Diff line change 12
12
" index.js" ,
13
13
" package.json"
14
14
],
15
+ "repository" : {
16
+ "type" : " git" ,
17
+ "url" : " https://github.com/doczjs/docz.git" ,
18
+ "directory" : " other-packages/eslint-config-docz-ts"
19
+ },
15
20
"scripts" : {
16
21
"fix" : " run-s fix:*" ,
17
22
"fix:prettier" : " prettier \" **/*.js\" --write"
Original file line number Diff line number Diff line change 11
11
" package.json" ,
12
12
" README.md"
13
13
],
14
+ "repository" : {
15
+ "type" : " git" ,
16
+ "url" : " https://github.com/doczjs/docz.git" ,
17
+ "directory" : " other-packages/load-cfg"
18
+ },
14
19
"scripts" : {
15
20
"dev" : " cross-env NODE_ENV=development yarn build -w" ,
16
21
"build" : " cross-env NODE_ENV=production rollup -c" ,
Original file line number Diff line number Diff line change 10
10
" package.json" ,
11
11
" README.md"
12
12
],
13
+ "repository" : {
14
+ "type" : " git" ,
15
+ "url" : " https://github.com/doczjs/docz.git" ,
16
+ "directory" : " other-packages/react-docgen-actual-name-handler"
17
+ },
13
18
"scripts" : {
14
19
"dev" : " cross-env NODE_ENV=development yarn build -w" ,
15
20
"build" : " cross-env NODE_ENV=production rollup -c" ,
You can’t perform that action at this time.
0 commit comments