-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
67 lines (67 loc) · 1.98 KB
/
package.json
File metadata and controls
67 lines (67 loc) · 1.98 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
{
"name": "@sifchain/ui",
"version": "1.0.1",
"description": "Sifchain UI component library and utilities",
"main": "./src/index.tsx",
"files": [
"src",
"assets",
"typings",
"tailwind.config.preset.js"
],
"scripts": {
"storybook": "start-storybook -p 6006 --no-open",
"build-storybook": "build-storybook",
"codegen:component": "node ./scripts/codegen.mjs component --",
"svgr": "svgr ./assets/icons",
"compile": "pnpm tsc --noEmit"
},
"dependencies": {
"@floating-ui/react-dom": "^1.0.0",
"@floating-ui/react-dom-interactions": "^0.10.3",
"@headlessui/react": "^1.7.4",
"@heroicons/react": "2.0.13",
"clsx": "^1.2.1",
"lodash.debounce": "^4.0.8",
"lodash.throttle": "^4.1.1",
"rambda": "^7.3.0",
"react-jazzicon": "^1.0.4",
"react-toastify": "^9.1.1",
"walletconnect-qrcode-modal": "^0.7.28",
"zustand": "4.1.4"
},
"peerDependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@babel/core": "^7.20.2",
"@storybook/addon-actions": "^6.5.13",
"@storybook/addon-essentials": "^6.5.13",
"@storybook/addon-interactions": "^6.5.13",
"@storybook/addon-links": "^6.5.13",
"@storybook/addon-postcss": "^2.0.0",
"@storybook/addons": "^6.5.13",
"@storybook/react": "^6.5.13",
"@storybook/testing-library": "^0.0.11",
"@storybook/theming": "^6.5.13",
"@svgr/cli": "^6.5.1",
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/typography": "^0.5.7",
"@types/lodash.debounce": "^4.0.7",
"@types/lodash.throttle": "^4.1.7",
"@types/ramda": "^0.28.15",
"@types/react": "^18.0.17",
"@types/react-dom": "^18.0.6",
"autoprefixer": "^10.4.13",
"babel-loader": "^9.1.0",
"commander": "^9.4.0",
"postcss": "^8.4.31",
"tailwind-styled-components": "2.1.6",
"tailwindcss": "^3.2.4",
"tsconfig": "workspace:*",
"tsconfig-paths-webpack-plugin": "^4.0.0",
"typescript": "4.8.4",
"zx": "^7.1.1"
}
}