mirror of
https://github.com/smyalygames/flightsim-on-linux.git
synced 2025-05-18 06:04:14 +02:00
33 lines
799 B
JSON
33 lines
799 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.8.9",
|
|
"@types/react": "18.2.33",
|
|
"@types/react-dom": "18.2.14",
|
|
"eslint": "8.52.0",
|
|
"eslint-config-next": "14.0.0",
|
|
"next": "^14.0.0",
|
|
"nextra": "^2.13.2",
|
|
"nextra-theme-docs": "^2.13.2",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"typescript": "5.2.2"
|
|
},
|
|
"devDependencies": {
|
|
"@typescript-eslint/eslint-plugin": "^6.9.0",
|
|
"@typescript-eslint/parser": "^6.9.0",
|
|
"eslint-config-prettier": "^9.0.0",
|
|
"eslint-plugin-mdx": "^2.2.0",
|
|
"eslint-plugin-prettier": "^5.0.1",
|
|
"prettier": "3.0.3"
|
|
}
|
|
}
|