-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 940 Bytes
/
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
{
"name": "nfl-visuals",
"version": "1.0.0",
"scripts": {
"dev": "next-remote-watch ./posts",
"build": "next build",
"postbuild": "next-sitemap",
"start": "next start",
"lint": "eslint . --fix"
},
"license": "MIT",
"dependencies": {
"@fortawesome/fontawesome-free-brands": "^5.0.13",
"@fortawesome/fontawesome-svg-core": "^6.1.2",
"@fortawesome/react-fontawesome": "^0.2.0",
"classnames": "^2.3.1",
"d3": "^7.6.1",
"mdx-bundler": "^9.0.1",
"next": "^12.2.5",
"next-remote-watch": "1.0.0",
"nprogress": "^0.2.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-select": "^5.4.0"
},
"devDependencies": {
"@nolajs/eslint-config": "^2.1.1",
"esbuild": "^0.14.54",
"eslint-config-next": "^12.2.5",
"next-sitemap": "^3.1.21",
"puppeteer": "^15.5.0",
"puppeteer-extra": "^3.3.4",
"puppeteer-extra-plugin-adblocker": "^2.13.5"
}
}