-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 770 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 770 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
{
"name": "next-image-gallery",
"version": "0.1.0",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"author": "Ashutosh K Singh",
"license": "MIT",
"dependencies": {
"@chakra-ui/icons": "^1.0.0",
"@chakra-ui/react": "^1.0.0",
"@emotion/react": "^11.0.0",
"@emotion/styled": "^11.0.0",
"framer-motion": "^2.9.4",
"next": "10.0.1",
"react": "17.0.1",
"react-dom": "17.0.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lelouchB/next-image-gallery.git"
},
"keywords": ["next image gallery"],
"bugs": {
"url": "https://github.com/lelouchB/next-image-gallery/issues"
},
"homepage": "https://github.com/lelouchB/next-image-gallery#readme"
}