-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 1005 Bytes
/
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
{
"name": "react-cool-draggable",
"version": "0.1.4",
"author": "AlexPlex",
"description": "Drag-n-drop react library (component) for horizontal and vertical lists.",
"license": "MIT",
"main": "index.js",
"typings": "./src/index.ts",
"scripts": {
"build": "npm run build:prod",
"build:prod": "webpack --config webpack.config --env production"
},
"keywords": ["react", "drag", "dnd", "drag-n-drop", "drag and drop", "drag&drop", "smooth", "animation", "sortable", "movable"],
"devDependencies": {
"@types/react": "^18.0.24",
"@types/react-dom": "^18.0.8",
"@typescript-eslint/eslint-plugin": "^4.14.0",
"@typescript-eslint/parser": "^4.14.0",
"eslint": "^7.18.0",
"eslint-config-prettier": "^7.2.0",
"eslint-plugin-prettier": "^3.3.1",
"prettier": "^2.2.1",
"ts-loader": "9.3.1",
"typescript": "4.7.4",
"webpack": "5.73.0",
"webpack-cli": "4.10.0"
},
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0 || ^18.0.0"
}
}