-
Notifications
You must be signed in to change notification settings - Fork 39
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.28 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.28 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
{
"version": "1.0.8",
"main": "index.js",
"private": true,
"name": "@apps/gallery",
"devDependencies": {
"@babel/core": "*",
"@babel/preset-env": "^7.22.10",
"@babel/preset-react": "^7.22.5",
"@babel/preset-typescript": "7.24.7",
"@chromatic-com/storybook": "^1",
"@storybook/addon-essentials": "^8.3.0",
"@storybook/addon-interactions": "^8.3.0",
"@storybook/addon-links": "^8.3.0",
"@storybook/addon-onboarding": "^8.3.0",
"@storybook/addon-react-native-web": "^0.0.24",
"@storybook/addon-webpack5-compiler-babel": "^3.0.3",
"@storybook/blocks": "^8.3.0",
"@storybook/react": "^8.3.0",
"@storybook/react-webpack5": "^8.3.0",
"@storybook/test": "^8.3.0",
"babel-loader": "9.1.3",
"babel-plugin-react-native-web": "^0.19.7",
"babel-plugin-react-require": "^4.0.1",
"metro-react-native-babel-preset": "^0.77.0",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-native": "*",
"react-native-svg": "*",
"react-native-web": "^0.19.7",
"storybook": "^8.3.0"
},
"scripts": {
"dev:gallery": "storybook dev -p 6006",
"build:gallery": "storybook build -o out"
},
"dependencies": {
"@reown/appkit-ui-react-native": "1.2.5",
"@storybook/theming": "^8.3.0"
}
}