-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
84 lines (84 loc) · 2.65 KB
/
package.json
File metadata and controls
84 lines (84 loc) · 2.65 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"name": "@pangeacyber/react-mui-audit-log-viewer",
"version": "2.0.3",
"description": "An extension of material ui data-grid for Pangea audit log records",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "dist/index.d.ts",
"repository": "github:pangeacyber/pangea-javascript",
"author": "Pangea (https://pangea.cloud)",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"files": [
"dist"
],
"scripts": {
"storybook": "NODE_OPTIONS=--experimental-vm-modules storybook dev -p 6006",
"build-storybook": "storybook build",
"build-docs": "typedoc --plugin typedoc-plugin-rename-defaults",
"build": "NODE_ENV=production rollup -c && yarn build-docs",
"test": "jest",
"typecheck": "tsc --noEmit"
},
"devDependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@happy-dom/jest-environment": "20.8.9",
"@mui/icons-material": "^7.1.0",
"@mui/material": "^7.1.0",
"@mui/types": "^7.4.2",
"@pangeacyber/react-mui-branding": "1.0.0",
"@rollup/plugin-commonjs": "29.0.2",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^15.3.1",
"@rollup/plugin-replace": "^6.0.3",
"@rollup/plugin-terser": "^1.0.0",
"@rollup/plugin-typescript": "^12.3.0",
"@storybook/addon-links": "10.3.3",
"@storybook/react-vite": "10.3.3",
"@testing-library/jest-dom": "6.9.1",
"@testing-library/react": "12.1.5",
"@types/crypto-js": "^4.2.2",
"@types/diff": "^7.0.2",
"@types/jest": "^30.0.0",
"@types/lodash": "^4.17.24",
"@types/react": "17.0.91",
"@types/react-beautiful-dnd": "^13.1.8",
"@types/react-dom": "17.0.26",
"@vitejs/plugin-react": "6.0.1",
"jest": "^30.3.0",
"postcss": "^8.5.8",
"react": "17.0.2",
"react-dom": "17.0.2",
"rollup": "4.60.0",
"rollup-plugin-dts": "6.4.1",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-polyfill-node": "^0.13.0",
"rollup-plugin-postcss": "^4.0.2",
"storybook": "10.3.3",
"ts-jest": "^29.4.6",
"typedoc": "^0.28.18",
"typedoc-plugin-rename-defaults": "^0.7.3",
"typescript": "^5.9.3",
"vite": "8.0.3"
},
"dependencies": {
"@pangeacyber/react-mui-shared": "2.0.3",
"crypto-js": "^4.2.0",
"diff": "^5.2.2",
"lodash": "^4.17.23",
"merkle-tools": "^1.4.1",
"react-beautiful-dnd": "^13.1.1"
},
"peerDependencies": {
"@emotion/react": "^11.10.4",
"@emotion/styled": "^11.10.4",
"@mui/icons-material": "^7.0.0",
"@mui/material": "^7.0.0",
"react": "^17.0.0 || ^18.0.0",
"react-dom": "^17.0.0 || ^18.0.0"
},
"packageManager": "yarn@4.13.0"
}