forked from kareemaly/react-items-carousel
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
77 lines (77 loc) · 2.11 KB
/
package.json
File metadata and controls
77 lines (77 loc) · 2.11 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
74
75
76
77
{
"name": "@flightstats/react-items-carousel",
"version": "2.8.3",
"description": "React Items Carousel",
"homepage": "https://bitriddler.github.io/react-items-carousel",
"main": "./dist/react-items-carousel.js",
"license": "MIT",
"files": [
"src/",
"dist/"
],
"author": "Kareem Elbahrawy <bitriddler@gmail.com>",
"repository": {
"type": "git",
"url": "git://github.com/bitriddler/react-items-carousel.git"
},
"scripts": {
"predeploy:gh": "yarn build:gh",
"deploy:gh": "gh-pages -d gh-build",
"build:gh": "NODE_ENV=production webpack --config webpack.gh.config.js",
"start:gh": "NODE_ENV=development webpack-dev-server --config webpack.gh.config.js",
"prepublish": "yarn build",
"build": "webpack --config webpack.lib.config.js",
"lint": "eslint src"
},
"pre-commit": [
"lint"
],
"keywords": [
"react-items-carousel",
"react-component",
"carousel",
"slider"
],
"devDependencies": {
"@babel/core": "^7.13.14",
"@babel/plugin-proposal-class-properties": "^7.13.0",
"@babel/preset-env": "^7.13.12",
"@babel/preset-react": "^7.13.13",
"antd": "^4.15.0",
"babel-eslint": "^10.0.1",
"babel-loader": "^8.2.2",
"cross-env": "^7.0.3",
"css-loader": "^5.2.0",
"eslint": "^5.13.0",
"eslint-plugin-react": "^7.12.4",
"express": "^4.13.4",
"file-loader": "^4.2.0",
"gh-pages": "^2.0.1",
"glob": "^7.1.1",
"html-webpack-plugin": "^3.2.0",
"pre-commit": "^1.2.2",
"raw-loader": "^2.0.0",
"react": "17.0.2",
"react-ace": "^9.4.0",
"react-dom": "17.0.2",
"react-hot-loader": "^4.13.0",
"react-tap-event-plugin": "^3.0.3",
"style-loader": "^0.23.1",
"styled-components": "^5.2.3",
"webpack": "^4.29.3",
"webpack-cli": "^3.2.3",
"webpack-dev-server": "^3.1.14",
"webpack-node-externals": "^1.7.2"
},
"dependencies": {
"@serprex/react-motion": "^0.6.1",
"lodash.max": "^4.0.1",
"lodash.min": "^4.0.1",
"prop-types": "^15.5.8",
"react-measure": "^2.5.2"
},
"peerDependencies": {
"react": ">15",
"styled-components": ">5.2.2"
}
}