-
Notifications
You must be signed in to change notification settings - Fork 61
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.41 KB
/
Copy pathpackage.json
File metadata and controls
47 lines (47 loc) · 1.41 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
{
"name": "@chart-kit/pro-preview",
"version": "7.0.0",
"private": true,
"main": "index",
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"skia:web": "setup-skia-web public",
"web": "npm run skia:web --silent && expo start --web",
"web:build": "npm run skia:web --silent && expo export --platform web --output-dir dist",
"typecheck": "tsc -p tsconfig.json --noEmit",
"test": "vitest run"
},
"dependencies": {
"@chart-kit/core": "7.0.0",
"@chart-kit/pro": "7.0.0",
"@chart-kit/skia-renderer": "7.0.0",
"@chart-kit/svg-renderer": "7.0.1",
"@expo/metro-config": "^54.0.0",
"@expo/vector-icons": "^15.1.1",
"@shopify/react-native-skia": "2.2.12",
"expo": "^54.0.0",
"expo-dev-client": "~6.0.21",
"expo-font": "~14.0.12",
"expo-glass-effect": "~0.1.10",
"react": "19.1.0",
"react-dom": "19.1.0",
"react-native": "0.81.5",
"react-native-chart-kit": "7.0.2",
"react-native-gesture-handler": "~2.28.0",
"react-native-reanimated": "~4.1.1",
"react-native-svg": "15.12.1",
"react-native-view-shot": "5.1.0",
"react-native-web": "0.21.0",
"react-native-worklets": "0.5.1"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@playwright/test": "^1.59.1",
"@types/node": "^25.6.0",
"@types/react": "^19.2.14",
"typescript": "^5.9.3",
"vitest": "^4.1.5"
}
}