@livescoresnu/footballui
Version:
86 lines (85 loc) • 2.35 kB
JSON
{
"name": "@livescoresnu/footballui",
"version": "1.0.10",
"type": "module",
"main": "dist/main.js",
"types": "dist/main.d.ts",
"files": [
"dist"
],
"exports": {
".": {
"import": "./dist/index.js",
"types": "./dist/index.d.ts"
},
"./EventItem": {
"import": "./dist/EventItem.js",
"types": "./dist/EventItem.d.ts"
},
"./package.json": "./package.json"
},
"scripts": {
"dev": "vite",
"build": "tsc --p ./tsconfig-build.json && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"prepublishOnly": "npm run build",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
},
"peerDependencies": {
"react": "19.1.1",
"react-dom": "19.1.1"
},
"sideEffects": [
"**/*.css"
],
"devDependencies": {
"@chromatic-com/storybook": "^4.1.0",
"@storybook/addon-docs": "^9.1.2",
"@storybook/addon-links": "^9.1.2",
"@storybook/react-vite": "^9.1.2",
"@tailwindcss/postcss": "^4.1.12",
"@types/node": "^24.3.0",
"@types/react": "19.1.10",
"@types/react-dom": "19.1.7",
"@typescript-eslint/eslint-plugin": "^8.40.0",
"@typescript-eslint/parser": "^8.40.0",
"@vitejs/plugin-react": "^5.0.0",
"eslint": "^9.33.0",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.20",
"eslint-plugin-storybook": "^9.1.2",
"postcss": "^8.4.31",
"react": "19.1.1",
"react-dom": "19.1.1",
"storybook": "^9.1.2",
"tailwindcss": "^4.1.12",
"tailwindcss-3d": "^1.0.5",
"typescript": "^5.9.2",
"vite": "^7.1.2",
"vite-plugin-dts": "^4.5.4",
"vite-plugin-lib-inject-css": "^2.2.2"
},
"description": "TBC",
"directories": {
"lib": "lib"
},
"repository": {
"type": "git",
"url": "git+https://github.com/olelillebo/football-component-library.git"
},
"keywords": [
"football",
"component",
"library",
"sportmonks"
],
"author": "Ole Lillebo",
"license": "ISC",
"bugs": {
"url": "https://github.com/olelillebo/football-component-library/issues"
},
"homepage": "https://github.com/olelillebo/football-component-library#readme",
"packageManager": "pnpm@8.11.0+sha1.01bf39424f1008f29012bbae851d2acb8a20a0d0"
}