Skip to content

Commit 1abdcd0

Browse files
committed
build: remove unused dependencies
1 parent 5089fe0 commit 1abdcd0

File tree

2 files changed

+795
-1728
lines changed

2 files changed

+795
-1728
lines changed

package.json

Lines changed: 10 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -25,17 +25,12 @@
2525
"clean": "rm -rf dist",
2626
"start": "rollup -cw --exports auto",
2727
"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"
3832
},
33+
"peerDependencies": {},
3934
"devDependencies": {
4035
"@babel/core": "^7.19.0",
4136
"@rollup/plugin-commonjs": "^22.0.2",
@@ -56,14 +51,15 @@
5651
"auto-changelog": "^2.4.0",
5752
"autoprefixer": "^10.4.8",
5853
"babel-loader": "^8.2.5",
59-
"gh-pages": "^4.0.0",
60-
"gh-release": "^6.0.4",
6154
"postcss": "^8.4.16",
55+
"react": "^18.2.0",
56+
"react-dom": "^18.2.0",
57+
"react-scripts": "^5.0.1",
6258
"rollup": "^2.79.0",
6359
"rollup-plugin-peer-deps-external": "^2.2.4",
6460
"rollup-plugin-postcss": "^4.0.2",
6561
"rollup-plugin-terser": "^7.0.2",
66-
"rollup-plugin-typescript2": "^0.33.0",
62+
"rollup-plugin-typescript2": "^0.34.1",
6763
"storybook-dark-mode": "^1.1.0",
6864
"typescript": "^4.8.2"
6965
},
@@ -89,11 +85,7 @@
8985
"files": [
9086
"dist"
9187
],
92-
"dependencies": {
93-
"react": "^18.2.0",
94-
"react-dom": "^18.2.0",
95-
"react-scripts": "^5.0.1"
96-
},
88+
"dependencies": {},
9789
"readme": "ERROR: No README data found!",
9890
9991
}

0 commit comments

Comments
 (0)