45 lines
1.3 KiB
JSON
45 lines
1.3 KiB
JSON
{
|
|
"name": "@repo/wikipedia-game-solver",
|
|
"version": "1.0.0-staging.3",
|
|
"private": true,
|
|
"type": "module",
|
|
"exports": {
|
|
"./WikipediaClient": "./src/WikipediaClient.tsx",
|
|
"./wikipedia-api": "./src/wikipedia-api.ts"
|
|
},
|
|
"scripts": {
|
|
"lint:eslint": "eslint src --max-warnings 0 --report-unused-disable-directives",
|
|
"lint:typescript": "tsc --noEmit",
|
|
"test": "vitest run",
|
|
"test:ui": "vitest --ui --no-open"
|
|
},
|
|
"dependencies": {
|
|
"@repo/config-tailwind": "workspace:*",
|
|
"@repo/i18n": "workspace:*",
|
|
"@repo/ui": "workspace:*",
|
|
"ky": "catalog:",
|
|
"next": "catalog:",
|
|
"next-intl": "catalog:",
|
|
"react": "catalog:",
|
|
"react-dom": "catalog:",
|
|
"react-icons": "catalog:"
|
|
},
|
|
"devDependencies": {
|
|
"@repo/eslint-config": "workspace:*",
|
|
"@repo/config-typescript": "workspace:*",
|
|
"@types/react": "catalog:",
|
|
"@types/react-dom": "catalog:",
|
|
"@total-typescript/ts-reset": "catalog:",
|
|
"@storybook/blocks": "catalog:",
|
|
"@storybook/react": "catalog:",
|
|
"@storybook/test": "catalog:",
|
|
"@vitest/coverage-istanbul": "catalog:",
|
|
"@vitest/ui": "catalog:",
|
|
"eslint": "catalog:",
|
|
"postcss": "catalog:",
|
|
"tailwindcss": "catalog:",
|
|
"typescript": "catalog:",
|
|
"vitest": "catalog:"
|
|
}
|
|
}
|