plane/god-mode/package.json

31 lines
736 B
JSON
Raw Normal View History

2024-01-31 08:33:52 +00:00
{
"name": "god-mode",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --port 3333",
"build": "next build",
"preview": "next build && next start",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@tailwindcss/typography": "^0.5.9",
"@types/node": "18.16.1",
"@types/react": "^18.2.48",
"@types/react-dom": "^18.2.18",
"autoprefixer": "10.4.14",
"eslint": "8.39.0",
"eslint-config-next": "13.3.1",
"mobx": "^6.12.0",
"mobx-react-lite": "^4.0.5",
"next": "^14.1.0",
"next-themes": "^0.2.1",
"postcss": "8.4.23",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tailwindcss": "3.3.2",
"typescript": "5.0.4"
}
}