-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.17 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
{
"name": "@plusnew/dnd",
"version": "1.1.2",
"description": "library for doing drag and drop dom-less with plusnew",
"main": "src/index.tsx",
"module": "src/index.tsx",
"scripts": {
"prepublishOnly": "yarn run test --no-cache",
"test": "jest --coverage",
"test:watch": "jest --watch"
},
"keywords": [
"plusnew"
],
"repository": {
"type": "git",
"url": "git+https://github.com/plusnew/dnd.git"
},
"author": "Carlo Jeske",
"license": "MIT",
"bugs": {
"url": "https://github.com/plusnew/dnd/issues"
},
"dependencies": {},
"devDependencies": {
"@plusnew/core": "^1.1.0",
"@plusnew/driver-dom": "1.4.0",
"@plusnew/enzyme-adapter": "^1.0.0",
"@types/jest": "^26.0.0",
"@typescript-eslint/eslint-plugin": "^5.10.2",
"@typescript-eslint/parser": "^5.10.2",
"enzyme": "^3.11.0",
"eslint": "^8.8.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"jest": "^26.6.3",
"prettier": "^2.5.1",
"ts-jest": "^26.5.3",
"typescript": "^4.5.5"
}
}