Auto-saved at 2025-07-29 14:27:28 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
54 lines
1.7 KiB
JSON
54 lines
1.7 KiB
JSON
{
|
|
"name": "timeshift",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint",
|
|
"auto-commit": "./auto-commit.sh",
|
|
"watch-commit": "node watch-and-commit.js",
|
|
"save": "./auto-commit.sh commit",
|
|
"restore-point": "./auto-commit.sh restore-point",
|
|
"pm2:start": "pm2 start ecosystem.config.js",
|
|
"pm2:stop": "pm2 stop ecosystem.config.js",
|
|
"pm2:restart": "pm2 restart ecosystem.config.js",
|
|
"pm2:delete": "pm2 delete ecosystem.config.js",
|
|
"pm2:logs": "pm2 logs timeshift-auto-commit",
|
|
"pm2:status": "pm2 status",
|
|
"pm2:monit": "pm2 monit",
|
|
"services:start": "pm2 start ecosystem.config.js --only timeshift-auto-commit",
|
|
"services:stop": "pm2 stop timeshift-auto-commit",
|
|
"services:logs": "pm2 logs timeshift-auto-commit --lines 50"
|
|
},
|
|
"dependencies": {
|
|
"@radix-ui/react-dialog": "^1.1.14",
|
|
"@radix-ui/react-label": "^2.1.7",
|
|
"@radix-ui/react-select": "^2.2.5",
|
|
"@radix-ui/react-separator": "^1.1.7",
|
|
"@radix-ui/react-slot": "^1.2.3",
|
|
"@radix-ui/react-tabs": "^1.1.12",
|
|
"@radix-ui/react-tooltip": "^1.2.7",
|
|
"class-variance-authority": "^0.7.1",
|
|
"clsx": "^2.1.1",
|
|
"lucide-react": "^0.525.0",
|
|
"next": "15.2.4",
|
|
"react": "^19.0.0",
|
|
"react-dom": "^19.0.0",
|
|
"tailwind-merge": "^3.3.1"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/eslintrc": "^3",
|
|
"@tailwindcss/postcss": "^4",
|
|
"@types/node": "^20",
|
|
"@types/react": "^19",
|
|
"@types/react-dom": "^19",
|
|
"eslint": "^9",
|
|
"eslint-config-next": "15.2.4",
|
|
"tailwindcss": "^4",
|
|
"tw-animate-css": "^1.3.6",
|
|
"typescript": "^5"
|
|
}
|
|
}
|