-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
38 lines (38 loc) · 1.06 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
{
"name": "@unbound/client",
"version": "1.1.11",
"devDependencies": {
"@react-native-clipboard/clipboard": "^1.16.1",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^16.0.0",
"@rollup/plugin-replace": "^6.0.2",
"@shopify/flash-list": "^1.7.2",
"@swc/core": "^1.10.9",
"@types/bun": "^1.1.18",
"@types/node": "^22.10.7",
"@types/react": "^19.0.7",
"@typescript-eslint/eslint-plugin": "^8.21.0",
"@typescript-eslint/parser": "^8.21.0",
"@unbound-mod/hermesc": "^1.0.3",
"@unbound-mod/rollup-plugin": "^1.1.1",
"moment": "^2.30.1",
"react-native": "^0.77.0",
"react-native-gesture-handler": "^2.22.0",
"react-native-reanimated": "^3.16.7",
"react-native-screens": "^4.5.0",
"rollup": "^4.31.0",
"rollup-plugin-swc3": "^0.12.1",
"rollup-plugin-typescript-paths": "^1.5.0",
"simple-markdown": "^0.7.3",
"superagent": "^10.1.1",
"type-fest": "^4.33.0",
"typescript": "^5.7.3"
},
"scripts": {
"build": "rollup -c",
"serve": "bun run server/index.ts"
},
"dependencies": {
"react-native-svg": "^15.11.1"
}
}