forked from zreecespieces/material-ui-course-nextjs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 816 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
{
"name": "nextjs",
"version": "4.0.0",
"private": true,
"dependencies": {
"@material-ui/core": "^4.8.0",
"@material-ui/icons": "^4.5.1",
"@material-ui/styles": "^4.7.1",
"axios": "^0.19.0",
"clsx": "latest",
"fileloader": "^2.0.0",
"fontfaceobserver": "^2.1.0",
"fs-extra": "^8.1.0",
"imagemin-mozjpeg": "^8.0.0",
"imagemin-optipng": "^7.1.0",
"next": "latest",
"next-compose-plugins": "^2.2.0",
"next-optimized-images": "^2.5.4",
"prop-types": "latest",
"react": "latest",
"react-dom": "latest",
"react-ga": "^2.7.0",
"react-lazy-load-image-component": "^1.4.3",
"react-lottie": "^1.2.3"
},
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"postbuild": "node scripts/sitemap.js"
}
}