-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
73 lines (73 loc) · 1.99 KB
/
package.json
File metadata and controls
73 lines (73 loc) · 1.99 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "react-media-gallery",
"version": "1.0.2",
"description": "A responsive customizable media gallery for React apps.",
"main": "dist/popreactrox.js",
"repository": {
"type": "git",
"url": "https://github.com/mm22dev/react-media-gallery.git"
},
"scripts": {
"start": "rm -rf ./dist/* && webpack --mode development",
"lint": "eslint .",
"test": "jest --watchAll --coverage",
"build": "rm -rf ./dist/* && webpack --mode production"
},
"keywords": [
"react",
"component",
"react-gallery",
"react-photo-gallery",
"react-video-galley",
"react-media-gallery",
"photo-gallery",
"image-slider",
"images",
"slideshow",
"gallery react-carousel"
],
"author": "omnia_sunt_communia",
"license": "MIT",
"peerDependencies": {
"react": "^16.5.0",
"react-dom": "^16.5.0"
},
"devDependencies": {
"@babel/cli": "^7.5.0",
"@babel/core": "^7.0.0",
"@babel/plugin-proposal-class-properties": "^7.2.3",
"@babel/plugin-transform-runtime": "^7.4.4",
"@babel/preset-env": "^7.0.0",
"@babel/preset-react": "^7.0.0",
"@babel/runtime": "^7.4.5",
"babel-jest": "^24.8.0",
"babel-loader": "^8.0.2",
"enzyme": "^3.9.0",
"enzyme-adapter-react-16": "^1.13.2",
"enzyme-to-json": "^3.3.5",
"eslint": "^5.16.0",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.17.2",
"eslint-plugin-node": "^9.0.1",
"eslint-plugin-promise": "^4.1.1",
"eslint-plugin-react": "^7.13.0",
"eslint-plugin-standard": "^4.0.0",
"file-loader": "^4.1.0",
"jest": "^24.8.0",
"jest-css-modules": "^2.0.0",
"react": "^16.5.0",
"react-addons-test-utils": "^15.6.2",
"react-dom": "^16.5.0",
"redux": "^4.0.1",
"webpack": "^4.35.3",
"webpack-cli": "^3.3.5",
"whatwg-fetch": "^3.0.0"
},
"dependencies": {
"dompurify": "^1.0.11",
"lodash.isequal": "^4.5.0",
"react-spring": "^8.0.19",
"styled-components": "^4.3.2",
"uuid": "^3.3.2"
}
}