forked from clerk/javascript
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 1.46 KB
/
Copy pathpackage.json
File metadata and controls
66 lines (66 loc) · 1.46 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
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "@clerk/clerk-expo",
"version": "0.19.1",
"license": "MIT",
"description": "Clerk React Native/Expo library",
"keywords": [
"react",
"react-native",
"expo",
"auth",
"authentication",
"passwordless",
"session",
"jwt"
],
"author": "Clerk",
"source": "src/index.js",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "tsc -p tsconfig.build.json",
"dev": "tsc -p tsconfig.build.json --watch",
"clean": "rimraf ./dist",
"lint": "eslint ."
},
"dependencies": {
"@clerk/clerk-js": "^4.57.0",
"@clerk/clerk-react": "^4.24.2",
"base-64": "1.0.0",
"react-native-url-polyfill": "1.3.0"
},
"devDependencies": {
"@clerk/types": "^3.51.0",
"@types/base-64": "^1.0.0",
"@types/node": "^16.11.55",
"@types/react": "*",
"@types/react-dom": "*",
"expo-auth-session": "^5.0.2",
"expo-web-browser": "^12.3.2",
"tslib": "^2.3.1",
"typescript": "*"
},
"peerDependencies": {
"expo-auth-session": ">=4",
"expo-web-browser": ">=12",
"react": ">=16"
},
"engines": {
"node": ">=14"
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/clerkinc/javascript.git"
},
"bugs": {
"url": "https://github.com/clerkinc/javascript/issues"
},
"homepage": "https://clerk.com/",
"gitHead": "6f990357a7da3c5224587b4add4a626308468d27"
}