49 lines
1.3 KiB
JSON
49 lines
1.3 KiB
JSON
{
|
|
"name": "eve-pi",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint",
|
|
"esi-swagger": "npx swagger-typescript-api -p https://esi.evetech.net/_latest/swagger.json -o ./src -n esi-api.ts"
|
|
},
|
|
"dependencies": {
|
|
"@emotion/react": "^11.11.1",
|
|
"@emotion/styled": "^11.11.0",
|
|
"@fontsource/roboto": "^5.0.3",
|
|
"@mui/icons-material": "^5.11.16",
|
|
"@mui/material": "^5.13.5",
|
|
"@sentry/nextjs": "^8.2.1",
|
|
"@types/node": "20.3.1",
|
|
"@types/react": "18.2.12",
|
|
"@types/react-dom": "18.2.5",
|
|
"autoprefixer": "10.4.14",
|
|
"chart.js": "^4.4.7",
|
|
"crypto-js": "^4.1.1",
|
|
"eslint": "8.42.0",
|
|
"luxon": "^3.3.0",
|
|
"next": "^14.2.23",
|
|
"next-plausible": "^3.12.0",
|
|
"react": "^18.3.1",
|
|
"react-chartjs-2": "^5.3.0",
|
|
"react-color": "^2.19.3",
|
|
"react-countdown": "^2.3.5",
|
|
"react-dom": "^18.3.1",
|
|
"sharp": "^0.32.1",
|
|
"three": "^0.154.0",
|
|
"typescript": "5.1.3",
|
|
"zod": "^3.24.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/crypto-js": "^4.1.1",
|
|
"@types/luxon": "^3.3.0",
|
|
"@types/react-color": "^3.0.7",
|
|
"@types/three": "^0.152.1",
|
|
"eslint-config-next": "^14.2.23",
|
|
"eslint-plugin-prettier": "^5.0.0",
|
|
"prettier": "3.0.3"
|
|
}
|
|
}
|