-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.48 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
{
"name": "@eduzz/ui-hooks-rxjs",
"description": "Eduzz Hooks: RxJs",
"version": "1.0.0",
"keywords": [
"rxjs",
"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-hooks-rxjs",
"repository": {
"type": "git",
"url": "https://github.com/eduzz/ui-hooks-rxjs"
},
"bugs": {
"url": "https://github.com/eduzz/ui-hooks-rxjs/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": {
"rxjs": "^7"
},
"devDependencies": {
"@eduzz/eslint-config": "^1.0.0",
"@types/lodash-es": "^4",
"@types/react": "^18.2.14",
"@types/react-dom": "^18.2.6",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"eslint": "^8.44.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-eslint-plugin": "^5.1.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-unused-imports": "^2.0.0",
"npm-check-updates": "^16.10.15",
"prettier": "^3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"typescript": "^5.1.6"
}
}