-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.25 KB
/
package.json
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
42
43
44
45
{
"name": "tiktok-clone-enhanced-cripsy",
"version": "0.1.0",
"private": true,
"description": "TikTok-enhanced-clone-(CRISPY) ",
"author": "abhishekjinxed@gmail.com",
"license": "MITf",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"standard:fix": "standard --fix"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.1.2",
"@fortawesome/free-regular-svg-icons": "^6.1.2",
"@fortawesome/free-solid-svg-icons": "^6.1.2",
"@fortawesome/react-fontawesome": "^0.2.0",
"@sparticuz/chromium": "^127.0.0",
"axios": "^1.7.7",
"chrome-aws-lambda": "^10.1.0",
"https-proxy-agent": "^7.0.5",
"instagram-private-api": "^1.46.1",
"jimp": "^1.6.0",
"next": "^12.3.4",
"node-cron": "^3.0.3",
"node-fetch": "^3.3.2",
"puppeteer": "^23.3.0",
"puppeteer-core": "^10.4.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"sharp": "^0.33.4"
},
"devDependencies": {
"@types/node": "17.0.20",
"@types/react": "17.0.39",
"@typescript-eslint/eslint-plugin": "5.12.1",
"eslint": "8.9.0",
"eslint-config-next": "12.1.0",
"eslint-plugin-jsx-a11y": "6.5.1",
"standard": "16.0.4",
"typescript": "4.5.5"
}
}