-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
52 lines (52 loc) · 1.28 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
{
"name": "react-tapper",
"description": "Tappable and Swipeable component for React.",
"url": "https://github.com/nickeljew/react-tapper",
"homepage": "https://github.com/nickeljew/react-tapper",
"keywords": [
"tappable",
"swipeable",
"react-component",
"react"
],
"author": "Nickel Jianhui Zhu <[email protected]>",
"version": "0.1.23",
"license": "MIT",
"private": false,
"main": "lib/tappable.js",
"scripts": {},
"babel": {
"plugins": [
"@babel/plugin-transform-react-jsx"
],
"presets": [
"@babel/preset-env",
"@babel/preset-react"
]
},
"dependencies": {},
"peerDependencies": {
"prop-types": "^15.6.0",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
"devDependencies": {
"@babel/core": "^7.14.0",
"@babel/plugin-transform-react-jsx": "^7.13.12",
"@babel/preset-env": "^7.14.1",
"@babel/preset-react": "^7.13.13",
"babel-loader": "^8.2.2",
"es6-docready": "^1.0.0",
"es6-dom": "^1.1.2",
"grunt": "^1.4.0",
"grunt-babel": "^8.0.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-webpack": "^4.0.3",
"webpack": "^5.36.2",
"webpack-dev-server": "^3.11.2"
},
"repository": {
"type": "git",
"url": "https://github.com/nickeljew/react-tapper.git"
}
}