mirror of
https://github.com/Snigdha-OS/snigdhaos-tools.git
synced 2025-09-04 01:46:37 +02:00
51 lines
1.4 KiB
JSON
51 lines
1.4 KiB
JSON
{
|
|
"name": "snigdhaos-tools",
|
|
"private": true,
|
|
"version": "0.1.0",
|
|
"type": "module",
|
|
"author": "eshanized <m.eshanized@gmail.com> (https://github.com/eshanized)",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"lint": "eslint .",
|
|
"lint:fix": "eslint . --fix",
|
|
"format": "prettier --write .",
|
|
"preview": "vite preview",
|
|
"deploy": "vite build && gh-pages -d dist",
|
|
"type-check": "tsc --noEmit",
|
|
"start": "vite --host"
|
|
},
|
|
"dependencies": {
|
|
"lucide-react": "^0.344.0",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.9.1",
|
|
"@types/react": "^18.3.5",
|
|
"@types/react-dom": "^18.3.0",
|
|
"@vitejs/plugin-react": "^4.3.1",
|
|
"autoprefixer": "^10.4.18",
|
|
"eslint": "^9.9.1",
|
|
"eslint-plugin-react-hooks": "^5.1.0-rc.0",
|
|
"eslint-plugin-react-refresh": "^0.4.11",
|
|
"gh-pages": "^6.3.0",
|
|
"globals": "^15.9.0",
|
|
"postcss": "^8.4.35",
|
|
"prettier": "^2.8.1",
|
|
"tailwindcss": "^3.4.1",
|
|
"typescript": "^5.5.3",
|
|
"typescript-eslint": "^8.3.0",
|
|
"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"
|
|
}
|