File tree Expand file tree Collapse file tree 1 file changed +31
-3
lines changed Expand file tree Collapse file tree 1 file changed +31
-3
lines changed Original file line number Diff line number Diff line change 11{
2+ "name" : " react-use-wizard" ,
3+ "author" :
" devrnt <[email protected] >" ,
4+ "description" : " React wizard (stepper) builder without the hassle, powered by hooks." ,
5+ "homepage" : " https://github.com/devrnt/react-use-wizard#readme" ,
6+ "module" : " dist/react-use-wizard.esm.js" ,
27 "version" : " 0.0.0" ,
38 "license" : " MIT" ,
49 "main" : " dist/index.js" ,
510 "typings" : " dist/index.d.ts" ,
11+ "repository" : {
12+ "type" : " git" ,
13+ "url" : " https://github.com/devrnt/react-use-wizard"
14+ },
15+ "bugs" : {
16+ "url" : " https://github.com/devrnt/react-use-wizard/issues"
17+ },
618 "files" : [
719 " dist" ,
820 " src"
921 ],
1022 "engines" : {
1123 "node" : " >=10"
1224 },
25+ "." : {
26+ "browser" : " ./dist/react-use-wizard.esm.js" ,
27+ "import" : " ./dist/react-use-wizard.esm.js" ,
28+ "require" : " ./dist/react-use-wizard.js"
29+ },
30+ "keywords" : [
31+ " react" ,
32+ " reactjs" ,
33+ " wizard" ,
34+ " stepper" ,
35+ " react-stepper" ,
36+ " react-wizard" ,
37+ " react-use" ,
38+ " typescript" ,
39+ " react-hooks" ,
40+ " react-use-wizard" ,
41+ " react-use-stepper" ,
42+ " devrnt"
43+ ],
1344 "scripts" : {
1445 "start" : " tsdx watch" ,
1546 "build" : " tsdx build" ,
3263 "pre-commit" : " tsdx lint"
3364 }
3465 },
35- "name" : " react-use-wizard" ,
36- "author" : " devrnt" ,
37- "module" : " dist/react-use-wizard.esm.js" ,
3866 "size-limit" : [
3967 {
4068 "path" : " dist/react-use-wizard.cjs.production.min.js" ,
You can’t perform that action at this time.
0 commit comments