-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 1.7 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
61
62
63
64
{
"name": "@eduzz/ui-antd-hooks",
"description": "Eduzz Hooks: AntD",
"version": "1.1.4",
"keywords": [
"antd",
"react-hooks",
"hooks",
"react",
"eduzz"
],
"main": "./index.js",
"types": "./index.d.ts",
"author": "Eduzz Team",
"license": "MIT",
"private": false,
"homepage": "https://github.com/eduzz/ui-antd-hooks",
"repository": {
"type": "git",
"url": "https://github.com/eduzz/ui-antd-hooks"
},
"bugs": {
"url": "https://github.com/eduzz/ui-antd-hooks/issues"
},
"scripts": {
"clean": "git add . && git clean -fdx . -e node_modules",
"prebuild": "yarn clean && yarn lint",
"build": "yarn tsc -p tsconfig.json",
"lint": "eslint . --ext ts,tsx",
"update-deps": "yarn ncu -u"
},
"dependencies": {
"antd": "^5",
"@eduzz/ui-hooks-promises": "^1",
"@eduzz/ui-hooks-query": "^1",
"@ant-design/icons": "^5"
},
"peerDependencies": {
"antd": "^5",
"@ant-design/icons": "^5",
"@eduzz/ui-hooks-promises": "^1",
"@eduzz/ui-hooks-query": "^1"
},
"devDependencies": {
"@eduzz/eslint-config": "^1.0.2",
"@types/react": "^18.2.30",
"@types/react-dom": "^18.2.14",
"@typescript-eslint/eslint-plugin": "^6.8.0",
"@typescript-eslint/parser": "^6.8.0",
"eslint": "^8.51.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-eslint-plugin": "^5.1.1",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-prettier": "^5",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-unused-imports": "^3.0.0",
"npm-check-updates": "^16.14.6",
"prettier": "^3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"typescript": "^5.2.2"
}
}