mirror of
https://github.com/supermemoryai/supermemory.git
synced 2026-05-11 13:11:15 +00:00
38 lines
980 B
JSON
38 lines
980 B
JSON
{
|
|
"name": "anycontext",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"workspaces": [
|
|
"apps/*",
|
|
"packages/*"
|
|
],
|
|
"packageManager": "bun@1.0.28",
|
|
"scripts": {
|
|
"build": "dotenv -- turbo run build",
|
|
"dev": "dotenv -- turbo run dev",
|
|
"lint": "dotenv -- turbo run lint",
|
|
"start": "dotenv -- turbo run start"
|
|
},
|
|
"devDependencies": {
|
|
"@types/better-sqlite3": "^7.6.6",
|
|
"@types/eslint": "^8.44.7",
|
|
"@types/node": "^18.17.0",
|
|
"@types/react": "^18.2.37",
|
|
"@types/react-dom": "^18.2.15",
|
|
"@typescript-eslint/eslint-plugin": "^6.11.0",
|
|
"@typescript-eslint/parser": "^6.11.0",
|
|
"autoprefixer": "^10.4.14",
|
|
"drizzle-kit": "^0.20.14",
|
|
"eslint": "^8.54.0",
|
|
"eslint-config-next": "^14.0.4",
|
|
"postcss": "^8.4.31",
|
|
"prettier": "^3.1.0",
|
|
"prettier-plugin-tailwindcss": "^0.5.7",
|
|
"tailwindcss": "^3.3.5",
|
|
"typescript": "^5.1.6"
|
|
},
|
|
"dependencies": {
|
|
"dotenv-cli": "^7.3.0"
|
|
}
|
|
}
|