flightsim-on-linux/package.json
2023-06-24 01:54:19 +01:00

26 lines
571 B
JSON

{
"name": "flightsim-on-linux",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@types/node": "20.3.1",
"@types/react": "18.2.13",
"@types/react-dom": "18.2.6",
"@vercel/analytics": "^1.0.1",
"eslint": "8.43.0",
"eslint-config-next": "13.4.7",
"next": "^13.4.7",
"nextra": "^2.8.0",
"nextra-theme-docs": "^2.8.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"typescript": "5.1.3"
}
}