-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.66 KB
/
Copy pathpackage.json
File metadata and controls
54 lines (54 loc) · 1.66 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
{
"name": "nota",
"version": "0.0.1",
"private": true,
"scripts": {
"postinstall": "patch-package",
"xcode": "open ios/nota.xcworkspace",
"android": "react-native run-android",
"ios": "react-native run-ios",
"start": "react-native start",
"test": "jest",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
"nuke": "rm -rf node_modules && yarn install && cd ios && rm -rf Pods && pod install && cd .."
},
"dependencies": {
"@notionhq/client": "^2.1.1",
"@reduxjs/toolkit": "^1.8.4",
"@shopify/react-native-skia": "0.1.185",
"react": "18.2.0",
"react-native": "0.71.7",
"react-native-get-random-values": "^1.8.0",
"react-native-mmkv": "^2.4.2",
"react-native-paper": "^4.12.3",
"react-native-vector-icons": "^9.2.0",
"react-redux": "^8.0.2",
"uuid": "^8.3.2"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@babel/runtime": "^7.20.0",
"@react-native-community/eslint-config": "^3.2.0",
"@testing-library/react-native": "^11.0.0",
"@types/jest": "^29.2.1",
"@types/react": "^18.0.24",
"@types/react-native": "^0.69.3",
"@types/react-test-renderer": "^18.0.0",
"@typescript-eslint/eslint-plugin": "^5.29.0",
"@typescript-eslint/parser": "^5.29.0",
"babel-jest": "^29.2.1",
"eslint": "^8.19.0",
"jest": "^29.2.1",
"metro-babel-register": "^0.71.3",
"babel-plugin-module-resolver": "^4.1.0",
"metro-react-native-babel-preset": "0.73.9",
"patch-package": "^6.4.7",
"postinstall-postinstall": "^2.1.0",
"react-test-renderer": "18.0.0",
"ts-jest": "^26.5.3",
"typescript": "4.8.4"
},
"resolutions": {
"@types/react": "^18"
}
}