49 lines
1.5 KiB
JSON
49 lines
1.5 KiB
JSON
{
|
|
"name": "@eveshipfit/eveship.fit",
|
|
"publishConfig": {
|
|
"registry": "https://git.site.quack-lab.dev/api/packages/dave/npm/"
|
|
},
|
|
"version": "0.0.0-git",
|
|
"description": "View, Create, and Share EVE Online ship fits online",
|
|
"scripts": {
|
|
"build": "next build --no-lint",
|
|
"dev": "next dev",
|
|
"format": "prettier -w app components",
|
|
"lint": "next lint || true && prettier -c app components || true",
|
|
"start": "next start"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://git.site.quack-lab.dev/dave/eveship.fit.react.git"
|
|
},
|
|
"author": "EVEShipFit Team <info@eveship.fit>",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@eveshipfit/data": "10.4.0",
|
|
"@eveshipfit/dogma-engine": "7.0.0",
|
|
"@eveshipfit/react": "4.7.2",
|
|
"clsx": "2.1.1",
|
|
"next": "14.2.3",
|
|
"react": "18.3.1",
|
|
"react-dom": "18.3.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "20.13.0",
|
|
"@types/react": "18.3.3",
|
|
"@types/react-dom": "18.3.0",
|
|
"@typescript-eslint/eslint-plugin": "7.11.0",
|
|
"@typescript-eslint/parser": "7.11.0",
|
|
"eslint": "8.57.0",
|
|
"eslint-config-airbnb": "19.0.4",
|
|
"eslint-config-airbnb-typescript": "18.0.0",
|
|
"eslint-config-next": "14.2.3",
|
|
"eslint-config-prettier": "9.1.0",
|
|
"eslint-plugin-import": "2.29.1",
|
|
"eslint-plugin-jsx-a11y": "6.8.0",
|
|
"eslint-plugin-prettier": "5.1.3",
|
|
"eslint-plugin-react": "7.34.2",
|
|
"eslint-plugin-react-hooks": "4.6.2",
|
|
"typescript": "5.4.5"
|
|
}
|
|
}
|