-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 925 Bytes
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 925 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
33
34
35
36
37
{
"name": "growthloop",
"version": "1.0.0",
"description": "AI-powered marketing growth decision platform",
"license": "MIT",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"better-sqlite3": "^12.8.0",
"clsx": "^2.1.1",
"framer-motion": "^12.38.0",
"mammoth": "^1.12.0",
"next": "16.2.1",
"node-cache": "^5.1.2",
"pdf-parse": "^2.4.5",
"puppeteer-core": "^24.40.0",
"puppeteer-extra": "^3.3.6",
"puppeteer-extra-plugin-stealth": "^2.11.2",
"react": "19.2.4",
"react-dom": "19.2.4",
"recharts": "^2.15.0",
"xlsx": "^0.18.5"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/better-sqlite3": "^7.6.13",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"postcss": "^8.5.0",
"tailwindcss": "^4",
"typescript": "^5.8.0"
}
}