-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
152 lines (152 loc) · 5.08 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
{
"name": "@roll-network/design-system",
"description": "Shared components for Roll applications",
"version": "7.0.0",
"main": "dist/web/cjs/index.js",
"module": "dist/web/esm/index.js",
"files": [
"dist"
],
"peerDependencies": {
"@roll-network/web3": "^1.0.0",
"react": "18.1.0",
"react-dom": "18.1.0",
"react-native": "0.71.5",
"react-native-fs": "^2.20.0",
"react-native-image-crop-picker": "^0.39.0",
"react-native-linear-gradient": "^2.5.6",
"react-native-safe-area-context": "^3.3.2",
"react-native-svg": "13.4.0",
"react-native-web": "^0.17.7"
},
"dependencies": {
"@floating-ui/react": "^0.24.0",
"@floating-ui/react-dom": "^2.0.0",
"@floating-ui/react-native": "^0.10.0",
"@gluestack-style/animation-plugin": "^0.1.7",
"@gluestack-style/react": "^0.1.33",
"@gluestack-ui/react": "^0.1.3",
"@legendapp/motion": "^2.2.1",
"@react-native-clipboard/clipboard": "^1.11.2",
"@storybook/builder-vite": "^7.3.2",
"@tanstack/react-table": "^8.9.9",
"@uniswap/widgets": "^2.51.2",
"boring-avatars": "^1.6.3",
"color": "^4.2.3",
"pretty-bytes": "^6.1.0",
"react-avatar-editor": "^13.0.0",
"react-native-web-linear-gradient": "^1.1.2",
"react-qr-code": "^2.0.11",
"type-fest": "^3.1.0"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@babel/runtime": "^7.19.4",
"@react-native-async-storage/async-storage": "^1.17.3",
"@react-native-community/datetimepicker": "^6.1.2",
"@react-native-community/slider": "^4.2.1",
"@roll-network/web3": "^1.0.0",
"@rollup/plugin-alias": "^3.1.9",
"@rollup/plugin-babel": "^5.3.1",
"@rollup/plugin-commonjs": "^22.0.2",
"@rollup/plugin-image": "^3.0.2",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^14.0.1",
"@rollup/plugin-typescript": "^11.0.0",
"@storybook/addon-actions": "^7.3.2",
"@storybook/addon-controls": "7.3",
"@storybook/addon-essentials": "^7.3.2",
"@storybook/addon-links": "^7.3.2",
"@storybook/addon-ondevice-actions": "^6.5.6",
"@storybook/addon-ondevice-backgrounds": "^6.5.6",
"@storybook/addon-ondevice-controls": "^6.5.6",
"@storybook/addon-ondevice-notes": "^6.5.6",
"@storybook/builder-webpack5": "^7.3.2",
"@storybook/manager-webpack5": "^6.5.16",
"@storybook/react-native": "^6.5.6",
"@storybook/react-webpack5": "^7.3.2",
"@storybook/testing-library": "^0.2.0",
"@svgr/rollup": "^6.3.1",
"@svgr/webpack": "^6.3.1",
"@swc/jest": "^0.2.23",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/jest-native": "^5.1.2",
"@testing-library/react-native": "^11.3.0",
"@tsconfig/react-native": "^2.0.2",
"@types/color": "^3.0.3",
"@types/jest": "^29.2.0",
"@types/node": "^12.0.0",
"@types/react": "^18.0.28",
"@types/react-avatar-editor": "^13.0.0",
"@types/react-dom": "^18.0.11",
"@types/react-native": "^0.71.3",
"@typescript/analyze-trace": "^0.10.1",
"babel-jest": "^29.2.1",
"babel-loader": "^8.2.4",
"babel-plugin-react-native-web": "^0.17.7",
"cross-env": "^7.0.3",
"http-browserify": "^1.7.0",
"https-browserify": "^1.0.0",
"jest": "^29.0.3",
"jotai-immer": "^0.1.0",
"metro-react-native-babel-preset": "0.72.3",
"mock-match-media": "^0.4.3",
"react": "18.1.0",
"react-dom": "18.1.0",
"react-native": "0.71.5",
"react-native-asset": "^2.1.1",
"react-native-crypto": "^2.2.0",
"react-native-fs": "^2.20.0",
"react-native-get-random-values": "^1.9.0",
"react-native-image-crop-picker": "^0.39.0",
"react-native-linear-gradient": "^2.5.6",
"react-native-randombytes": "^3.6.1",
"react-native-safe-area-context": "^3.3.2",
"react-native-svg": "13.4.0",
"react-native-svg-transformer": "^1.0.0",
"react-native-web": "^0.17.7",
"react-refresh": "^0.14.0",
"react-test-renderer": "18.1.0",
"rollup": "^2.78.1",
"rollup-plugin-copy": "^3.4.0",
"rollup-plugin-delete": "^2.0.0",
"rollup-plugin-node-externals": "^5.0.0",
"rollup-plugin-svg": "^2.0.0",
"rollup-plugin-visualizer": "^5.8.1",
"setimmediate": "^1.0.5",
"storybook": "^7.3.2",
"stream-browserify": "^3.0.0",
"typescript": "^5.1.6"
},
"scripts": {
"build": "cross-env NODE_OPTIONS=--max-old-space-size=4096 rollup -c",
"prerelease": "yarn build",
"start": "storybook dev",
"android": "react-native run-android",
"ios": "react-native run-ios",
"start:native": "react-native start",
"test": "yarn test:native && yarn test:web",
"test:native": "jest --config=./jest.config.native.js",
"test:web": "jest --config=./jest.config.web.js",
"link:assets": "react-native-asset"
},
"publishConfig": {
"access": "public"
},
"homepage": "https://github.com/roll-network/tryrolljs/tree/main/packages/design-system",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/roll-network/tryrolljs.git"
},
"engines": {
"node": ">=16"
},
"keywords": [
"components",
"design",
"system",
"react",
"native"
]
}