99 "prebuild" : " rimraf dist" ,
1010 "build" : " rollup -c" ,
1111 "format" : " eslint **/*.js && prettier **/*.js" ,
12- "format:fix" : " eslint **/*.js --fix && prettier **/*.js --write"
12+ "format:fix" : " eslint **/*.js --fix && prettier **/*.js --write" ,
13+ "storybook" : " start-storybook -p 9001 -c storybook" ,
14+ "storybook:build" : " build-storybook -c storybook"
1315 },
1416 "husky" : {
1517 "hooks" : {
2426 },
2527 "repository" : {
2628 "type" : " git" ,
27- "url" : " git+ https://github.com/amareshsm/react-spinner-css.git"
29+ "url" : " https://github.com/amareshsm/react-spinner-css.git"
2830 },
2931 "keywords" : [
3032 " react" ,
4244 "@babel/preset-env" : " ^7.10.4" ,
4345 "@babel/preset-react" : " ^7.10.4" ,
4446 "@rollup/plugin-babel" : " ^5.1.0" ,
47+ "@storybook/addon-options" : " ^5.3.19" ,
48+ "@storybook/react" : " ^5.3.19" ,
49+ "babel-loader" : " ^8.1.0" ,
4550 "eslint" : " ^7.5.0" ,
4651 "eslint-config-prettier" : " ^6.11.0" ,
4752 "eslint-config-standard" : " ^14.1.1" ,
5358 "eslint-plugin-standard" : " ^4.0.1" ,
5459 "husky" : " ^4.2.5" ,
5560 "lint-staged" : " ^10.2.11" ,
61+ "react" : " ^16.13.1" ,
62+ "react-dom" : " ^16.13.1" ,
5663 "rimraf" : " ^3.0.2" ,
5764 "rollup" : " ^2.22.2" ,
5865 "rollup-plugin-node-resolve" : " ^5.2.0" ,
6875 "engines" : {
6976 "node" : " >=8"
7077 }
71- }
78+ }
0 commit comments