-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 850 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 850 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
{
"name": "faziz_training",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "NODE_OPTIONS='--inspect' next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@revolut/checkout": "^1.0.8",
"@sendgrid/mail": "^7.4.0",
"bootstrap": "^4.5.3",
"country-list": "^2.2.0",
"datejs": "^1.0.0-rc3",
"firebase": "^8.1.1",
"framer-motion": "^2.9.4",
"html-escaper": "^3.0.0",
"isomorphic-fetch": "^3.0.0",
"lodash.groupby": "^4.6.0",
"lodash.isempty": "^4.4.0",
"next": "10.0.2",
"react": "17.0.1",
"react-bootstrap": "^1.4.0",
"react-dom": "17.0.1",
"react-fade-in": "^1.1.1",
"react-lazyload": "^3.1.0",
"react-lottie": "^1.2.3",
"react-plx": "^1.3.16",
"react-slideshow-image": "^3.4.1",
"react-spring": "^8.0.27"
}
}