mirror of
https://github.com/theoludwig/theoludwig.git
synced 2024-11-05 13:01:30 +01:00
56 lines
2.0 KiB
JSON
56 lines
2.0 KiB
JSON
{
|
|
"name": "@repo/ui",
|
|
"version": "4.0.0-staging.1",
|
|
"private": true,
|
|
"type": "module",
|
|
"exports": {
|
|
"./Design/Button": "./src/Design/Button/Button.tsx",
|
|
"./Design/Link": "./src/Design/Link/Link.tsx",
|
|
"./Design/Spinner": "./src/Design/Spinner/Spinner.tsx",
|
|
"./Design/Typography": "./src/Design/Typography/Typography.tsx",
|
|
"./Errors/ErrorNotFound": "./src/Errors/ErrorNotFound/ErrorNotFound.tsx",
|
|
"./Errors/ErrorServer": "./src/Errors/ErrorServer/ErrorServer.tsx",
|
|
"./Home/About": "./src/Home/About/About.tsx",
|
|
"./Home/Interests": "./src/Home/Interests/Interests.tsx",
|
|
"./Home/OpenSource": "./src/Home/OpenSource/OpenSource.tsx",
|
|
"./Home/Portfolio": "./src/Home/Portfolio/Portfolio.tsx",
|
|
"./Home/Skills": "./src/Home/Skills/Skills.tsx",
|
|
"./Layout/Footer": "./src/Layout/Footer/Footer.tsx",
|
|
"./Layout/Header": "./src/Layout/Header/Header.tsx",
|
|
"./Layout/Header/SwitchTheme": "./src/Layout/Header/SwitchTheme.tsx",
|
|
"./Layout/MainLayout": "./src/Layout/MainLayout/MainLayout.tsx",
|
|
"./Layout/Section": "./src/Layout/Section/Section.tsx"
|
|
},
|
|
"scripts": {
|
|
"lint:eslint": "eslint src --max-warnings 0 --report-unused-disable-directives",
|
|
"lint:typescript": "tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"@repo/config-tailwind": "workspace:*",
|
|
"@repo/utils": "workspace:*",
|
|
"@repo/i18n": "workspace:*",
|
|
"@repo/react-hooks": "workspace:*",
|
|
"cva": "catalog:",
|
|
"next": "catalog:",
|
|
"next-intl": "catalog:",
|
|
"next-themes": "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:",
|
|
"eslint": "catalog:",
|
|
"postcss": "catalog:",
|
|
"tailwindcss": "catalog:",
|
|
"typescript": "catalog:"
|
|
}
|
|
}
|