forked from JeremyGamer13/pm_bapi
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 745 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 745 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
{
"name": "next12",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@napi-rs/canvas": "^0.1.29",
"chrome-aws-lambda": "^9.1.0",
"fengari": "^0.1.4",
"fs": "^0.0.1-security",
"gtts": "^0.2.1",
"imagekit": "^4.1.1",
"jimp": "^0.16.0",
"next": "12.1.0",
"node-fetch": "^3.3.2",
"path": "^0.12.7",
"puppeteer-core": "^9.1.1",
"qrcode": "^1.5.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"uuid": "^9.0.0",
"valid-url": "^1.0.9",
"youtubei": "^0.0.1-rc.35"
},
"devDependencies": {
"eslint": "7",
"eslint-config-next": "12.0.1"
}
}