-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.03 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.03 KB
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
33
34
35
36
37
38
39
40
41
{
"name": "content-lab",
"version": "1.0.0",
"description": "AI-powered affiliate content generator. 750+ programs, 10 writing formulas, 4 languages, streaming output.",
"author": "OpenAffiliate <team@affitor.com> (https://openaffiliate.dev)",
"license": "MIT",
"homepage": "https://openaffiliate.dev/content-lab",
"repository": {
"type": "git",
"url": "https://github.com/Affitor/content-lab"
},
"keywords": [
"affiliate-marketing",
"content-generator",
"ai",
"openaffiliate",
"nextjs"
],
"scripts": {
"dev": "next dev --port 3200",
"build": "next build",
"start": "next start --port 3200",
"lint": "eslint"
},
"dependencies": {
"next": "16.2.4",
"openai": "^6.34.0",
"react": "19.2.4",
"react-dom": "19.2.4"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "16.2.4",
"tailwindcss": "^4",
"typescript": "^5"
}
}