-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
45 lines (45 loc) · 1.36 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
{
"scripts": {
"dev": "next dev -p 3005",
"build": "next build",
"start": "next start -H 0.0.0.0 -p ${PORT:-8080}",
"start:local": "next build && next start",
"export": "next build && next export",
"dev:host": "next dev -p 3005 -H"
},
"dependencies": {
"@apollo/client": "^3.3.18",
"@fortawesome/fontawesome-svg-core": "^1.2.35",
"@fortawesome/free-brands-svg-icons": "^5.15.3",
"@fortawesome/free-regular-svg-icons": "^5.15.3",
"@fortawesome/free-solid-svg-icons": "^5.15.3",
"@fortawesome/react-fontawesome": "^0.1.14",
"axios": "^0.21.1",
"framer-motion": "^4.1.2",
"graphql": "^15.5.0",
"image-trace-loader": "^1.0.2",
"imagemin-gifsicle": "^7.0.0",
"imagemin-mozjpeg": "^9.0.0",
"imagemin-optipng": "^8.0.0",
"imagemin-svgo": "^9.0.0",
"jimp": "^0.16.1",
"js-cookie": "^2.2.1",
"lqip-loader": "^2.2.1",
"mime": "^2.5.2",
"next": "10.1.3",
"next-compose-plugins": "^2.2.1",
"next-fbq": "^2.0.0",
"next-optimized-images": "^2.6.2",
"next-pwa": "^5.2.1",
"next-seo": "^4.23.0",
"nextjs-progressbar": "^0.0.8",
"nextjs-sitemap-generator": "^1.3.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-ga": "^3.3.0",
"sass": "^1.32.8",
"svg-sprite-loader": "^5.2.1",
"terser-webpack-plugin": "^5.1.1",
"webp-loader": "^0.6.0"
}
}