️ perf: improve json

This commit is contained in:
eshanized
2025-01-07 13:48:47 +05:30
parent 3e8f092982
commit 5ceee4499b

View File

@@ -1,15 +1,19 @@
{ {
"name": "snigdhaos-tools", "name": "snigdhaos-tools",
"private": true, "private": true,
"version": "0.0.0", "version": "0.1.0",
"type": "module", "type": "module",
"author": "eshanized <m.eshanized@gmail.com> (https://github.com/eshanized)", "author": "eshanized <m.eshanized@gmail.com> (https://github.com/eshanized)",
"scripts": { "scripts": {
"dev": "vite", "dev": "vite",
"build": "vite build", "build": "vite build",
"lint": "eslint .", "lint": "eslint .",
"lint:fix": "eslint . --fix",
"format": "prettier --write .",
"preview": "vite preview", "preview": "vite preview",
"deploy": "vite build && gh-pages -d dist" "deploy": "vite build && gh-pages -d dist",
"type-check": "tsc --noEmit",
"start": "vite --host"
}, },
"dependencies": { "dependencies": {
"lucide-react": "^0.344.0", "lucide-react": "^0.344.0",
@@ -28,9 +32,19 @@
"gh-pages": "^6.3.0", "gh-pages": "^6.3.0",
"globals": "^15.9.0", "globals": "^15.9.0",
"postcss": "^8.4.35", "postcss": "^8.4.35",
"prettier": "^2.8.1",
"tailwindcss": "^3.4.1", "tailwindcss": "^3.4.1",
"typescript": "^5.5.3", "typescript": "^5.5.3",
"typescript-eslint": "^8.3.0", "typescript-eslint": "^8.3.0",
"vite": "^5.4.2" "vite": "^5.4.2"
} },
"repository": {
"type": "git",
"url": "git+https://github.com/Snigdha-OS/snigdhaos-tools.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/Snigdha-OS/snigdhaos-tools/issues"
},
"homepage": "https://github.com/Snigdha-OS/snigdhaos-tools#readme"
} }