-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
184 lines (184 loc) · 5.21 KB
/
package.json
File metadata and controls
184 lines (184 loc) · 5.21 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
{
"name": "@starknet/react-native-sdk",
"version": "0.1.0",
"description": "Comprehensive React Native SDK for Starknet - enabling mobile dApps with account abstraction, biometric authentication, and seamless wallet integration",
"main": "lib/commonjs/index.js",
"module": "lib/module/index.js",
"types": "lib/typescript/index.d.ts",
"react-native": "src/index.ts",
"source": "src/index.ts",
"files": [
"src",
"lib",
"android",
"ios",
"cpp",
"*.podspec",
"!**/__tests__",
"!**/__fixtures__",
"!**/__mocks__",
"!**/.*"
],
"scripts": {
"bootstrap": "yarn example && yarn install",
"build": "bob build",
"clean": "del-cli lib",
"prepare": "bob build",
"release": "release-it",
"example": "yarn workspace starknet-react-native-sdk-example",
"typecheck": "tsc --noEmit",
"lint": "eslint \"**/*.{js,ts,tsx}\"",
"lint:fix": "eslint \"**/*.{js,ts,tsx}\" --fix",
"format": "prettier --write \"**/*.{js,ts,tsx,json,md}\"",
"pods": "cd example && pod-install --quiet",
"dev:android": "yarn example android",
"dev:ios": "yarn example ios",
"docs:generate": "typedoc --options typedoc.json",
"docs:dev": "cd docs && yarn start",
"docs:build": "cd docs && yarn build",
"docs:serve": "cd docs && yarn serve",
"precommit": "yarn typecheck && yarn lint",
"validate": "yarn typecheck && yarn lint && yarn build",
"audit:prod": "yarn npm audit --all --environment production",
"audit:all": "yarn npm audit --all",
"audit:comprehensive": "yarn npm audit --all --severity moderate",
"audit:json": "yarn npm audit --all --json",
"security:check": "yarn audit:prod && yarn audit:all"
},
"keywords": [
"starknet",
"react-native",
"blockchain",
"crypto",
"wallet",
"dapp",
"account-abstraction",
"biometric",
"paymaster",
"ethereum",
"layer2"
],
"repository": {
"type": "git",
"url": "git+https://github.com/starknet-community/starknet-react-native-sdk.git"
},
"author": "Starknet Community",
"license": "MIT",
"bugs": {
"url": "https://github.com/starknet-community/starknet-react-native-sdk/issues"
},
"homepage": "https://github.com/starknet-community/starknet-react-native-sdk#readme",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"dependencies": {
"@docusaurus/faster": "^3.8.0",
"@noble/curves": "^1.9.2",
"@scure/base": "~1.1.3",
"@scure/starknet": "^1.1.2",
"@starknet-io/starknet-types-07": "npm:@starknet-io/types-js@^0.7.10",
"@starknet-io/starknet-types-08": "npm:@starknet-io/types-js@^0.8.4",
"@walletconnect/types": "^2.13.0",
"@walletconnect/utils": "^2.13.0",
"@walletconnect/web3wallet": "^1.12.0",
"chalk": "^4.1.2",
"lossless-json": "^4.1.1",
"pako": "^2.1.0",
"react-native-biometrics": "^3.0.1",
"react-native-get-random-values": "^1.11.0",
"react-native-keychain": "^8.2.0",
"starknet": "^6.11.0",
"zustand": "^4.4.7"
},
"devDependencies": {
"@babel/core": "^7.24.0",
"@babel/preset-env": "^7.24.0",
"@babel/preset-flow": "^7.24.0",
"@babel/preset-react": "^7.24.0",
"@babel/preset-typescript": "^7.24.0",
"@commitlint/config-conventional": "^17.0.2",
"@evilmartians/lefthook": "^1.5.0",
"@react-native/eslint-config": "^0.73.1",
"@release-it/conventional-changelog": "^5.0.0",
"@types/pako": "^2.0.3",
"@types/react": "~18.2.14",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"babel-plugin-module-resolver": "^5.0.2",
"commitlint": "^17.0.2",
"del-cli": "^5.1.0",
"eslint": "^8.4.1",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"prettier": "^2.0.5",
"react": "18.2.0",
"react-native": "0.73.6",
"react-native-builder-bob": "^0.20.0",
"release-it": "^15.0.0",
"typedoc": "^0.26.0",
"typedoc-plugin-markdown": "^4.2.0",
"typescript": "5.0.4"
},
"peerDependencies": {
"react": "*",
"react-native": "*"
},
"workspaces": [
"example",
"docs"
],
"packageManager": "yarn@3.6.1",
"engines": {
"node": ">=18.0.0 <=22.x"
},
"resolutions": {
"onetime": "^5.1.2",
"restore-cursor": "^3.1.0",
"cli-cursor": "^3.1.0",
"string-width": "^4.2.3",
"ansi-align": "^3.0.1",
"chalk": "^4.1.2",
"@noble/curves": "~1.4.0",
"@scure/base": "~1.1.3",
"@noble/hashes": "^1.4.0"
},
"codegenConfig": {
"name": "RNStarknetSdkSpec",
"type": "modules",
"jsSrcsDir": "src"
},
"react-native-builder-bob": {
"source": "src",
"output": "lib",
"targets": [
"commonjs",
"module",
"typescript"
]
},
"release-it": {
"git": {
"commitMessage": "chore: release v${version}",
"requireCleanWorkingDir": true,
"requireUpstream": true,
"tagName": "v${version}"
},
"github": {
"release": true,
"releaseName": "Release v${version}",
"assets": [
"*.tgz"
]
},
"npm": {
"publish": true,
"publishPath": "."
},
"plugins": {
"@release-it/conventional-changelog": {
"preset": "angular",
"infile": "CHANGELOG.md"
}
}
}
}