-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 969 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 969 Bytes
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": "@vega-ui/rn-monorepo",
"private": true,
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "turbo test",
"build": "turbo build",
"lint": "echo 1",
"ci:version": "changeset version",
"ci:publish": "changeset publish"
},
"keywords": [],
"author": "",
"license": "MIT",
"packageManager": "pnpm@10.11.0",
"resolutions": {
"react": "19.1.0",
"react-native-renderer": "19.0.0",
"react-native-reanimated": "~4.1.1",
"@types/react": "19.1.17",
"react-native": "0.81.4",
"react-native-worklets": "0.5.1"
},
"devDependencies": {
"@changesets/cli": "^2.29.4",
"@eslint/js": "^9.28.0",
"@react-native/eslint-config": "^0.79.3",
"@types/jest": "^29.5.14",
"eslint": "^9.28.0",
"eslint-plugin-jest": "^28.13.0",
"eslint-plugin-react-hooks": "^5.2.0",
"turbo": "^2.5.4",
"typescript": "^5.9.0",
"typescript-eslint": "^8.33.1"
}
}