@daniel-wrz/react-components-scrollbar
Version:
This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
51 lines (50 loc) • 1.29 kB
JSON
{
"name": "@daniel-wrz/react-components-scrollbar",
"private": false,
"version": "0.0.9",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview",
"test": "jest",
"bundle": "tsup src/index.ts"
},
"dependencies": {
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@eslint/js": "^9.9.0",
"@types/jest": "^29.5.12",
"@types/node": "^22.4.1",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.1",
"eslint": "^9.9.0",
"eslint-plugin-react-hooks": "^5.1.0-rc.0",
"eslint-plugin-react-refresh": "^0.4.9",
"globals": "^15.9.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"ts-jest": "^29.2.4",
"ts-node": "^10.9.2",
"tsup": "^8.2.4",
"typescript": "^5.5.3",
"typescript-eslint": "^8.0.1",
"vite": "^5.4.1"
},
"author": "daniel-wrz",
"license": "MIT",
"keywords": [
"React",
"TypeScript",
"Scrollbar"
],
"github": {
"url": "https://github.com/danielwrzesniewski/react-components-scrollbar"
}
}