|
29 | 29 | "test": "jest -c jest.json", |
30 | 30 | "test:watch": "jest -c jest.json --watch", |
31 | 31 | "tsc": "tsc --watch --noEmit", |
32 | | - "ico": "png2icons static/logo.png static/icon -allwe" |
| 32 | + "ico": "png2icons static/logo.png static/icon -allwe", |
| 33 | + "storybook": "start-storybook -p 6006", |
| 34 | + "build-storybook": "build-storybook" |
33 | 35 | }, |
34 | 36 | "keywords": [ |
35 | 37 | "markdown", |
|
42 | 44 | "devDependencies": { |
43 | 45 | "@babel/core": "^7.6.0", |
44 | 46 | "@babel/plugin-proposal-class-properties": "^7.5.5", |
| 47 | + "@babel/plugin-proposal-private-methods": "^7.12.1", |
| 48 | + "@babel/plugin-proposal-private-property-in-object": "^7.12.1", |
45 | 49 | "@babel/preset-env": "^7.6.0", |
46 | 50 | "@babel/preset-react": "^7.0.0", |
47 | 51 | "@babel/preset-typescript": "^7.6.0", |
| 52 | + "@storybook/addon-actions": "^6.1.10", |
| 53 | + "@storybook/addon-essentials": "^6.1.10", |
| 54 | + "@storybook/addon-links": "^6.1.10", |
| 55 | + "@storybook/react": "^6.1.10", |
48 | 56 | "@testing-library/react-hooks": "^2.0.1", |
49 | 57 | "@types/codemirror": "0.0.98", |
50 | 58 | "@types/dashify": "^1.0.0", |
|
73 | 81 | "@types/webpack-env": "^1.14.0", |
74 | 82 | "@typescript-eslint/eslint-plugin": "^2.3.0", |
75 | 83 | "@typescript-eslint/parser": "^2.3.0", |
| 84 | + "babel-loader": "^8.2.2", |
76 | 85 | "chalk": "^4.0.0", |
77 | 86 | "copy-webpack-plugin": "^6.2.1", |
78 | 87 | "cross-env": "^6.0.0", |
|
0 commit comments