packages/shared/package.json
{
"name": "@repo/shared",
"version": "0.0.10",
"private": true,
"sideEffects": false,
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"files": [
"dist/**"
],
"scripts": {
"build": "tsup && tsc -p tsconfig-build.json",
"clean": "rm -rf dist",
"dev": "tsup --watch && tsc -p tsconfig-build.json -w",
"typecheck": "tsc --noEmit",
"lint": "eslint src/",
"test": "vitest run --coverage"
},
"devDependencies": {
"@repo/eslint-config": "workspace:*",
"@repo/typescript-config": "workspace:*",
"@testing-library/react": "^16.1.0",
"@types/node": "^22.10.2",
"@types/react": "^19.0.1",
"@types/react-dom": "^19.0.2",
"@vitejs/plugin-react": "^4.3.4",
"@vitest/coverage-v8": "^2.1.8",
"esbuild-plugin-rdi": "^0.0.0",
"esbuild-plugin-react18": "^0.2.5",
"esbuild-plugin-react18-css": "^0.0.4",
"jsdom": "^25.0.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"tsup": "^8.3.5",
"typescript": "^5.7.2",
"vite-tsconfig-paths": "^5.1.4",
"vitest": "^2.1.8"
},
"dependencies": {
"@mayank1513/fork-me": "^2.1.2",
"@repo/scripts": "workspace:*",
"nextjs-darkmode": "^1.0.4",
"nextjs-themes": "^4.0.3",
"r18gs": "^2.0.0",
"react-live": "^4.1.8",
"react18-loaders": "workspace:*"
},
"peerDependencies": {
"@types/react": "16.8 - 19",
"next": "10 - 14",
"react": "16.8 - 19"
},
"peerDependenciesMeta": {
"next": {
"optional": true
}
}
}