-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
141 lines (141 loc) · 5.17 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
{
"name": "up",
"version": "99.9.9",
"private": true,
"scripts": {
"prepare": "husky install",
"prestart": "yarn update-stories",
"postinstall": "patch-package",
"typegen": "xstate typegen src/stores/machines",
"start": "react-native start",
"start:native": "yarn start",
"start:web": "rspack serve --mode=development --config react-native-web.config.js",
"start:storybook:native": "STORYBOOK=1 yarn start",
"start:storybook:web": "storybook dev --port 6006",
"build:android": "react-native run-android",
"build:ios": "react-native run-ios --scheme UpDebug",
"build:web": "rspack --config react-native-web.config.js && rspack --config service-worker.config.js",
"build:storybook:web": "storybook build --output-dir public",
"release": "./scripts/release.sh",
"pod:install": "cd ios && pod install",
"gradle:clean": "cd android && ./gradlew clean",
"test": "jest",
"lint": "eslint .",
"update-stories": "sb-rn-get-stories --config-path .ondevice",
"storybook-watcher": "sb-rn-watcher --config-path .ondevice",
"purge-git-release": "./scripts/purge-git-release.sh"
},
"dependencies": {
"@react-native-async-storage/async-storage": "^1.18.1",
"@react-native-community/datetimepicker": "^7.1.0",
"@react-native-community/push-notification-ios": "^1.11.0",
"@react-native-community/slider": "^4.4.2",
"@react-navigation/bottom-tabs": "^6.5.7",
"@react-navigation/native": "^6.1.6",
"@react-navigation/stack": "^6.3.16",
"@sentry/react": "^7.51.2",
"@sentry/react-native": "^5.4.2",
"@xstate/react": "^3.2.1",
"bxd": "^1.0.0",
"color": "^4.2.3",
"crypto-js": "^4.1.1",
"dayjs": "^1.11.7",
"dedent": "^0.7.0",
"dripsy": "^4.1.0",
"i18next": "^22.4.15",
"moti": "^0.25.1",
"node-self": "^1.0.2",
"react": "18.2.0",
"react-dom": "^18.2.0",
"react-i18next": "^12.2.2",
"react-native": "^0.72.0-rc.2",
"react-native-document-picker": "^8.2.0",
"react-native-fs": "^2.20.0",
"react-native-gesture-handler": "^2.9.0",
"react-native-get-random-values": "^1.8.0",
"react-native-haptic-feedback": "^2.0.3",
"react-native-localize": "^2.2.6",
"react-native-modal-datetime-picker": "^15.0.1",
"react-native-push-notification": "^8.1.1",
"react-native-reanimated": "^3.1.0",
"react-native-reanimated-carousel": "^3.3.2",
"react-native-safe-area-context": "^4.5.1",
"react-native-screens": "^3.20.0",
"react-native-share": "^8.2.2",
"react-native-sqlite-storage": "^6.0.1",
"react-native-svg": "^13.9.0",
"react-native-web": "^0.18.12",
"react-native-webview": "^12.0.2",
"react-query": "^3.39.3",
"recoil": "^0.7.7",
"setimmediate": "^1.0.5",
"ts-pattern": "^4.3.0",
"workbox-routing": "^6.5.4",
"workbox-strategies": "^6.5.4",
"xstate": "^4.37.1"
},
"devDependencies": {
"@babel/core": "^7.21.4",
"@babel/plugin-proposal-export-namespace-from": "^7.18.9",
"@babel/runtime": "^7.20.0",
"@faker-js/faker": "^7.6.0",
"@react-native-community/eslint-config": "^3.2.0",
"@react-native/eslint-config": "^0.73.0",
"@react-native/metro-config": "^0.73.0",
"@rspack/cli": "^0.1.10",
"@sentry/cli": "^2.17.5",
"@storybook/addon-actions": "^7.0.7",
"@storybook/addon-actions-legacy": "npm:@storybook/addon-actions@^6.5.14",
"@storybook/addon-controls": "^7.0.7",
"@storybook/addon-essentials": "^7.0.7",
"@storybook/addon-links": "^7.0.7",
"@storybook/addon-ondevice-actions": "^6.5.3",
"@storybook/addon-ondevice-backgrounds": "^6.5.3",
"@storybook/addon-ondevice-controls": "^6.5.3",
"@storybook/addon-ondevice-notes": "^6.5.3",
"@storybook/addon-react-native-web": "^0.0.20",
"@storybook/cli": "^7.0.7",
"@storybook/react": "^7.0.7",
"@storybook/react-native": "^6.5.3",
"@storybook/react-webpack5": "^7.0.7",
"@svgr/webpack": "^7.0.0",
"@testing-library/jest-native": "^5.3.0",
"@testing-library/react-native": "^12.0.1",
"@tsconfig/react-native": "^3.0.0",
"@types/color": "^3.0.3",
"@types/crypto-js": "^4.1.1",
"@types/dedent": "^0.7.0",
"@types/jest": "^29.5.1",
"@types/metro-config": "^0.76.2",
"@types/react": "^18.2.0",
"@types/react-native": "^0.71.6",
"@types/react-native-push-notification": "^8.1.1",
"@types/react-native-sqlite-storage": "^6.0.0",
"@types/react-test-renderer": "^18.0.0",
"@vercel/style-guide": "^4.0.2",
"@xstate/cli": "^0.4.2",
"babel-jest": "^29.2.1",
"babel-loader": "9.1.2",
"babel-plugin-module-resolver": "^5.0.0",
"dotenv": "^16.0.3",
"eslint": "^8.39.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react-native-a11y": "^3.3.0",
"eslint-plugin-storybook": "^0.6.11",
"husky": "^8.0.0",
"jest": "^29.2.1",
"metro-react-native-babel-preset": "^0.76.3",
"patch-package": "^7.0.0",
"prettier": "^2.8.8",
"react-native-dotenv": "^3.4.8",
"react-test-renderer": "^18.2.0",
"storybook": "^7.0.7",
"ts-node": "^10.9.1",
"typescript": "^5.0.4",
"workbox-cli": "^6.5.4"
},
"engines": {
"node": ">=16"
},
"prettier": "@vercel/style-guide/prettier"
}