-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
71 lines (71 loc) · 1.71 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
{
"name": "react-drag-mobile-drawer",
"private": false,
"version": "1.0.14",
"type": "module",
"main": "dist/main.js",
"files": [
"dist",
"index.d.ts"
],
"typings": "./index.d.ts",
"scripts": {
"dev": "vite",
"dev:host": "vite --host",
"build": "vite build",
"lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"build-demo": "vite build --config vite.config.demo.js",
"publishPublic": "npm publish --access public",
"prepublishOnly": "npm run build"
},
"overrides": {
"react-motion": {
"react": "^18.2.0"
}
},
"peerDependencies": {
"react": ">=18.2.0",
"react-dom": "^18.2.0"
},
"dependencies": {
"react": ">=18.2.0",
"react-dom": "^18.2.0",
"react-intersection-observer": "^9.13.0",
"react-motion": "^0.5.2",
"vite-plugin-css-injected-by-js": "^3.5.1"
},
"devDependencies": {
"@emotion/css": "^11.11.2",
"@types/react": "^18.2.37",
"@types/react-dom": "^18.2.15",
"@vitejs/plugin-react": "^4.3.1",
"eslint": "^8.53.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.4",
"vite": "^5.0.0"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Tkaixiang/react-drag-mobile-drawer.git"
},
"homepage": "https://github.com/Tkaixiang/react-drag-mobile-drawer",
"bugs": "https://github.com/Tkaixiang/react-drag-mobile-drawer/issues",
"authors": [
"Jack Hanford"
],
"tags": [
"react",
"drawer",
"draggable",
"drag drawer"
],
"keywords": [
"react",
"react-component",
"drawer",
"draggable"
]
}