-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.23 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.23 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
{
"name": "rnspine",
"private": true,
"version": "1.0.0",
"workspaces": [
"packages/*",
"apps/*"
],
"scripts": {},
"devDependencies": {
"@jest/types": "29.6.3",
"@testing-library/react-native": "12.9.0",
"babel-jest": "^29.7.0",
"jest": "^29.7.0",
"jest-expo": "53.0.5",
"jest-html-reporters": "^3.1.7",
"ts-jest": "^29.2.5",
"@typescript-eslint/eslint-plugin": "^5.59.0",
"eslint-plugin-simple-import-sort": "12.1.1",
"@typescript-eslint/parser": "^5.59.0",
"eslint": "9.17.0",
"eslint-config-prettier": "9.1.0",
"eslint-config-standard": "17.1.0",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-n": "17.15.0",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-promise": "7.2.1",
"eslint-plugin-react": "7.37.2",
"eslint-plugin-react-hooks": "5.1.0",
"eslint-plugin-react-native": "4.1.0",
"eslint-plugin-jest": "^28.14.0",
"eslint-plugin-jsdoc": "^50.7.1",
"eslint-plugin-reanimated": "2.0.1",
"prettier": "3.4.2",
"typescript": "5.8.3"
},
"dependencies": {
"react-native-nitro-modules": "0.26.4",
"react-native": "0.79.5",
"react": "19.0.0"
},
"trustedDependencies": []
}