-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 1.69 KB
/
Copy pathpackage.json
File metadata and controls
66 lines (66 loc) · 1.69 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
65
66
{
"name": "@forge4flow/forge4flow-react",
"version": "0.0.5",
"description": "React components for Forge4Flow",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"/dist/**/*",
"README.md"
],
"scripts": {
"build": "webpack --mode production --config webpack.config.js",
"build-local": "npm run build && npm pack",
"prepare": "npm run build",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/forge4flow/forge4flow-react.git"
},
"keywords": [
"forge4flow",
"authentication",
"identity",
"web3",
"flow",
"iam",
"warrant",
"authorization",
"rbac",
"role based access control",
"access control",
"react"
],
"author": "Forge4Flow (https://github.com/forge4flow)",
"license": "ELv2",
"bugs": {
"url": "https://github.com/forge4flow/forge4flow-react/issues"
},
"homepage": "https://github.com/forge4flow/forge4flow-react",
"devDependencies": {
"@testing-library/react": "^13.4.0",
"@types/jest": "^29.2.5",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.0",
"@warrantdev/warrant-node": "^3.2.0",
"clean-webpack-plugin": "^4.0.0-alpha.0",
"jest": "^29.3.1",
"jest-environment-jsdom": "^29.3.1",
"ts-jest": "^29.0.4",
"ts-loader": "^9.4.2",
"typescript": "^4.9.4",
"webpack": "^5.40.0",
"webpack-cli": "^4.10.0",
"xmlhttprequest": "^1.8.0"
},
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0 || ^18.0.0",
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0"
},
"dependencies": {
"@boiseitguru/cookie-cutter": "v0.2.3",
"@forge4flow/forge4flow-js": "0.0.3",
"@mui/material": "^5.13.7"
}
}