-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.4 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.4 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
{
"name": "@pangeacyber/react-mui-branding",
"version": "1.0.0",
"description": "Pangea wrapper around Material-UI branding theme provider",
"main": "dist/cjs/index.cjs",
"module": "dist/esm/index.mjs",
"types": "dist/types/index.d.ts",
"repository": "github:pangeacyber/pangea-javascript",
"author": "Pangea (https://pangea.cloud)",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"packageManager": "yarn@1.22.22",
"scripts": {
"build": "rollup -c"
},
"devDependencies": {
"@mui/icons-material": "^6.1.6",
"@mui/material": "^6.1.6",
"@mui/types": "^7.2.19",
"@rollup/plugin-commonjs": "29.0.2",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^15.3.1",
"@rollup/plugin-terser": "^1.0.0",
"@rollup/plugin-typescript": "12.3.0",
"@types/lodash": "4.17.24",
"@types/react": "17.0.91",
"@types/react-dom": "17.0.26",
"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",
"tslib": "2.8.1",
"typescript": "^5.9.3"
},
"peerDependencies": {
"@mui/icons-material": "^6.0.0",
"@mui/material": "^6.0.0",
"react": "^17.0.2 || ^18.2.0",
"react-dom": "^17.0.2 || ^18.2.0"
},
"dependencies": {}
}