forked from EvanBacon/pillar-valley
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·83 lines (83 loc) · 2.63 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
{
"name": "pillar-valley",
"author": "Evan Bacon",
"private": true,
"main": "expo-router/entry",
"scripts": {
"metadata": "eas metadata:push",
"test": "node_modules/.bin/jest",
"lint": "eslint --ignore-path .gitignore .",
"lint:fix": "eslint --ignore-path .gitignore . --fix",
"prettier": "prettier --write '*.js'",
"format-code": "yarn run prettier && yarn run lint:fix",
"licenses": "npm-license-crawler --onlyDirectDependencies --dependencies --json src/constants/Licenses.json",
"prepublish:web": "expo export -p web",
"publish:web": "netlify deploy --dir dist --prod",
"start": "expo start --dev-client",
"android": "expo run:android",
"ios": "expo run:ios",
"prepare": "npx patch-package"
},
"jest": {
"preset": "jest-expo"
},
"dependencies": {
"@config-plugins/apple-settings": "^0.0.5",
"@config-plugins/react-native-dynamic-app-icon": "^6.0.0",
"@expo/react-native-action-sheet": "^3.12.0",
"@expo/vector-icons": "^13.0.0",
"@react-native-async-storage/async-storage": "1.18.2",
"eslint-plugin-bacon": "^0.0.3",
"expo": "^49.0.6",
"expo-application": "^5.3.0",
"expo-av": "~13.4.1",
"expo-blur": "~12.4.1",
"expo-constants": "~14.4.2",
"expo-device": "~5.4.0",
"expo-firebase-analytics": "~7.1.1",
"expo-gl": "~13.0.1",
"expo-haptics": "~12.4.0",
"expo-linking": "~5.0.2",
"expo-router": "^2.0.5",
"expo-sensors": "~12.3.0",
"expo-splash-screen": "~0.20.5",
"expo-status-bar": "~1.6.0",
"expo-store-review": "~6.4.0",
"expo-system-ui": "~2.4.0",
"expo-three": "^6.1.0",
"expo-updates": "~0.18.11",
"firebase": "^9.4.1",
"gsap": "^2.0.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.72.3",
"react-native-animatable": "^1.3.3",
"react-native-gesture-handler": "~2.12.0",
"react-native-reanimated": "~3.3.0",
"react-native-safe-area-context": "4.6.3",
"react-native-screens": "~3.22.0",
"react-native-svg": "13.9.0",
"react-native-web": "~0.19.6",
"three": "^0.134.0",
"zustand": "^4.3.8",
"@bacons/xcode": "^1.0.0-alpha.6",
"@expo/plist": "^0.0.20",
"@react-native/normalize-color": "^2.1.0",
"ts-node": "^10.9.1",
"typescript": "^5.1.3",
"@types/fs-extra": "^11.0.1",
"fs-extra": "^11.1.1",
"glob": "^10.3.4"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@types/gsap": "^1.20.2",
"@types/three": "^0.143.1",
"babel-eslint": "10.0.3",
"eslint": "^8.41.0",
"eslint-config-universe": "^11.2.0",
"npm-license-crawler": "^0.2.1",
"prettier": "^2.8.8"
},
"version": "1.0.0"
}