-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
67 lines (67 loc) · 2 KB
/
package.json
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
{
"name": "@brillionfi/waas-react-sdk",
"version": "1.0.23",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist",
"CHANGELOG.md"
],
"repository": {
"type": "git",
"url": "git+https://github.com/Brillionfi/wallet-infra-react-sdk.git"
},
"license": "MIT",
"scripts": {
"build": "tsc -p tsconfig.build.json && tsc-alias",
"lint": "eslint src/.",
"lint:fix": "eslint src/. --fix",
"format": "prettier --write 'src/**/*.{js,ts,json,css,md}'",
"prepare": "husky",
"generate-changelog": "semantic-release -e ./.releaserc-changelog.js"
},
"dependencies": {
"@brillionfi/quill-core": "^0.0.28",
"@brillionfi/wallet-infra-sdk": "0.15.19-ed4e2d1.0",
"@tanstack/react-query": "^5.62.2",
"@walletconnect/qrcode-modal": "^1.8.0",
"pino-pretty": "^13.0.0"
},
"peerDependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@commitlint/cli": "^19.6.0",
"@commitlint/config-conventional": "^19.6.0",
"@eslint/js": "^9.16.0",
"@ianvs/prettier-plugin-sort-imports": "^4.4.0",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/commit-analyzer": "^13.0.0",
"@semantic-release/exec": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^11.0.1",
"@semantic-release/npm": "^12.0.1",
"@semantic-release/release-notes-generator": "^14.0.1",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.0",
"@typescript-eslint/eslint-plugin": "^8.17.0",
"@typescript-eslint/parser": "^8.17.0",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^9.16.0",
"globals": "^15.13.0",
"husky": "^9.1.7",
"prettier": "^3.4.1",
"prettier-plugin-tailwindcss": "^0.6.9",
"ts-node": "^10.9.2",
"tsc-alias": "^1.8.10",
"tsconfig-paths": "^4.2.0",
"typescript": "^5.7.2",
"typescript-eslint": "^8.17.0"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}