-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
69 lines (69 loc) · 2.15 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
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
{
"name": "todo-list",
"version": "1.0.0",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"start": "react-native start",
"test": "jest --config jest.config.js",
"eslint": "jest --config eslint.jest.config.js"
},
"workspaces": [
"packages/**/*"
],
"dependencies": {
"@apollo/client": "^3.10.4",
"@react-native-async-storage/async-storage": "^1.19.1",
"expo": "^51.0.12",
"expo-checkbox": "^3.0.0",
"expo-local-authentication": "^14.0.1",
"graphql": "^16.8.2",
"prop-types": "^15.8.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.74.2",
"react-native-safe-area-context": "^4.7.1",
"react-redux": "^8.1.1",
"redux": "^4.2.1",
"redux-persist": "^6.0.0",
"redux-thunk": "^2.4.2",
"reselect": "^4.1.8"
},
"devDependencies": {
"@babel/core": "^7.24.7",
"@babel/eslint-parser": "^7.24.7",
"@babel/plugin-transform-class-properties": "^7.24.7",
"@babel/plugin-transform-private-methods": "^7.24.7",
"@babel/plugin-transform-private-property-in-object": "^7.24.7",
"@babel/preset-env": "^7.24.7",
"@babel/runtime": "^7.24.7",
"@react-native/metro-config": "^0.74.84",
"@testing-library/jest-native": "^5.4.2",
"@testing-library/react-native": "^12.1.3",
"babel-jest": "^29.2.2",
"eslint": "^8.19.0",
"eslint-config-standard": "^17.1.0",
"eslint-config-standard-jsx": "^11.0.0",
"eslint-config-standard-react": "^13.0.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jest": "^27.2.2",
"eslint-plugin-n": "^16.0.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.33.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-native": "^4.0.0",
"eslint-plugin-standard": "^5.0.0",
"eslint-plugin-workspaces": "^0.9.0",
"jest": "^29.2.2",
"jest-html-reporters": "^3.1.4",
"jest-runner-eslint": "^2.1.0",
"metro-react-native-babel-preset": "^0.77.0",
"react-test-renderer": "18.2.0",
"redux-mock-store": "^1.5.4"
},
"engines": {
"node": ">=18"
},
"packageManager": "[email protected]"
}