-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.72 KB
/
package.json
File metadata and controls
63 lines (63 loc) · 1.72 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "@brightchain/brightpass-react-components",
"version": "0.29.25",
"description": "BrightPass React UI components for BrightChain password manager",
"main": "src/index.ts",
"types": "src/index.ts",
"files": [
"src",
"README.md"
],
"repository": {
"type": "git",
"url": "https://github.com/Digital-Defiance/BrightChain.git",
"directory": "brightpass-react-components"
},
"homepage": "https://github.com/Digital-Defiance/BrightChain#readme",
"bugs": {
"url": "https://github.com/Digital-Defiance/BrightChain/issues"
},
"keywords": [
"brightchain",
"brightpass",
"password-manager",
"react",
"components"
],
"author": "Digital Defiance",
"license": "MIT",
"peerDependencies": {
"@brightchain/brightchain-lib": "*",
"@digitaldefiance/express-suite-react-components": "4.26.13",
"@digitaldefiance/i18n-lib": "4.7.3",
"@mui/icons-material": "*",
"@mui/material": "*",
"axios": "*",
"formik": "^2.4.6",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-router-dom": "^6.0.0",
"yup": "^1.0.0"
},
"dependencies": {
"@awesome.me/kit-a20d532681": "^1.0.23"
},
"scripts": {
"build": "npx nx build brightpass-react-components",
"test": "npx nx test brightpass-react-components",
"lint": "npx nx lint brightpass-react-components"
},
"devDependencies": {
"@digitaldefiance/express-suite-react-components": "4.26.13",
"@mui/icons-material": "^7.3.9",
"@mui/material": "^7.3.9",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"axios": "^1.14.0",
"formik": "^2.4.9",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"react-router-dom": "^7.14.0",
"yup": "^1.7.1"
}
}