-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.72 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
{
"devDependencies": {
"@types/jest": "^29.5.3",
"esm": "^3.2.25",
"jest": "^29.6.2",
"ts-jest": "^29.1.1"
},
"name": "react-helpers-and-hooks",
"description": "**React Helpers and Hooks** - это библиотека, предоставляющая полезные вспомогательные функции и пользовательские хуки\r для разработки приложений с использованием **React**.",
"version": "1.0.0",
"main": "index.js",
"directories": {
"lib": "lib"
},
"dependencies": {
"ansi-styles": "^4.3.0",
"axios": "^1.5.0",
"braces": "^3.0.2",
"chalk": "^4.1.2",
"ci-info": "^3.8.0",
"color-convert": "^2.0.1",
"color-name": "^1.1.4",
"diff-sequences": "^29.4.3",
"escape-string-regexp": "^2.0.0",
"expect": "^29.6.2",
"fill-range": "^7.0.1",
"graceful-fs": "^4.2.11",
"has-flag": "^4.0.0",
"is-number": "^7.0.0",
"jest-diff": "^29.6.2",
"jest-get-type": "^29.4.3",
"jest-matcher-utils": "^29.6.2",
"jest-message-util": "^29.6.2",
"jest-util": "^29.6.2",
"js-tokens": "^4.0.0",
"micromatch": "^4.0.5",
"picomatch": "^2.3.1",
"pretty-format": "^29.6.2",
"react-is": "^18.2.0",
"slash": "^3.0.0",
"stack-utils": "^2.0.6",
"supports-color": "^7.2.0",
"to-regex-range": "^5.0.1"
},
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/meVarensev/react-helpers-and-hooks.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/meVarensev/react-helpers-and-hooks/issues"
},
"homepage": "https://github.com/meVarensev/react-helpers-and-hooks#readme"
}