-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 966 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 966 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"name": "i2v-prompt-director",
"version": "1.0.0",
"private": true,
"description": "AI-powered image-to-video prompt generator targeting Veo 3.1, Runway, Kling, Pika, and Minimax",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start -p ${PORT:-3000}",
"lint": "next lint",
"fixmd-instructions": "markdownlint-cli2 \"INSTRUCTIONS.md\" -c .markdownlint-cli2.jsonc"
},
"dependencies": {
"@ant-design/cssinjs": "^1.23.0",
"@ant-design/icons": "^5.6.1",
"@ant-design/nextjs-registry": "^1.0.2",
"@anthropic-ai/sdk": "^0.39.0",
"antd": "^5.24.0",
"next": "^14.2.21",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@types/node": "^22.10.0",
"@types/react": "^18.3.14",
"@types/react-dom": "^18.3.5",
"eslint": "^8.57.0",
"eslint-config-next": "^14.2.21",
"markdownlint-rule-table-format": "^1.0.2",
"typescript": "^5.7.2"
}
}