31 lines
776 B
JSON
31 lines
776 B
JSON
{
|
|
"name": "@tensamin/settings",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"exports": {
|
|
".": "./src/index.tsx"
|
|
},
|
|
"scripts": {
|
|
"format": "pnpm exec prettier --write .",
|
|
"lint": "eslint src",
|
|
"build": "tsc -p tsconfig.json --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"@methanium/ui": "*",
|
|
"@tanstack/react-router": "^1.170.21",
|
|
"@tensamin/cache": "workspace:*",
|
|
"@tensamin/hotkeys": "workspace:*",
|
|
"@tensamin/markdown": "workspace:*",
|
|
"@tensamin/mtp": "workspace:*",
|
|
"@tensamin/shared": "workspace:*",
|
|
"@tensamin/storage": "workspace:*",
|
|
"@tensamin/user": "workspace:*",
|
|
"lucide-react": "^1.29.0",
|
|
"react": "^19.2.8",
|
|
"react-dom": "^19.2.8"
|
|
},
|
|
"devDependencies": {
|
|
"vite": "^8.2.1"
|
|
}
|
|
}
|