-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.27 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
48
49
50
51
52
53
54
{
"name": "react-img-gallery",
"version": "1.0.0",
"description": "React component for building image galleries",
"repository": {
"type": "git",
"url": "https://github.com/kayali1411/react-img-gallery.git"
},
"homepage": "https://github.com/kayali1411/react-img-gallery",
"bugs": "https://github.com/kayali1411/react-img-gallery/issues",
"main": "build/index.js",
"scripts": {
"start": "webpack --watch",
"build": "webpack"
},
"author": {
"name": "Ahmad Kayali",
"email": "kayali1411@gmail.com"
},
"license": "ISC",
"dependencies": {
"webpack": "^4.39.3"
},
"peerDependencies": {
"react": "^16",
"react-dom": "^16"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-loader": "7.0.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"css-loader": "^3.2.0",
"style-loader": "^1.0.0",
"url-loader": "^2.1.0",
"webpack-cli": "^3.3.7"
},
"tags": [
"react",
"image-gallery",
"react-component",
"modal"
],
"keywords": [
"react",
"react component",
"image gallery",
"react gallery",
"modal"
]
}