pitch-invader
Version:
React library designed to simplify the process of creating and managing a football (soccer) starting lineup.
77 lines (76 loc) • 2.15 kB
JSON
{
"name": "pitch-invader",
"private": false,
"version": "1.0.5",
"type": "module",
"files": [
"dist"
],
"description": "React library designed to simplify the process of creating and managing a football (soccer) starting lineup.",
"repository": {
"type": "git",
"url": "https://github.com/matan1542/PitchInvader"
},
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"test": "vitest run",
"watch": "vitest"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.5.1",
"@fortawesome/free-brands-svg-icons": "^6.5.1",
"@fortawesome/free-regular-svg-icons": "^6.5.1",
"@fortawesome/free-solid-svg-icons": "^6.5.1",
"@fortawesome/react-fontawesome": "^0.2.0",
"dom-to-image-more": "^3.3.0",
"flowbite": "^2.3.0",
"flowbite-react": "^0.7.2",
"path": "^0.12.7",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"vite-plugin-css-injected-by-js": "^3.5.1",
"vite-plugin-svgr": "^4.3.0"
},
"devDependencies": {
"@types/node": "^22.13.0",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"@vitejs/plugin-react": "^4.3.1",
"autoprefixer": "^10.4.19",
"eslint": "^8.56.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.7",
"postcss": "^8.4.39",
"tailwindcss": "^3.4.5",
"typescript": "^5.7.3",
"vite": "^5.3.1",
"vite-plugin-dts": "^3.9.1"
},
"keywords": [
"react",
"component",
"lineup",
"football",
"soccer",
"starting",
"XI"
],
"author": "Matan Lasry",
"license": "MIT",
"main": "./dist/react-squad-builder.umd.js",
"module": "./dist/react-squad-builder.es.js",
"types": "./dist/types/index.d.ts",
"exports": {
".": {
"import": "./dist/react-squad-builder.es.js",
"require": "./dist/react-squad-builder.umd.js",
"styles": "./dist/style.css"
},
"./types": "./dist/types/types/index.d.ts",
"./css": "./dist/style.css"
}
}