-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 753 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 753 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
{
"name": "react-native-guidekit",
"version": "1.1.1",
"description": "",
"main": "index.js",
"scripts": {
"build": "tsc"
},
"keywords": [],
"author": "진돌 <wlstjrghdud@naver.com>",
"license": "ISC",
"devDependencies": {
"@changesets/cli": "^2.29.4",
"@types/react": "^18.3.1",
"@types/react-native": "^0.73.0",
"typescript": "^5.8.3",
"react-native": "^0.76.9",
"jotai": "^2.12.5",
"react": "^18.2.0",
"react-native-svg": "^15.12.0",
"react-native-paper": "^5"
},
"peerDependencies": {
"react": "^18.2.0",
"react-native": "^0.75.0",
"react-native-svg": "^15.12.0",
"react-native-paper": "^5"
},
"repository": "git@github.com:yeojinseok/react-native-guidekit.git"
}