-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.14 KB
/
Copy pathpackage.json
File metadata and controls
44 lines (44 loc) · 1.14 KB
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": "restaurant",
"version": "1.0.0",
"private": true,
"description": "Restaurant",
"author": "Vikas Kumar Saw",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean"
},
"dependencies": {
"antd": "^4.20.6",
"framer-motion": "^6.3.10",
"gatsby": "^4.6.1",
"gatsby-plugin-image": "^2.6.0",
"gatsby-plugin-manifest": "^4.6.0",
"gatsby-plugin-react-helmet": "^5.6.0",
"gatsby-plugin-react-leaflet": "^3.0.3",
"gatsby-plugin-sass": "^5.8.0",
"gatsby-plugin-sharp": "^4.6.0",
"gatsby-plugin-sitemap": "^5.6.0",
"gatsby-source-contentful": "^7.10.1",
"gatsby-source-filesystem": "^4.6.0",
"gatsby-transformer-sharp": "^4.6.0",
"leaflet": "^1.7.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-helmet": "^6.1.0",
"react-icons": "^4.3.1",
"react-images": "^1.2.0-beta.7",
"react-leaflet": "^3.2.5",
"react-responsive": "^9.0.0-beta.8",
"sass": "^1.49.9"
},
"devDependencies": {
"@types/leaflet": "^1.7.9"
}
}