forked from Ved235/CodeGuard
-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
47 lines (47 loc) · 1.19 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
46
47
{
"name": "@landing/006-next",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"serve": "next start",
"export": "next export"
},
"dependencies": {
"@next/env": "^12.1.6",
"@sendgrid/mail": "^7.2.6",
"darkmode-js": "^1.5.7",
"dotenv": "^8.2.0",
"framer-motion": "^2.7.5",
"fs": "0.0.1-security",
"globby": "^11.0.0",
"isomorphic-unfetch": "^3.0.0",
"next": "9.5.3",
"next-compose-plugins": "^2.2.0",
"next-optimized-images": "^2.5.5",
"rc-drawer": "^4.1.0",
"react": "16.13.1",
"react-custom-scrollbars": "^4.2.1",
"react-dom": "16.13.1",
"react-ga": "^3.1.2",
"react-icons": "^3.9.0",
"react-id-swiper": "^4.0.0",
"react-modal-video": "1.2.6",
"react-scroll": "^1.8.0",
"react-stickynode": "^3.0.3",
"react-waypoint": "^9.0.2",
"styled-components": "^5.3.5",
"sweetalert2": "^11.4.18",
"swiper": "^6.3.1",
"theme-ui": "^0.3.1",
"typeface-dm-sans": "^1.1.3",
"valid-url": "^1.0.9"
},
"devDependencies": {
"imagemin-mozjpeg": "^9.0.0",
"imagemin-optipng": "^8.0.0",
"imagemin-svgo": "^8.0.0",
"prettier": "^2.1.2"
}
}