|
17 | 17 | "prepublishOnly": "yarn build",
|
18 | 18 | "build": "yarn build:parcel",
|
19 | 19 | "build:parcel": "parcel build ./src/index.ts",
|
20 |
| - "build:storybook": "build-storybook", |
21 | 20 | "serve": "npm-run-all --parallel serve:*",
|
22 | 21 | "serve:parcel": "parcel watch ./src/index.ts",
|
23 |
| - "serve:storybook": "start-storybook -p 6006", |
24 | 22 | "format": "npm-run-all format:*",
|
25 | 23 | "format:eslint": "yarn lint --fix",
|
26 | 24 | "format:prettier": "prettier --write \"src/**.{js,ts}\"",
|
|
37 | 35 | "tiny-invariant": "^1.1.0"
|
38 | 36 | },
|
39 | 37 | "devDependencies": {
|
40 |
| - "@babel/core": "^7.11.6", |
41 | 38 | "@commitlint/cli": "^11.0.0",
|
42 | 39 | "@commitlint/config-conventional": "^11.0.0",
|
43 | 40 | "@semantic-release/changelog": "^5.0.1",
|
44 | 41 | "@semantic-release/git": "^9.0.0",
|
45 |
| - "@storybook/addon-actions": "^6.0.22", |
46 |
| - "@storybook/addon-essentials": "^6.0.22", |
47 |
| - "@storybook/addon-links": "^6.0.22", |
48 |
| - "@storybook/react": "^6.0.22", |
49 | 42 | "@types/classnames": "^2.2.10",
|
50 | 43 | "@types/jest": "^26.0.14",
|
51 | 44 | "@types/node": "14.11.2",
|
|
55 | 48 | "@typescript-eslint/eslint-plugin": "^4.2.0",
|
56 | 49 | "@typescript-eslint/parser": "^4.2.0",
|
57 | 50 | "commitizen": "^4.2.1",
|
58 |
| - "copy-dir": "^1.3.0", |
59 | 51 | "cz-conventional-changelog": "^3.3.0",
|
60 | 52 | "eslint": "^7.10.0",
|
61 | 53 | "eslint-plugin-react": "^7.21.2",
|
|
67 | 59 | "prettier": "^2.1.2",
|
68 | 60 | "react": "^16.13.1",
|
69 | 61 | "react-dom": "^16.13.1",
|
70 |
| - "react-is": "^16.13.1", |
71 | 62 | "semantic-release": "^17.1.2",
|
72 | 63 | "sortablejs": "^1.10.0",
|
73 |
| - "storybook": "^6.0.22", |
74 | 64 | "ts-jest": "^26.4.0",
|
75 | 65 | "ts-node": "^9.0.0",
|
76 | 66 | "typescript": "^4.0.3"
|
|
100 | 90 | "@semantic-release/commit-analyzer",
|
101 | 91 | "@semantic-release/release-notes-generator",
|
102 | 92 | "@semantic-release/changelog",
|
103 |
| - [ |
104 |
| - "@semantic-release/github", |
105 |
| - { |
106 |
| - "assets": [ |
107 |
| - "dist/**" |
108 |
| - ] |
109 |
| - } |
110 |
| - ], |
| 93 | + "@semantic-release/github", |
111 | 94 | "@semantic-release/npm",
|
112 | 95 | "@semantic-release/git",
|
113 | 96 | [
|
|
0 commit comments