auto-save 2026-05-18 10:44 (+6, ~2)

This commit is contained in:
2026-05-18 10:46:21 +08:00
parent 0accb73400
commit 494779dc13
20 changed files with 772 additions and 0 deletions

25
package.json Normal file
View File

@@ -0,0 +1,25 @@
{
"name": "ai-toy-patent-workflow",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -p 4560",
"build": "next build",
"start": "next start -p 4560",
"lint": "next lint"
},
"dependencies": {
"next": "15.0.3",
"react": "19.0.0",
"react-dom": "19.0.0"
},
"devDependencies": {
"@types/node": "^22",
"@types/react": "^19",
"@types/react-dom": "^19",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.15",
"typescript": "^5.7.2"
}
}