-
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) · 719 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 719 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": "scraping-nextjs",
"version": "0.1.0",
"private": true,
"scripts": {
"build": "next build",
"start": "next start -p $PORT",
"dev": "next",
"heroku-postbuild": "npm run build"
},
"dependencies": {
"@zeit/next-css": "^1.0.1",
"axios": "^0.21.1",
"bootstrap": "^4.5.3",
"chrome-aws-lambda": "^5.5.0",
"cors": "^2.8.5",
"next": "^10.0.4",
"puppeteer": "^5.5.0",
"react": "^17.0.1",
"react-bootstrap": "^1.4.0",
"react-dom": "^17.0.1",
"react-icons": "^4.1.0",
"react-input-mask": "^2.0.4",
"react-router-dom": "^5.2.0"
},
"browser": {
"fs": false,
"child_process": false,
"rimraf": false,
"readline": false
}
}