plane/god-mode/package.json

43 lines
1.0 KiB
JSON
Raw Normal View History

2024-01-31 08:33:52 +00:00
{
"name": "god-mode",
"version": "0.1.0",
"private": true,
"scripts": {
2024-02-02 12:08:31 +00:00
"dev": "turbo run develop",
"develop": "next dev --port 3333",
2024-01-31 08:33:52 +00:00
"build": "next build",
"preview": "next build && next start",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
2024-02-02 12:08:31 +00:00
"@plane/types": "*",
"@plane/ui": "*",
2024-01-31 08:33:52 +00:00
"@tailwindcss/typography": "^0.5.9",
"autoprefixer": "10.4.14",
2024-02-15 06:51:19 +00:00
"axios": "^1.6.7",
2024-01-31 08:33:52 +00:00
"eslint": "8.39.0",
"eslint-config-next": "13.3.1",
2024-02-15 06:51:19 +00:00
"js-cookie": "^3.0.5",
2024-01-31 08:33:52 +00:00
"mobx": "^6.12.0",
"mobx-react-lite": "^4.0.5",
"next": "^14.1.0",
2024-02-02 12:08:31 +00:00
"next-auth": "^4.24.5",
2024-01-31 08:33:52 +00:00
"next-themes": "^0.2.1",
"postcss": "8.4.23",
"react": "^18.2.0",
"react-dom": "^18.2.0",
2024-02-15 06:51:19 +00:00
"swr": "^2.2.4",
2024-01-31 08:33:52 +00:00
"tailwindcss": "3.3.2",
"typescript": "5.0.4"
2024-02-02 12:08:31 +00:00
},
"devDependencies": {
"@types/node": "18.16.1",
"@types/react": "^18.2.48",
"@types/react-dom": "^18.2.18",
"eslint-config-custom": "*",
"tailwind-config-custom": "*",
"tsconfig": "*"
2024-01-31 08:33:52 +00:00
}
}