-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
79 lines (79 loc) · 1.93 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
{
"name": "netslider",
"version": "1.3.5",
"main": "dist/index.js",
"style": "dist/styles.min.css",
"files": [
"dist"
],
"license": "Apache-2.0",
"licenses": [
{
"type": "Apache-2.0",
"url": "http://www.apache.org/licenses/LICENSE-2.0"
}
],
"author": {
"name": "Anish M Prasad",
"email": "anish.m.prasad@gmail.com",
"url": "http://www.anishmprasad.com/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/anishmprasad/netslider.git"
},
"bugs": {
"url": "https://github.com/anishmprasad/netslider/issues"
},
"dependencies": {
"classnames": "^2.2.6",
"react": "^16.8.6",
"react-addons-css-transition-group": "^15.6.2",
"react-addons-transition-group": "^15.6.2",
"react-dom": "^16.8.6"
},
"devDependencies": {
"@babel/plugin-proposal-class-properties": "^7.5.5",
"babel-cli": "6.26.0",
"babel-plugin-css-modules-transform": "^1.6.2",
"babel-plugin-external-helpers": "6.22.0",
"babel-preset-es2015": "6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"babelrc-rollup": "3.0.0",
"webpack-cli": "^3.3.6",
"clean-webpack-plugin": "^3.0.0",
"extract-text-webpack-plugin": "^3.0.2",
"@babel/core": "^7.5.5",
"babel-preset-latest": "^6.24.1",
"babel-preset-stage-1": "^6.24.1",
"postcss-modules": "^1.4.1",
"prop-types": "^15.7.2"
},
"peerDependencies": {
"classnames": "^2.2.6",
"react": "^16.8.6",
"react-addons-css-transition-group": "^15.6.2",
"react-addons-transition-group": "^15.6.2",
"react-dom": "^16.8.6",
"lodash": "^4.17.14",
"prop-types": "^15.7.2"
},
"keywords": [
"react",
"slider",
"animated-slider",
"carousel",
"netflix-slider",
"netflix"
],
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}