-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
73 lines (73 loc) · 1.82 KB
/
package.json
File metadata and controls
73 lines (73 loc) · 1.82 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
72
73
{
"name": "react-drag-mobile-drawer",
"private": false,
"version": "1.1.6",
"type": "module",
"main": "dist/main.js",
"files": [
"dist"
],
"typings": "./dist/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.0.0"
}
},
"peerDependencies": {
"react": "^18.0.0 || ^19.0.0",
"react-dom": "^18.0.0 || ^19.0.0"
},
"dependencies": {
"lodash.debounce": "^4.0.8",
"motion": "^12.4.11",
"react-intersection-observer": "^9.15.1",
"react-motion": "^0.5.2"
},
"devDependencies": {
"@emotion/css": "^11.13.5",
"@types/react": "^19.0.10",
"@types/react-dom": "^19.0.4",
"@vitejs/plugin-react": "^4.3.4",
"eslint": "^9.21.0",
"eslint-plugin-react": "^7.37.4",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-react-refresh": "^0.4.19",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"vite": "^6.1.1",
"vite-plugin-css-injected-by-js": "^3.5.2",
"vite-plugin-static-copy": "^2.3.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"
]
}