-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.52 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
{
"name": "react-zippy-carousel",
"version": "1.0.4",
"description": "",
"main": "dist/index.js",
"module": "dist/index.es.js",
"jsnext:main": "dist/index.es.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "rollup -c",
"prepublish": "npm test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/harshq/react-zippy-carousel.git"
},
"files": [
"dist"
],
"jest": {
"preset": "ts-jest",
"testEnvironment": "node"
},
"keywords": [
"carousel",
"react-carousel",
"react-carousel-hook",
"carousel-slider",
"react-carousel-component"
],
"author": "Harshana Abeyaratne <[email protected]> (https://github.com/harshq)",
"license": "MIT",
"bugs": {
"url": "https://github.com/harshq/react-zippy-carousel/issues"
},
"homepage": "https://github.com/harshq/react-zippy-carousel#readme",
"devDependencies": {
"@types/jest": "^26.0.22",
"@types/react": "^17.0.3",
"@types/react-dom": "^17.0.3",
"@types/react-test-renderer": "^17.0.1",
"jest": "^26.6.3",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-scripts-ts": "^3.1.0",
"react-test-renderer": "^17.0.2",
"rollup": "^2.45.1",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-typescript2": "^0.30.0",
"ts-jest": "^26.5.4",
"typescript": "^4.2.4"
},
"peerDependencies": {
"react": "^17.0.3",
"react-dom": "^17.0.3"
}
}