Files
eveship.fit/package.json
Patric Stout 2679dd421b chore: bump @eveshipfit/react and @eveshipfit/dogma-engine to latest (#25)
Additionally, enable HardwareListing.

* fix: EffectStopper effect causes a crash
* feat: list all modules for adding them to fits
* feat: ability to remove modules from a fit (via hover on module)
* fix: hull-listing overflows with 5 pixels on the bottom
* fix(ShipSnapshotProvider): React warns about duplicated key in
storybook
* chore: refactor hull-listing to use tree-listing
* chore: use Providers to send functions deep into components
* chore: bump @eveshipfit/dogma-engine to 2.3.1
* chore: calculate available slots in ShipSnapshotProvider
* chore: rework ShipFit to use SVGs for better pixel-perfect rendering
2023-12-10 16:20:47 +00:00

46 lines
1.3 KiB
JSON

{
"name": "@eveshipfit/eveship.fit",
"publishConfig": {
"registry": "https://npm.pkg.github.com/EVEShipFit"
},
"version": "0.0.0-git",
"description": "View, Create, and Share EVE Online ship fits online",
"scripts": {
"build": "next build",
"dev": "next dev",
"lint": "next lint"
},
"repository": {
"type": "git",
"url": "git+https://github.com/EVEShipFit/react.git"
},
"author": "Patric Stout <eveshipfit@truebrain.nl>",
"license": "MIT",
"dependencies": {
"@eveshipfit/dogma-engine": "^2.3.2",
"@eveshipfit/react": "^2.0.0",
"clsx": "^2.0.0",
"next": "14.0.1",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/node": "^20.9.0",
"@types/react": "^18.2.37",
"@types/react-dom": "^18.2.15",
"@typescript-eslint/eslint-plugin": "^6.10.0",
"@typescript-eslint/parser": "^6.10.0",
"eslint": "^8.53.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-airbnb-typescript": "^17.1.0",
"eslint-config-next": "14.0.1",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"typescript": "^5.2.2"
}
}