Skip to content

Commit 89bde60

Browse files
committed
chore: remove unused deps
1 parent 524fe11 commit 89bde60

3 files changed

Lines changed: 2898 additions & 11382 deletions

File tree

package.json

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,7 @@
77
"license": "MIT",
88
"repository": {
99
"type": "git",
10-
"url": "https://github.com/jason89521/react-typist-component"
11-
},
12-
"files": [
13-
"dist"
14-
],
15-
"types": "./dist/react-typist-component.d.ts",
16-
"main": "./dist/react-typist-component.umd.js",
17-
"module": "./dist/react-typist-component.mjs",
18-
"exports": {
19-
".": {
20-
"import": "./dist/react-typist-component.mjs",
21-
"require": "./dist/react-typist-component.umd.js"
22-
}
10+
"url": "https://github.com/jason89521/react-components-monorepo"
2311
},
2412
"scripts": {
2513
"preinstall": "npx only-allow pnpm",

packages/react-typist-component/package.json

Lines changed: 2 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"license": "MIT",
1717
"repository": {
1818
"type": "git",
19-
"url": "https://github.com/jason89521/react-typist-component"
19+
"url": "https://github.com/jason89521/react-components-monorepo"
2020
},
2121
"files": [
2222
"dist"
@@ -37,52 +37,28 @@
3737
"build:types": "tsc --project tsconfig.lib.json",
3838
"build:package": "vite build --mode lib && pnpm build:types",
3939
"prepublishOnly": "pnpm build:package",
40-
"preview": "vite preview",
41-
"storybook": "start-storybook -p 6006",
42-
"build-storybook": "build-storybook"
40+
"preview": "vite preview"
4341
},
4442
"devDependencies": {
45-
"@babel/core": "^7.18.5",
46-
"@storybook/addon-actions": "^6.5.9",
47-
"@storybook/addon-essentials": "^6.5.9",
48-
"@storybook/addon-interactions": "^6.5.9",
49-
"@storybook/addon-links": "^6.5.9",
50-
"@storybook/builder-vite": "^0.2.0",
51-
"@storybook/react": "^6.5.9",
52-
"@storybook/testing-library": "^0.0.13",
5343
"@testing-library/jest-dom": "^5.16.4",
5444
"@testing-library/react": "^13.3.0",
5545
"@types/jest": "^28.1.6",
5646
"@types/react": "^18.0.15",
5747
"@types/react-dom": "^18.0.6",
5848
"@vitejs/plugin-react": "^2.0.0",
5949
"autoprefixer": "^10.4.8",
60-
"babel-loader": "^8.2.5",
6150
"grapheme-splitter": "^1.0.4",
6251
"jest": "^28.1.3",
6352
"jest-environment-jsdom": "^28.1.3",
6453
"postcss": "^8.4.16",
6554
"react": "^18.2.0",
6655
"react-dom": "^18.2.0",
67-
"rimraf": "^3.0.2",
6856
"tailwindcss": "^3.1.8",
6957
"ts-jest": "^28.0.7",
7058
"typescript": "^4.7.4",
7159
"vite": "^3.0.2"
7260
},
7361
"peerDependencies": {
7462
"react": ">=18.0.0"
75-
},
76-
"config": {
77-
"commitizen": {
78-
"path": "./node_modules/cz-conventional-changelog"
79-
}
80-
},
81-
"prettier": {
82-
"tabWidth": 2,
83-
"semi": true,
84-
"singleQuote": true,
85-
"jsxSingleQuote": true,
86-
"printWidth": 80
8763
}
8864
}

0 commit comments

Comments
 (0)