-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.13 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.13 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
{
"name": "react-crud-hook",
"version": "0.1.12",
"description": "React crud hook - uses crud global crud manager",
"main": "dist/index.js",
"scripts": {
"build": "rm -rf ./dist && tsc",
"test": "jest --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Michiel87/react-crud-hook.git"
},
"keywords": [
"javascript",
"react",
"crud",
"hook",
"hooks",
"record-management"
],
"author": "Michiel de Vos <Michiel_87@hotmail.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/Michiel87/react-crud-hook/issues"
},
"homepage": "https://github.com/Michiel87/react-crud-hook#readme",
"devDependencies": {
"@types/jest": "^24.0.11",
"@types/node": "^11.13.7",
"@types/react": "^16.8.13",
"@types/react-dom": "^16.8.4",
"jest": "^24.7.1",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-hooks-testing-library": "^0.5.0",
"react-test-renderer": "^16.8.6",
"ts-jest": "^24.0.2",
"typescript": "^3.5.3"
},
"dependencies": {
"@types/ramda": "^0.26.19",
"lemon-curd": "^0.0.6",
"resma": "^0.0.43"
}
}