-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.12 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
{
"name": "amanzunza-debt-solutions",
"version": "2.0.0",
"private": false,
"license": "MIT",
"repository": {
"type": "git",
"url": "git remote add origin https://github.com/marothi-codes/ads-website.git"
},
"scripts": {
"dev": "next dev",
"build": "next build"
},
"dependencies": {
"axios": "^0.27.2",
"dotenv": "^8.2.0",
"framer-motion": "^2.7.5",
"globby": "^11.0.0",
"isomorphic-unfetch": "^3.0.0",
"next": "9.5.3",
"next-compose-plugins": "^2.2.0",
"next-optimized-images": "^2.5.4",
"nodemailer": "^6.7.5",
"prettier": "^2.1.2",
"rc-drawer": "^4.1.0",
"react": "16.13.0",
"react-dom": "16.13.0",
"react-ga": "^3.1.2",
"react-hook-form": "^7.31.3",
"react-icons": "^3.10.0",
"react-modal-video": "^1.2.6",
"react-multi-carousel": "^2.5.5",
"react-scroll": "^1.8.0",
"react-scroll-parallax": "^3.2.0",
"react-stickynode": "^3.0.3",
"theme-ui": "^0.3.3",
"typeface-dm-sans": "^1.1.3"
},
"devDependencies": {
"imagemin-mozjpeg": "^9.0.0",
"imagemin-optipng": "^8.0.0",
"imagemin-svgo": "^8.0.0"
}
}