-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
63 lines (63 loc) · 1.7 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
55
56
57
58
59
60
61
62
63
{
"name": "@cordelia273/react-image-grid",
"version": "1.0.0",
"description": "Facebook-like image grid for react",
"module": "dist/bundle.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ThisIsSimple/react-image-grid.git"
},
"keywords": [
"react",
"facebook",
"image-grid",
"image",
"grid",
"gallery",
"react-image-grid"
],
"author": {
"name": "cordelia273",
"url": "https://cordelia273.space"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/ThisIsSimple/react-image-grid/issues"
},
"homepage": "https://github.com/ThisIsSimple/react-image-grid#readme",
"dependencies": {
"core-js": "3",
"prop-types": "^15.7.2",
"react-image-gallery": "^1.0.9",
"react-responsive-modal": "^6.0.1",
"styled-components": "^5.2.3"
},
"devDependencies": {
"@babel/core": "^7.13.14",
"@babel/plugin-syntax-jsx": "^7.12.13",
"@babel/plugin-transform-react-jsx": "^7.13.12",
"@babel/preset-env": "^7.13.12",
"@babel/preset-react": "^7.13.13",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-commonjs": "^18.0.0",
"@rollup/plugin-node-resolve": "^11.2.1",
"@rollup/plugin-replace": "^2.4.2",
"babel-loader": "^8.2.2",
"babel-preset-react-app": "^10.0.0",
"dotenv": "^8.2.0",
"rollup": "^2.44.0",
"rollup-plugin-livereload": "^2.0.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-serve": "^1.1.0",
"rollup-plugin-styles": "^3.14.1",
"webpack": "^5.30.0",
"webpack-cli": "^4.6.0"
},
"peerDependencies": {
"react": "^17.0.2",
"react-dom": "^17.0.2"
}
}