|
19 | 19 | "prebuild": "yarn run clean",
|
20 | 20 | "build": "rollup -c rollup.config.js",
|
21 | 21 | "clean": "shx rm -rf ./lib",
|
22 |
| - "lint": "eslint --ext ts src", |
| 22 | + "lint": "eslint --ignore-path .gitignore .", |
23 | 23 | "prepublishOnly": "yarn run test && yarn run build",
|
24 |
| - "test": "jest --config jest.config.js --rootDir --color" |
| 24 | + "test": "jest --config jest.config.js --color", |
| 25 | + "start-storybook": "start-storybook -p 1337", |
| 26 | + "build-storybook": "build-storybook" |
25 | 27 | },
|
26 | 28 | "dependencies": {
|
27 | 29 | "@repeaterjs/repeater": "^2.0.0"
|
28 | 30 | },
|
29 | 31 | "devDependencies": {
|
| 32 | + "@babel/core": "^7.5.5", |
| 33 | + "@storybook/addon-actions": "^5.2.0", |
| 34 | + "@storybook/addon-links": "^5.2.0", |
| 35 | + "@storybook/addon-storysource": "^5.2.0", |
| 36 | + "@storybook/addons": "^5.2.0", |
| 37 | + "@storybook/react": "^5.2.0", |
30 | 38 | "@testing-library/react-hooks": "^2.0.1",
|
31 | 39 | "@types/jest": "^24.0.18",
|
32 | 40 | "@types/react": "^16.9.2",
|
33 | 41 | "@typescript-eslint/eslint-plugin": "^2.0.0",
|
34 | 42 | "@typescript-eslint/parser": "^2.0.0",
|
| 43 | + "babel-loader": "^8.0.6", |
35 | 44 | "eslint": "^6.2.1",
|
36 | 45 | "eslint-config-prettier": "^6.1.0",
|
37 | 46 | "eslint-plugin-jest": "^22.15.2",
|
|
0 commit comments