mirror of
https://github.com/tenrok/OverlayScrollbars.git
synced 2026-06-17 15:10:36 +03:00
improve repo structure
This commit is contained in:
@@ -21,29 +21,19 @@
|
||||
"react": ">=16.4.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/preset-env": "^7.19.4",
|
||||
"@babel/preset-react": "^7.18.6",
|
||||
"@babel/preset-typescript": "^7.18.6",
|
||||
"@testing-library/jest-dom": "^5.16.5",
|
||||
"@testing-library/react": "^13.4.0",
|
||||
"@testing-library/user-event": "^13.5.0",
|
||||
"@types/jest": "^27.5.2",
|
||||
"@types/node": "^16.11.68",
|
||||
"@types/react": "^18.0.21",
|
||||
"@types/react-dom": "^18.0.6",
|
||||
"@vitejs/plugin-react": "^2.1.0",
|
||||
"babel-jest": "^29.2.1",
|
||||
"jest": "^27.5.1",
|
||||
"npm-run-all": "^4.1.5",
|
||||
"react": "^18.2.0",
|
||||
"react-dom": "^18.2.0",
|
||||
"typescript": "^4.8.4",
|
||||
"vite": "^3.1.8"
|
||||
"typescript": "^4.8.4"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "run-p build-js build-types",
|
||||
"build-js": "vite build",
|
||||
"build-types": "tsc --emitDeclarationOnly -p tsconfig.types.json",
|
||||
"test": "jest"
|
||||
"test": "vitest run"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user