-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
134 lines (134 loc) · 4.55 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
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
{
"name": "pigeon",
"version": "0.0.1",
"description": "Pigeon",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/NagaraTech/z-message-extension.git"
},
"scripts": {
"pbjs:message": "pnpm pbjs -t static-module -w es6 --es6 src/proto/zmessage.proto -o src/proto/zmessage.ts",
"gentype:message": "protoc --plugin=./node_modules/.bin/protoc-gen-ts_proto --ts_proto_out=. --ts_proto_opt=esModuleInterop=true --ts_proto_opt=forceLong=string ./src/proto/**.proto",
"messages:extract": "lingui extract",
"messages:compile": "lingui compile",
"prejss:compile": " pnpm prejss-cli tailwind/scss/ --out-dir ./tailwind/lib/",
"messages:build": "lingui extract && lingui compile",
"tailwind:build": "pnpm prejss:compile",
"build": "pnpm messages:build && tsc --noEmit && vite build",
"build:firefox": "pnpm messages:build && lingui compile && tsc --noEmit && cross-env __FIREFOX__=true vite build",
"build:watch": "pnpm messages:build && cross-env __DEV__=true vite build -w --mode development",
"build:firefox:watch": "pnpm messages:build && cross-env __DEV__=true __FIREFOX__=true vite build -w --mode development",
"build:hmr": "pnpm messages:build && rollup --config utils/reload/rollup.config.mjs",
"wss": "node utils/reload/initReloadServer.js",
"dev": "pnpm build:hmr && (run-p wss build:watch)",
"dev:firefox": "pnpm build:hmr && (run-p wss build:firefox:watch)",
"test": "vitest",
"commitlint": "commitlint --edit",
"lint": "eslint src --ext .ts,.js,.tsx,.jsx",
"lint:fix": "pnpm lint --fix",
"prettier": "prettier . --write",
"prepare": "husky install"
},
"type": "module",
"dependencies": {
"@antv/g6": "^4.8.24",
"@antv/util": "^3.3.7",
"@chakra-ui/react": "^2.8.2",
"@emotion/cache": "^11.11.0",
"@emotion/react": "^11.11.4",
"@headlessui/react": "^1.7.18",
"@heroicons/react": "^2.1.3",
"@lingui/core": "^4.7.2",
"@lingui/macro": "^4.7.2",
"@lingui/react": "^4.7.2",
"@noble/curves": "^1.4.0",
"@noble/ed25519": "^2.1.0",
"@noble/hashes": "^1.4.0",
"@reduxjs/toolkit": "^2.2.3",
"@scure/bip32": "^1.4.0",
"@scure/bip39": "^1.3.0",
"@types/d3": "^7.4.3",
"autoprefixer": "^10.4.19",
"axios": "^1.6.8",
"bip32": "^4.0.0",
"bip39": "^3.1.0",
"bs58check": "^3.0.1",
"clsx": "^2.1.0",
"construct-style-sheets-polyfill": "3.1.0",
"copy-to-clipboard": "^3.3.3",
"d3": "^7.9.0",
"daisyui": "^4.9.0",
"ed25519-keygen": "^0.5.0",
"eventemitter3": "^5.0.1",
"file-saver": "^2.0.5",
"long": "^5.2.3",
"postcss": "^8.4.38",
"prejss-cli": "^0.3.3",
"protobufjs": "^7.2.6",
"react": "18.2.0",
"react-daisyui": "^5.0.0",
"react-dom": "18.2.0",
"react-dropzone": "^14.2.3",
"react-hook-form": "^7.51.2",
"react-redux": "^9.1.0",
"react-router-dom": "^6.22.3",
"swr": "^2.2.5",
"tailwindcss": "^3.4.3",
"tiny-secp256k1": "^2.2.3",
"ts-proto": "^1.172.0",
"vite-plugin-node-polyfills": "^0.21.0",
"webextension-polyfill": "0.10.0"
},
"devDependencies": {
"@commitlint/cli": "18.4.4",
"@commitlint/config-conventional": "18.1.0",
"@lingui/cli": "^4.7.2",
"@lingui/conf": "^4.7.2",
"@lingui/vite-plugin": "^4.7.2",
"@rollup/plugin-sucrase": "^5.0.2",
"@rollup/plugin-typescript": "11.1.6",
"@testing-library/react": "14.0.0",
"@types/chrome": "0.0.263",
"@types/node": "20.8.10",
"@types/react": "18.2.37",
"@types/react-dom": "18.2.18",
"@types/ws": "8.5.8",
"@typescript-eslint/eslint-plugin": "6.10.0",
"@typescript-eslint/parser": "6.18.1",
"@vitejs/plugin-react": "4.2.0",
"babel-plugin-macros": "^3.1.0",
"chokidar": "3.5.3",
"cross-env": "7.0.3",
"eslint": "8.56.0",
"eslint-config-airbnb-typescript": "17.1.0",
"eslint-config-prettier": "9.0.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jsx-a11y": "6.8.0",
"eslint-plugin-prettier": "5.1.3",
"eslint-plugin-react": "7.33.2",
"eslint-plugin-react-hooks": "4.6.0",
"fs-extra": "11.1.1",
"husky": "8.0.3",
"jsdom": "^22.1.0",
"lint-staged": "15.2.0",
"magic-string": "^0.30.6",
"npm-run-all": "4.1.5",
"prettier": "3.2.5",
"protobufjs-cli": "^1.1.2",
"rollup": "4.3.0",
"sass": "1.72.0",
"ts-loader": "9.5.0",
"tslib": "2.6.2",
"typescript": "5.2.2",
"vite": "5.0.12",
"vitest": "^1.2.2",
"ws": "8.14.2"
},
"lint-staged": {
"*.{js,jsx,ts,tsx}": [
"prettier --write",
"eslint --fix"
]
}
}