Remove scripts and devDependencies

This commit is contained in:
ochen1 2024-08-04 22:23:10 +00:00
parent c2885d64da
commit 07daf2b60e

View file

@ -24,13 +24,6 @@
"node": ">=10" "node": ">=10"
}, },
"scripts": { "scripts": {
"start": "tsdx watch",
"build": "tsdx build",
"test": "tsdx test --passWithNoTests",
"lint": "tsdx lint",
"prepare": "tsdx build && bundlewatch",
"size": "bundlewatch",
"test:watch": "jest --watchAll"
}, },
"peerDependencies": { "peerDependencies": {
"react": ">=16" "react": ">=16"
@ -79,18 +72,5 @@
"events" "events"
], ],
"devDependencies": { "devDependencies": {
"@faker-js/faker": "^6.1.2",
"@size-limit/preset-small-lib": "^7.0.8",
"@types/jest": "^27.4.0",
"@types/react": "^17.0.38",
"babel-plugin-jsx-remove-data-test-id": "^3.0.0",
"bundlewatch": "^0.3.3",
"husky": "^7.0.4",
"jest": "^27.5.1",
"size-limit": "^7.0.8",
"ts-jest": "^27.1.3",
"tsdx": "^0.14.1",
"tslib": "^2.3.1",
"typescript": "^4.6.3"
} }
} }