-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
60 lines (60 loc) · 1.37 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
{
"name": "react-brickwall-dnd",
"version": "1.0.11",
"description": "Fancy Drag & Drop component.",
"typings": "./lib/index.d.ts",
"module": "./lib/index.js",
"scripts": {
"test": "jest --coverage",
"build": "rm -rf lib; tsc",
"lint": "tslint -c tslint.json src/**/*.ts",
"prepublish": "npm run build"
},
"author": "",
"license": "ISC",
"dependencies": {},
"files": [
"lib"
],
"peerDependencies": {
"react": "^17.0.1",
"react-dom": "^17.0.1"
},
"devDependencies": {
"@babel/core": "^7.12.10",
"@types/jest": "^26.0.23",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"jest": "^27.0.6",
"ts-loader": "^8.0.14",
"tslint": "^6.1.3",
"typescript": "^4.1.3",
"@babel/preset-typescript": "^7.12.7",
"@types/node": "^14.14.21",
"babel-loader": "^7.1.4",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.16.0",
"babel-preset-stage-0": "^6.24.1",
"css-loader": "^5.0.1",
"path": "^0.12.7",
"prop-types": "^15.6.0",
"ts-jest": "^27.0.3",
"webpack": "^4.5.0",
"webpack-cli": "^3.2.1"
},
"repository": {
"type": "git",
"url": "https://github.com/rkyslyy/react-brickwall-dnd.git"
},
"keywords": [
"dnd",
"drag",
"drag-n-drop",
"drag'n'drop",
"drag and drop",
"drop",
"dropzone",
"react",
"react dnd"
]
}