-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 1.93 KB
/
package.json
File metadata and controls
64 lines (64 loc) · 1.93 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
64
{
"name": "@brightchain/brightmail-react-components",
"version": "0.29.27",
"description": "BrightMail React UI components for BrightChain email interface",
"main": "src/index.ts",
"types": "src/index.ts",
"files": [
"src",
"README.md"
],
"repository": {
"type": "git",
"url": "https://github.com/Digital-Defiance/BrightChain.git",
"directory": "brightmail-react-components"
},
"homepage": "https://github.com/Digital-Defiance/BrightChain#readme",
"bugs": {
"url": "https://github.com/Digital-Defiance/BrightChain/issues"
},
"keywords": [
"brightchain",
"brightmail",
"email",
"react",
"components"
],
"author": "Digital Defiance",
"license": "MIT",
"peerDependencies": {
"@brightchain/brightchain-lib": "*",
"@brightchain/brightmail-lib": "*",
"@digitaldefiance/express-suite-react-components": "4.26.13",
"@mui/icons-material": "*",
"@mui/material": "*",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-router-dom": "^6.0.0"
},
"dependencies": {
"@awesome.me/kit-a20d532681": "^1.0.23"
},
"scripts": {
"build": "npx nx build brightmail-react-components",
"test": "npx nx test brightmail-react-components",
"lint": "npx nx lint brightmail-react-components",
"build:dev": "npx nx build brightmail-react-components --configuration=development",
"build:prod": "npx nx build brightmail-react-components --configuration=production"
},
"devDependencies": {
"@digitaldefiance/express-suite-react-components": "4.26.13",
"@mui/icons-material": "^7.3.9",
"@mui/material": "^7.3.9",
"@tiptap/extension-link": "^3.22.2",
"@tiptap/extension-underline": "^3.22.2",
"@tiptap/react": "^3.22.2",
"@tiptap/starter-kit": "^3.22.2",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"axios": "^1.14.0",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"react-router-dom": "^7.14.0"
}
}