-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.58 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.58 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": "@corbado/react",
"version": "3.2.3-alpha.0",
"description": "This package provides all the functionalities and UI components needed by developers when integration Corbado's Authentication management system in their react application",
"author": "Abdullah Shahbaz <abdullah_ghani@live.com>",
"homepage": "https://github.com/corbado/javascript#readme",
"license": "ISC",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"directories": {
"lib": "dist"
},
"files": [
"dist"
],
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/corbado/javascript.git"
},
"scripts": {
"clean": "rimraf ./dist",
"build": "webpack --config webpack.prod.js",
"build:dev": "npm run clean && tsc -b",
"lint:fix": "eslint src --ext .js,.jsx,.ts,.tsx --fix",
"lint": "eslint src --ext .js,.jsx,.ts,.tsx"
},
"bugs": {
"url": "https://github.com/corbado/javascript/issues"
},
"dependencies": {
"@corbado/shared-ui": "^3.2.3-alpha.0",
"@corbado/shared-util": "^1.0.12",
"@corbado/web-core": "^3.2.3-alpha.0",
"i18next": "23.5.1",
"i18next-browser-languagedetector": "7.1.0",
"libphonenumber-js": "^1.10.59",
"react-i18next": "13.2.2",
"react-phone-number-input": "^3.3.9"
},
"devDependencies": {
"@corbado/types": "^3.0.2",
"@types/react": "^18.2.0",
"ts-results": "^3.3.0",
"typescript": "^5.2.2"
},
"peerDependencies": {
"react": ">=18.0.0",
"react-dom": ">=18.0.0"
},
"gitHead": "c4c3ea12679f60f395ce56f05f2c028ca36fb4ee"
}