-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.62 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
{
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "concurrently \"expo start\" \"yarn watch-templates\"",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"eject": "expo eject",
"build-templates": "babel --config-file ./babel-templates.config.js templates/*.jsx -d dist/templates --out-file-extension .template",
"watch-templates": "nodemon --watch templates --ext jsx --exec yarn build-templates"
},
"dependencies": {
"@klutchcard/alloy-js": "1.4.44",
"@klutchcard/klutch-components": "0.1.89",
"@expo-google-fonts/inter": "^0.1.0",
"@expo/metro-config": "^0.1.61",
"axios": "^0.21.1",
"deep-equal": "^2.0.5",
"dotenv": "^10.0.0",
"expo": "^42.0.0",
"expo-app-loading": "^1.0.1",
"expo-asset": "~8.3.3",
"expo-file-system": "~11.1.3",
"expo-haptics": "~10.1.0",
"expo-linking": "^2.3.1",
"expo-status-bar": "~1.0.4",
"graphql-tag": "^2.12.5",
"moment": "^2.29.1",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-native": "https://github.com/expo/react-native/archive/sdk-42.0.0.tar.gz",
"react-native-svg": "12.1.1",
"react-native-web": "~0.13.12",
"react-router-native": "^5.2.0",
"victory-native": "^35.3.3"
},
"devDependencies": {
"@babel/cli": "^7.13.14",
"@babel/core": "~7.9.0",
"@babel/preset-react": "^7.13.13",
"@babel/runtime": "^7.13.10",
"@types/react": "~16.9.35",
"@types/react-native": "~0.63.2",
"concurrently": "^6.0.2",
"nodemon": "^2.0.7",
"typescript": "~4.0.0",
"wml": "^0.0.83"
},
"private": true
}