-
Notifications
You must be signed in to change notification settings - Fork 77
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·95 lines (93 loc) · 3.15 KB
/
package.json
File metadata and controls
executable file
·95 lines (93 loc) · 3.15 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
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
{
"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 ./src",
"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": "eas deploy --prod",
"start": "expo start --dev-client",
"android": "expo run:android",
"ios": "expo run:ios",
"postinstall": "npx patch-package",
"app-clip-code": "AppClipCodeGenerator generate --url https://pillarvalley.expo.app --foreground 000000 --background EE7733 --output ~/documents/github/personal/pillar-valley/app-clip.svg"
},
"jest": {
"preset": "jest-expo"
},
"dependencies": {
"@bacons/apple-colors": "^0.0.8",
"@expo/react-native-action-sheet": "^4.1.0",
"@expo/vector-icons": "^14.0.2",
"expo": "^52.0.25",
"expo-application": "~6.0.2",
"expo-symbols": "~0.2.1",
"expo-device": "~7.0.2",
"expo-av": "~15.0.2",
"expo-blur": "~14.0.2",
"expo-gl": "~15.0.3",
"expo-haptics": "~14.0.1",
"expo-sensors": "~14.0.2",
"expo-store-review": "~8.0.1",
"expo-system-ui": "~4.0.7",
"expo-sqlite": "~15.0.6",
"react-native-gesture-handler": "~2.20.2",
"react-native-safe-area-context": "4.12.0",
"react-native-screens": "~4.4.0",
"react-native-svg": "15.8.0",
"react-native-webview": "13.12.5",
"react-native-animatable": "^1.3.3",
"expo-constants": "~17.0.4",
"expo-linking": "~7.0.4",
"expo-quick-actions": "^4.0.2",
"expo-router": "~4.0.16",
"expo-splash-screen": "~0.29.20",
"expo-status-bar": "~2.0.1",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-native": "0.76.6",
"react-native-web": "~0.19.13",
"three": "^0.134.0",
"zustand": "^4.3.8"
},
"resolutions": {
"@bacons/xcode": "1.0.0-alpha.24",
"wrap-ansi": "~6.0.0",
"string-width": "~4.2.0"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@bacons/apple-targets": "^0.1.17",
"@config-plugins/apple-settings": "^3.0.0",
"@expo/plist": "^0.0.20",
"@types/fs-extra": "^11.0.1",
"@types/three": "^0.143.1",
"@typescript-eslint/eslint-plugin": "^8.19.0",
"@typescript-eslint/parser": "^8.19.0",
"babel-eslint": "10.0.3",
"babel-plugin-react-compiler": "^19.0.0-beta-55955c9-20241229",
"bplist-creator": "^0.1.1",
"bplist-parser": "^0.3.2",
"eslint": "^8.41.0",
"eslint-config-universe": "^11.2.0",
"eslint-plugin-bacon": "^0.0.3",
"eslint-plugin-react-compiler": "^19.0.0-beta-55955c9-20241229",
"expo-build-properties": "~0.13.2",
"fs-extra": "^11.1.1",
"glob": "^10.3.4",
"npm-license-crawler": "^0.2.1",
"prettier": "^2.8.8",
"react-compiler-runtime": "^19.0.0-beta-55955c9-20241229",
"ts-node": "^10.9.2",
"typescript": "^5.3.0",
"eslint-config-expo": "~8.0.1"
},
"version": "1.0.0"
}