|
19 | 19 | "start": "parcel examples/index.html --out-dir temp/server --cache-dir temp/cache ", |
20 | 20 | "build": "yarn build:rollup && yarn build:tsc", |
21 | 21 | "build:rollup": " rollup --config config/rollup.config.js", |
22 | | - "build:tsc": "ts-node config/move-files.ts" |
| 22 | + "build:tsc": "ts-node config/move-files.ts", |
| 23 | + "storybook": "start-storybook -p 6006", |
| 24 | + "build-storybook": "build-storybook" |
23 | 25 | }, |
24 | 26 | "release": { |
25 | | - "plugins": [ |
26 | | - "@semantic-release/commit-analyzer", |
27 | | - "@semantic-release/release-notes-generator", |
28 | | - "@semantic-release/changelog", |
29 | | - [ |
30 | | - "@semantic-release/github", |
31 | | - { |
32 | | - "assets": [ |
33 | | - "dist/**" |
34 | | - ] |
35 | | - } |
36 | | - ], |
37 | | - "@semantic-release/npm", |
38 | | - "@semantic-release/git", |
39 | | - [ |
| 27 | + "plugins": [ |
| 28 | + "@semantic-release/commit-analyzer", |
| 29 | + "@semantic-release/release-notes-generator", |
| 30 | + "@semantic-release/changelog", |
| 31 | + [ |
| 32 | + "@semantic-release/github", |
| 33 | + { |
| 34 | + "assets": [ |
| 35 | + "dist/**" |
| 36 | + ] |
| 37 | + } |
| 38 | + ], |
| 39 | + "@semantic-release/npm", |
40 | 40 | "@semantic-release/git", |
41 | | - { |
42 | | - "assets": [ |
43 | | - "package.json" |
44 | | - ], |
45 | | - "message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}" |
46 | | - } |
47 | | - ] |
| 41 | + [ |
| 42 | + "@semantic-release/git", |
| 43 | + { |
| 44 | + "assets": [ |
| 45 | + "package.json" |
| 46 | + ], |
| 47 | + "message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}" |
| 48 | + } |
| 49 | + ] |
48 | 50 | ] |
49 | 51 | }, |
50 | 52 | "husky": { |
|
75 | 77 | "tiny-invariant": "^1.1.0" |
76 | 78 | }, |
77 | 79 | "devDependencies": { |
| 80 | + "@babel/core": "^7.11.6", |
78 | 81 | "@commitlint/cli": "^11.0.0", |
79 | 82 | "@commitlint/config-conventional": "^11.0.0", |
80 | 83 | "@semantic-release/git": "^9.0.0", |
| 84 | + "@storybook/addon-actions": "^6.0.21", |
| 85 | + "@storybook/addon-essentials": "^6.0.21", |
| 86 | + "@storybook/addon-links": "^6.0.21", |
| 87 | + "@storybook/react": "^6.0.21", |
81 | 88 | "@types/classnames": "^2.2.10", |
82 | 89 | "@types/node": "14.11.2", |
83 | 90 | "@types/react": "16.9.49", |
84 | 91 | "@types/react-dom": "16.9.8", |
85 | 92 | "@types/sortablejs": "^1.10.0", |
| 93 | + "babel-loader": "^8.1.0", |
86 | 94 | "commitizen": "^4.2.1", |
87 | 95 | "copy-dir": "^1.3.0", |
88 | 96 | "cz-conventional-changelog": "^3.3.0", |
89 | 97 | "husky": "^4.3.0", |
90 | 98 | "parcel-bundler": "^1.12.4", |
91 | 99 | "react": "^16.13.1", |
92 | 100 | "react-dom": "^16.13.1", |
| 101 | + "react-is": "^16.13.1", |
93 | 102 | "rollup": "^2.28.2", |
94 | 103 | "rollup-plugin-commonjs": "^10.1.0", |
95 | 104 | "rollup-plugin-typescript2": "^0.27.2", |
96 | 105 | "semantic-release": "^17.1.2", |
97 | 106 | "sortablejs": "^1.10.0", |
| 107 | + "storybook": "^6.0.21", |
98 | 108 | "ts-node": "^9.0.0", |
99 | 109 | "typescript": "^4.0.3" |
100 | 110 | } |
|
0 commit comments