-
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 2.11 KB
/
package.json
File metadata and controls
64 lines (64 loc) · 2.11 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
{
"name": "legend-photos",
"version": "0.3.0",
"private": true,
"scripts": {
"mac": "react-native run-macos",
"lint": "biome lint .",
"format": "biome format --write .",
"check": "biome check --write .",
"start": "react-native start",
"startclear": "react-native start --reset-cache",
"test": "jest",
"build": "bun scripts/build.ts",
"package": "bun scripts/package-app.ts",
"githubrelease": "bun scripts/githubRelease.ts",
"release": "bun run package && bun run githubrelease",
"legend": "npx @legendapp/kit@latest"
},
"dependencies": {
"@aptabase/react-native": "^0.3.10",
"@dr.pogodin/react-native-fs": "^2.32.0",
"@fluentui-react-native/vibrancy-view": "^0.3.0",
"@legendapp/list": "^1.0.0-beta.28",
"@legendapp/motion": "^2.4.0",
"@legendapp/state": "^3.0.0-beta.30",
"clsx": "^2.1.1",
"nativewind": "^4.1.23",
"react": "18.3.1",
"react-native": "0.76.9",
"react-native-macos": "0.76.9",
"tailwind-merge": "^3.0.2",
"tailwindcss": "^3.4.17"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/preset-env": "^7.25.3",
"@babel/runtime": "^7.25.0",
"@biomejs/biome": "^1.9.4",
"@react-native-community/cli": "15.0.1",
"@react-native-community/cli-platform-android": "15.0.1",
"@react-native-community/cli-platform-ios": "15.0.1",
"@react-native/babel-preset": "0.76.9",
"@react-native/eslint-config": "0.76.9",
"@react-native/metro-config": "0.76.9",
"@react-native/typescript-config": "0.76.9",
"@types/react": "^18.2.6",
"@types/react-test-renderer": "^18.0.0",
"babel-jest": "^29.6.3",
"babel-plugin-module-resolver": "^5.0.2",
"eslint": "^8.19.0",
"jest": "^29.6.3",
"prettier": "2.8.8",
"react-native-dotenv": "^3.4.11",
"react-test-renderer": "18.3.1",
"typescript": "5.0.4"
},
"engines": {
"node": ">=18"
},
"patchedDependencies": {
"@fluentui-react-native/vibrancy-view@0.3.0": "patches/@fluentui-react-native%2Fvibrancy-view@0.3.0.patch",
"@aptabase/react-native@0.3.10": "patches/@aptabase%2Freact-native@0.3.10.patch"
}
}