-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
69 lines (69 loc) · 1.84 KB
/
package.json
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
{
"name": "@web-of-trust/ui",
"version": "1.0.5",
"description": "Web of Trust UI Components Library",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"types": "dist/index.d.ts",
"files": [
"dist",
"README.md"
],
"scripts": {
"build": "rollup -c",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
},
"publishConfig": {
"access": "public"
},
"keywords": [
"mui",
"react",
"library",
"web-of-trust",
"web-of-trust-ui",
"claims",
"recommendations"
],
"author": "Linked Trust",
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/Cooperation-org/web-of-trust-ui.git"
},
"homepage": "https://github.com/Cooperation-org/web-of-trust-ui#readme",
"devDependencies": {
"@chromatic-com/storybook": "^3.2.3",
"@rollup/plugin-commonjs": "^28.0.2",
"@rollup/plugin-node-resolve": "^16.0.0",
"@rollup/plugin-typescript": "^12.1.2",
"@storybook/addon-essentials": "^8.4.7",
"@storybook/addon-interactions": "^8.4.7",
"@storybook/addon-onboarding": "^8.4.7",
"@storybook/addon-webpack5-compiler-swc": "^1.0.5",
"@storybook/blocks": "^8.4.7",
"@storybook/react": "^8.4.7",
"@storybook/react-webpack5": "^8.4.7",
"@storybook/test": "^8.4.7",
"react-dom": "^18.3.1",
"rollup": "^2.79.2",
"rollup-plugin-terser": "^7.0.2",
"storybook": "^8.4.7",
"typescript": "^5.7.2"
},
"dependencies": {
"@emotion/react": "^11.0.0",
"@emotion/styled": "^11.0.0",
"@mui/icons-material": "^6.3.0",
"@mui/material": "^5.0.0 || ^6.0.0",
"react": "^17.0.0 || ^18.0.0",
"tslib": "^2.8.1"
},
"peerDependencies": {
"@emotion/react": "^11.0.0",
"@emotion/styled": "^11.0.0",
"@mui/material": "^5.0.0 || ^6.0.0",
"react": "^17.0.0 || ^18.0.0"
}
}