forked from pedropalau/react-bnb-gallery
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
140 lines (140 loc) · 4.56 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
{
"name": "react-bnb-gallery",
"version": "1.4.4",
"description": "Simple photo gallery based on React and Airbnb image gallery",
"author": "Pedro Enrique Palau <[email protected]>",
"homepage": "https://peterpalau.github.io/react-bnb-gallery/",
"keywords": [
"react",
"gallery",
"photos",
"carousel",
"image gallery",
"photo gallery",
"responsive",
"slider",
"component",
"modal gallery",
"images",
"react image gallery",
"react photo gallery",
"react modal gallery",
"react gallery"
],
"repository": {
"type": "git",
"url": "[email protected]:peterpalau/react-bnb-gallery.git"
},
"license": "MIT",
"main": "dist/index.js",
"module": "dist/index.es.js",
"jsnext:main": "dist/index.es.js",
"typings": "index.d.ts",
"files": [
"dist",
"index.d.ts",
"styles.css"
],
"bugs": {
"url": "https://github.com/peterpalau/react-bnb-gallery/issues"
},
"scripts": {
"test": "jest --no-cache",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage --colors",
"build": "rollup -c",
"start": "rollup -c -w",
"prepublishOnly": "yarn build",
"predeploy": "yarn && yarn build",
"deploy": "gh-pages -d example/build",
"lint": "yarn lint:scripts && yarn lint:css",
"lint:scripts": "eslint --ext js src tests",
"lint:css": "stylelint \"src/scss/*.{css,sass,scss,sss,less}\"",
"travis": "yarn test",
"preview": "yarn preview:build && yarn preview:deploy",
"preview:build": "yarn build",
"preview:deploy": "cd ./docs && yarn export"
},
"peerDependencies": {
"react": "^15.0.0 || ^16.0.0",
"react-dom": "^15.0.0 || ^16.0.0"
},
"devDependencies": {
"@babel/core": "^7.10.4",
"@babel/plugin-external-helpers": "^7.10.4",
"@babel/plugin-proposal-class-properties": "^7.10.4",
"@babel/plugin-proposal-decorators": "^7.10.4",
"@babel/plugin-proposal-do-expressions": "^7.10.4",
"@babel/plugin-proposal-export-default-from": "^7.10.4",
"@babel/plugin-proposal-export-namespace-from": "^7.10.4",
"@babel/plugin-proposal-function-bind": "^7.10.4",
"@babel/plugin-proposal-function-sent": "^7.10.4",
"@babel/plugin-proposal-json-strings": "^7.10.4",
"@babel/plugin-proposal-logical-assignment-operators": "^7.10.4",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.10.4",
"@babel/plugin-proposal-numeric-separator": "^7.10.4",
"@babel/plugin-proposal-optional-chaining": "^7.10.4",
"@babel/plugin-proposal-pipeline-operator": "^7.10.4",
"@babel/plugin-proposal-throw-expressions": "^7.10.4",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-syntax-import-meta": "^7.10.4",
"@babel/plugin-transform-object-assign": "^7.10.4",
"@babel/preset-env": "^7.10.4",
"@babel/preset-react": "^7.10.4",
"@babel/runtime": "^7.10.4",
"@rollup/plugin-babel": "^5.0.4",
"@rollup/plugin-commonjs": "^14.0.0",
"@rollup/plugin-url": "^5.0.1",
"@svgr/rollup": "^5.4.0",
"@welldone-software/why-did-you-render": "^4.2.5",
"airbnb-js-shims": "^2.2.1",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "^10.1.0",
"babel-jest": "^26.1.0",
"babel-preset-airbnb": "^5.0.0",
"cross-env": "^7.0.2",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.2",
"enzyme-to-json": "^3.5.0",
"eslint": "^7.4.0",
"eslint-config-airbnb": "^18.2.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jest": "^23.18.0",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-react": "^7.20.3",
"eslint-plugin-react-hooks": "^4.0.6",
"gh-pages": "^3.1.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^26.1.0",
"jest-environment-enzyme": "^7.0.2",
"jest-enzyme": "^7.0.1",
"prettier": "^2.0.5",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-scripts": "^3.4.1",
"react-test-renderer": "^16.13.1",
"regenerator-runtime": "^0.13.5",
"rollup": "^2.21.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-peer-deps-external": "^2.2.3",
"rollup-plugin-postcss": "^3.1.2",
"rollup-plugin-scss": "^2.5.0",
"rollup-plugin-stylelint": "^1.0.0",
"stylelint": "^13.6.1",
"stylelint-config-standard": "^20.0.0"
},
"dependencies": {
"airbnb-prop-types": "^2.16.0",
"ajv": "^6.12.3",
"classnames": "^2.2.6",
"focus-trap-react": "^7.0.1",
"lodash": "^4.17.19",
"object.assign": "^4.1.0",
"object.values": "^1.1.1",
"prop-types": "^15.7.2",
"react-portal": "^4.2.1"
},
"optionalDependencies": {
"typescript": "^3.6.2"
}
}