-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
71 lines (71 loc) · 1.67 KB
/
package.json
File metadata and controls
71 lines (71 loc) · 1.67 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
{
"name": "carefree-carousel",
"version": "1.0.10",
"description": "A click-based carousel that you can run carefree.",
"main": "./dist/bundle.cjs.js",
"module": "./dist/bundle.es6.js",
"browser": "./dist/bundle.js",
"files": [
"dist"
],
"scripts": {
"build": "rollup -c",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/eno-d/carefree-carousel.git"
},
"keywords": [
"react",
"css",
"html",
"javascript",
"js",
"carefree",
"carousel",
"eno-d",
"customizable"
],
"author": "Eno Dhamo",
"license": "MIT",
"bugs": {
"url": "https://github.com/eno-d/carefree-carousel/issues"
},
"homepage": "https://github.com/eno-d/carefree-carousel#readme",
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@babel/core": ">=7.15.5",
"@babel/preset-env": ">=7.15.6",
"@babel/preset-react": ">=7.14.5",
"@rollup/plugin-babel": ">=5.3.0",
"@rollup/plugin-commonjs": ">=20.0.0",
"@rollup/plugin-image": ">=2.1.1",
"@rollup/plugin-node-resolve": ">=13.0.4",
"@rollup/plugin-strip": ">=2.1.0",
"babel-loader": ">=8.2.2",
"rollup": ">=2.56.3",
"rollup-plugin-postcss": ">=4.0.1",
"rollup-plugin-terser": ">=7.0.2"
},
"dependencies": {
"react-use-images": ">=1.1.5",
"prop-types": ">=15.0.0",
"react": ">=16.0.0",
"react-dom": ">=16.0.0"
}
}