|
25 | 25 | "clean": "rm -rf dist", |
26 | 26 | "start": "rollup -cw --exports auto", |
27 | 27 | "build": "rollup -c --exports auto", |
28 | | - "deploy": "gh-pages -d storybook-static", |
29 | | - "version": "auto-changelog -p --template keepachangelog && git add CHANGELOG.md", |
30 | | - "pre-release": "git push && git push --tags && gh-release", |
31 | | - "storybook": "start-storybook -p 6006", |
32 | | - "publish": "npm publish", |
33 | | - "build-storybook": "build-storybook" |
34 | | - }, |
35 | | - "peerDependencies": { |
36 | | - "react": "^18.2.0", |
37 | | - "react-dom": "^18.2.0" |
| 28 | + "changes": "auto-changelog -p --template keepachangelog && git add CHANGELOG.md", |
| 29 | + "sb": "start-storybook -p 6006", |
| 30 | + "build-storybook": "build-storybook", |
| 31 | + "deploy": "yarn build-storybook && vercel --prod" |
38 | 32 | }, |
| 33 | + "peerDependencies": {}, |
39 | 34 | "devDependencies": { |
40 | 35 | "@babel/core": "^7.19.0", |
41 | 36 | "@rollup/plugin-commonjs": "^22.0.2", |
|
56 | 51 | "auto-changelog": "^2.4.0", |
57 | 52 | "autoprefixer": "^10.4.8", |
58 | 53 | "babel-loader": "^8.2.5", |
59 | | - "gh-pages": "^4.0.0", |
60 | | - "gh-release": "^6.0.4", |
61 | 54 | "postcss": "^8.4.16", |
| 55 | + "react": "^18.2.0", |
| 56 | + "react-dom": "^18.2.0", |
| 57 | + "react-scripts": "^5.0.1", |
62 | 58 | "rollup": "^2.79.0", |
63 | 59 | "rollup-plugin-peer-deps-external": "^2.2.4", |
64 | 60 | "rollup-plugin-postcss": "^4.0.2", |
65 | 61 | "rollup-plugin-terser": "^7.0.2", |
66 | | - "rollup-plugin-typescript2": "^0.33.0", |
| 62 | + "rollup-plugin-typescript2": "^0.34.1", |
67 | 63 | "storybook-dark-mode": "^1.1.0", |
68 | 64 | "typescript": "^4.8.2" |
69 | 65 | }, |
|
89 | 85 | "files": [ |
90 | 86 | "dist" |
91 | 87 | ], |
92 | | - "dependencies": { |
93 | | - "react": "^18.2.0", |
94 | | - "react-dom": "^18.2.0", |
95 | | - "react-scripts": "^5.0.1" |
96 | | - }, |
| 88 | + "dependencies": {}, |
97 | 89 | "readme": "ERROR: No README data found!", |
98 | 90 | |
99 | 91 | } |
0 commit comments