diff options
| author | Dhravya <[email protected]> | 2024-02-23 16:04:49 -0700 |
|---|---|---|
| committer | Dhravya <[email protected]> | 2024-02-23 16:04:49 -0700 |
| commit | aa1b57bbcd99da4c6d68c145f7c07ea7bd35c8dc (patch) | |
| tree | f5ab247b154a21bbebbe56cca0d7f3397219b7c3 /package.json | |
| parent | hide bun lockfile (diff) | |
| download | supermemory-aa1b57bbcd99da4c6d68c145f7c07ea7bd35c8dc.tar.xz supermemory-aa1b57bbcd99da4c6d68c145f7c07ea7bd35c8dc.zip | |
chaos
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/package.json b/package.json index b75d07aa..044bc193 100644 --- a/package.json +++ b/package.json @@ -22,17 +22,20 @@ "@types/react-dom": "^18.2.15", "@typescript-eslint/eslint-plugin": "^6.11.0", "@typescript-eslint/parser": "^6.11.0", - "autoprefixer": "^10.4.14", + "autoprefixer": "^10.4.17", "drizzle-kit": "^0.20.14", "eslint": "^8.54.0", "eslint-config-next": "^14.0.4", - "postcss": "^8.4.31", + "postcss": "^8.4.35", "prettier": "^3.1.0", "prettier-plugin-tailwindcss": "^0.5.7", - "tailwindcss": "^3.3.5", + "tailwindcss": "^3.4.1", "typescript": "^5.1.6" }, "dependencies": { - "dotenv-cli": "^7.3.0" + "@cloudflare/next-on-pages-next-dev": "^0.0.1", + "@types/chrome": "^0.0.261", + "dotenv-cli": "^7.3.0", + "eslint-plugin-next-on-pages": "^1.9.0" } } |