-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 866 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 866 Bytes
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
{
"name": "@rational/dnd",
"version": "0.3.0-beta.8",
"description": "Flexible and magical drag-and-drop for React",
"main": "lib/index.js",
"module": "lib/index.js",
"sideEffects": false,
"scripts": {
"build": "rimraf ./lib && tsc",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "Zhongliang Wang",
"license": "MIT",
"devDependencies": {
"@ianvs/prettier-plugin-sort-imports": "^4.1.1",
"@types/react": "^18.2.45",
"eslint": "^8.56.0",
"eslint-plugin-rational-studio": "^0.21.0",
"prettier": "^3.1.1",
"react": "^18.2.0",
"rimraf": "^5.0.5",
"typescript": "^5.3.3",
"zustand": "^4.4.7"
},
"peerDependencies": {
"react": "^18.0.0",
"react-dom": "^18.0.0",
"zustand": "^4.0.0"
},
"dependencies": {
"@rational/portal": "1.0.0-beta.3"
}
}