forked from lidofinance/ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.29 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
{
"name": "@lidofinance/service-page",
"version": "0.0.0-semantic-release",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "dist/esm/index.d.ts",
"license": "MIT",
"homepage": "https://github.com/lidofinance/ui",
"repository": {
"type": "git",
"url": "https://github.com/lidofinance/ui.git",
"directory": "packages/service-page"
},
"bugs": {
"url": "https://github.com/lidofinance/ui/issues"
},
"keywords": [
"lido",
"lidofinance",
"styled-components",
"component",
"react-component",
"react"
],
"dependencies": {
"@lidofinance/heading": "workspace:*",
"@lidofinance/styled-system": "workspace:*",
"@lidofinance/text": "workspace:*",
"@lidofinance/theme": "workspace:*",
"@lidofinance/utils": "workspace:*"
},
"peerDependencies": {
"react": "16 || 17",
"react-dom": "16 || 17",
"react-is": "16 || 17",
"styled-components": "5"
},
"devDependencies": {
"@storybook/react": "6.3.7",
"@types/react": "17.0.19",
"@types/react-dom": "17.0.9",
"@types/react-is": "17.0.2",
"@types/styled-components": "5.1.12",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-is": "17.0.2",
"styled-components": "5.3.0"
},
"publishConfig": {
"access": "public"
}
}