-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 875 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 875 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
35
{
"name": "zuupee-tech-hosting",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"serve": "next start",
"export": "next export",
"postbuild": "next-sitemap"
},
"dependencies": {
"next": "10.0.0",
"next-compose-plugins": "^2.2.0",
"next-optimized-images": "^2.6.2",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-ga": "^3.2.0",
"theme-ui": "^0.3.1",
"framer-motion": "^2.9.1",
"polished": "^4.0.3",
"react-icons": "^3.11.0",
"react-masonry-component": "^6.2.1",
"react-responsive": "^8.1.0",
"react-scroll": "^1.8.1",
"react-slick": "^0.27.12",
"react-stickynode": "^3.0.3"
},
"devDependencies": {
"imagemin-mozjpeg": "^9.0.0",
"imagemin-optipng": "^8.0.0",
"imagemin-svgo": "^8.0.0",
"next-sitemap": "^1.1.6"
}
}