-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
40 lines (40 loc) · 1.05 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
{
"name": "actionsheet-react",
"version": "1.0.14",
"description": "🌟A lightweight and flexible action sheet component for the web",
"main": "build/index.js",
"module": "build/index.es.js",
"jsnext:main": "build/index.es.js",
"files": [
"build"
],
"dependencies": {},
"devDependencies": {
"@types/react": "^17.0.5",
"@types/react-dom": "^17.0.5",
"react-scripts-ts": "^3.1.0",
"rollup": "^2.10.5",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-peer-deps-external": "^2.2.2",
"rollup-plugin-typescript2": "^0.30.0",
"typescript": "^4.3.4"
},
"peerDependencies": {
"react": "^16.0.0",
"react-dom": "^16.0.0"
},
"scripts": {
"build": "rollup -c",
"test": "echo \"Error: no test specified\""
},
"keywords": [
"react panel",
"actionsheet",
"bottom sheet",
"slide up panel"
],
"author": "mohit23x",
"license": "ISC",
"homepage": "https://github.com/mohit23x/actionsheet-react"
}