-
Notifications
You must be signed in to change notification settings - Fork 1
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
Showing
241 changed files
with
14,716 additions
and
42,895 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
{ | ||
"presets": [ | ||
[ | ||
"@babel/env", | ||
{ | ||
"modules": "commonjs", | ||
"browserslistEnv": "node" | ||
} | ||
], | ||
"@babel/flow", | ||
"@babel/react", | ||
"@babel/typescript" | ||
], | ||
"plugins": [ | ||
[ | ||
"module-resolver", | ||
{ | ||
"root": ["."], | ||
"alias": { | ||
"@utils": "./src/utils/", | ||
"@assets": "./assets/" | ||
} | ||
} | ||
], | ||
"@babel/plugin-transform-runtime" | ||
] | ||
} |
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 |
---|---|---|
@@ -0,0 +1,27 @@ | ||
{ | ||
"presets": [ | ||
[ | ||
"@babel/env", | ||
{ | ||
"modules": false, | ||
"browserslistEnv": "modern" | ||
} | ||
], | ||
"@babel/flow", | ||
"@babel/react", | ||
"@babel/typescript" | ||
], | ||
"plugins": [ | ||
[ | ||
"module-resolver", | ||
{ | ||
"root": ["."], | ||
"alias": { | ||
"@utils": "./src/utils/", | ||
"@assets": "./assets/" | ||
} | ||
} | ||
], | ||
"@babel/plugin-transform-runtime" | ||
] | ||
} |
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,32 +1,12 @@ | ||
[postcss] | ||
last 3 versions | ||
> 5% | ||
not dead | ||
last 4 versions | ||
|
||
[modern] | ||
last 1 chrome version | ||
last 1 edge version | ||
last 1 firefox version | ||
last 1 safari version | ||
node 14 | ||
node 16 | ||
|
||
# snapshot of `npx browserslist "maintained node versions"` | ||
# On update check all #stable-snapshot markers | ||
[node] | ||
node 12.0 | ||
|
||
# same as `node` | ||
[coverage] | ||
node 12.0 | ||
|
||
# same as `node` | ||
[development] | ||
node 12.0 | ||
|
||
# same as `node` | ||
[test] | ||
node 12.0 | ||
|
||
# same as `node` | ||
[benchmark] | ||
node 12.0 | ||
node 12 |
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 |
---|---|---|
@@ -0,0 +1,2 @@ | ||
GH_TOKEN= | ||
GH_PAGES_BRANCH=example |
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,5 +1,4 @@ | ||
build/ | ||
dist/ | ||
lib/ | ||
examples/ | ||
node_modules/ | ||
.snapshots/ | ||
*.min.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
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
Oops, something went wrong.