2026-01-09 11:58:08 +08:00
|
|
|
{
|
2026-01-21 15:49:12 +08:00
|
|
|
"name": "soul-startup-experiment",
|
|
|
|
|
"author": "Karuo & Cunkebao",
|
2026-01-09 11:58:08 +08:00
|
|
|
"version": "0.1.0",
|
|
|
|
|
"private": true,
|
|
|
|
|
"scripts": {
|
|
|
|
|
"build": "next build",
|
|
|
|
|
"dev": "next dev",
|
|
|
|
|
"lint": "eslint .",
|
2026-02-01 12:06:56 +08:00
|
|
|
"start": "next start -p 3006"
|
2026-01-09 11:58:08 +08:00
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2026-01-14 05:10:32 +00:00
|
|
|
"@emotion/is-prop-valid": "latest",
|
2026-01-14 12:50:00 +08:00
|
|
|
"@radix-ui/react-dialog": "^1.1.15",
|
2026-01-09 11:58:08 +08:00
|
|
|
"@radix-ui/react-label": "2.1.8",
|
|
|
|
|
"@radix-ui/react-select": "2.2.6",
|
|
|
|
|
"@radix-ui/react-separator": "1.1.8",
|
2026-01-14 05:10:32 +00:00
|
|
|
"@radix-ui/react-slider": "1.3.6",
|
2026-01-09 11:58:08 +08:00
|
|
|
"@radix-ui/react-slot": "1.2.4",
|
|
|
|
|
"@radix-ui/react-switch": "1.2.6",
|
|
|
|
|
"@radix-ui/react-tabs": "1.1.13",
|
2026-01-14 12:50:00 +08:00
|
|
|
"@tailwindcss/postcss": "^4.1.18",
|
2026-01-09 11:58:08 +08:00
|
|
|
"@testing-library/dom": "latest",
|
|
|
|
|
"@testing-library/react": "16.3.1",
|
2026-01-21 15:49:12 +08:00
|
|
|
"@types/qrcode": "^1.5.6",
|
2026-01-09 11:58:08 +08:00
|
|
|
"@vercel/analytics": "1.6.1",
|
|
|
|
|
"class-variance-authority": "0.7.1",
|
|
|
|
|
"clsx": "2.1.1",
|
|
|
|
|
"docx": "9.5.1",
|
2026-01-14 12:50:00 +08:00
|
|
|
"framer-motion": "^12.26.2",
|
2026-01-09 11:58:08 +08:00
|
|
|
"gray-matter": "4.0.3",
|
|
|
|
|
"immer": "latest",
|
|
|
|
|
"lucide-react": "0.562.0",
|
2026-01-21 15:49:12 +08:00
|
|
|
"mysql2": "^3.16.1",
|
2026-01-09 11:58:08 +08:00
|
|
|
"next": "16.0.10",
|
|
|
|
|
"next-themes": "0.4.6",
|
|
|
|
|
"playwright": "1.57.0",
|
2026-01-21 15:49:12 +08:00
|
|
|
"qrcode": "^1.5.4",
|
2026-01-09 11:58:08 +08:00
|
|
|
"react": "*",
|
|
|
|
|
"react-dom": "*",
|
|
|
|
|
"tailwind-merge": "3.4.0",
|
|
|
|
|
"tailwindcss-animate": "1.0.7",
|
|
|
|
|
"tw-animate-css": "1.4.0",
|
|
|
|
|
"use-sync-external-store": "latest",
|
|
|
|
|
"zustand": "5.0.9"
|
|
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"@types/node": "25.0.3",
|
|
|
|
|
"@types/react": "19.2.7",
|
|
|
|
|
"@types/react-dom": "19.2.3",
|
|
|
|
|
"postcss": "8.5.6",
|
|
|
|
|
"tailwindcss": "^4.1.9",
|
|
|
|
|
"typescript": "5.9.3"
|
|
|
|
|
}
|
|
|
|
|
}
|