-
Notifications
You must be signed in to change notification settings - Fork 119
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
worldzhao
committed
Aug 5, 2023
1 parent
9bbc09b
commit 707c1b5
Showing
5 changed files
with
6,521 additions
and
4,181 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,7 @@ | ||
.dumi/ | ||
esm/ | ||
lib/ | ||
scripts/ | ||
template/ | ||
*.js | ||
**/__tests__/ | ||
scripts/ | ||
*.js |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,6 +27,7 @@ | |
"commit": "cz", | ||
"deploy:site": "npm run build:site && gh-pages -d doc-site", | ||
"dev": "npm start", | ||
"preinstall": "npx only-allow pnpm", | ||
"new": "plop --plopfile ./scripts/plopfile.ts", | ||
"postnew": "prettier --write src/**/*{ts,tsx} --loglevel silent", | ||
"prepare": "husky install && dumi setup", | ||
|
@@ -62,8 +63,6 @@ | |
}, | ||
"devDependencies": { | ||
"@babel/core": "^7.7.7", | ||
"@babel/plugin-proposal-class-properties": "^7.7.4", | ||
"@babel/plugin-proposal-object-rest-spread": "^7.7.7", | ||
"@babel/plugin-transform-runtime": "^7.7.6", | ||
"@babel/preset-env": "^7.7.7", | ||
"@babel/preset-react": "^7.7.4", | ||
|
@@ -86,7 +85,7 @@ | |
"cross-env": "^7.0.3", | ||
"cz-conventional-changelog": "^3.3.0", | ||
"doctoc": "^1.4.0", | ||
"dumi": "^2.0.6", | ||
"dumi": "^2.2.4", | ||
"eslint": "^7", | ||
"gh-pages": "^3.2.3", | ||
"gulp": "^4.0.2", | ||
|
@@ -101,6 +100,7 @@ | |
"lint-staged": "^13", | ||
"np": "^7.5.0", | ||
"plop": "^2", | ||
"pnpm": "^8.6.5", | ||
"prettier": "^2.8.0", | ||
"prettier-plugin-packagejson": "^2.3.0", | ||
"react": "^16.8.0", | ||
|
@@ -116,6 +116,7 @@ | |
"react": ">=16.8.0", | ||
"react-dom": ">=16.8.0" | ||
}, | ||
"packageManager": "[email protected]", | ||
"publishConfig": { | ||
"access": "public", | ||
"registry": "https://registry.npmjs.org/" | ||
|
Oops, something went wrong.