-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
125 lines (125 loc) · 4.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
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
{
"name": "rings_extension",
"version": "0.4.2",
"description": "Browser Extension of rings network",
"keywords": [
"extension",
"chrome",
"firefox",
"rings",
"p2p",
"wasm"
],
"license": "GPLv3",
"packageManager": "[email protected]",
"homepage": "https://github.com/RingsNetwork/rings_ext_v2",
"repository": {
"type": "git",
"url": "https://github.com/RingsNetwork/rings_ext_v2"
},
"bugs": {
"url": "https://github.com/RingsNetwork/rings_ext_v2/issues",
"email": "[email protected]"
},
"author": "RingsNetwork",
"scripts": {
"dev": "npm run clear && cross-env NODE_ENV=development run-p dev:*",
"dev:prepare": "esno scripts/prepare.ts",
"dev:web": "vite",
"dev:js": "npm run build:js -- --mode development",
"dev:sdk": "npm run build:sdk -- --mode development",
"dev:bg": "tsup --watch ./src",
"build": "cross-env NODE_ENV=production run-s clear build:*",
"build:web": "vite build",
"build:prepare": "esno scripts/prepare.ts",
"build:js": "vite build --config vite.config.content.ts",
"build:sdk": "vite build --config vite.config.sdk.ts",
"build:bg": "tsup --config tsup.config.ts",
"pack": "cross-env NODE_ENV=production run-p pack:*",
"pack:zip": "rimraf extension.zip && jszip-cli add extension -o ./extension.zip",
"pack:crx": "crx pack extension -o ./extension.crx",
"pack:xpi": "cross-env WEB_EXT_ARTIFACTS_DIR=./ web-ext build --source-dir ./extension --filename extension.xpi --overwrite-dest",
"start:chromium": "web-ext run --source-dir ./extension --target=chromium",
"start:firefox": "web-ext run --source-dir ./extension --target=firefox-desktop",
"clear": "rimraf extension",
"lint:fix": "eslint . --fix",
"ci:publish": "pnpm changeset publish",
"ci:version": "pnpm changeset version"
},
"lint-staged": {
"**/**/*.{js,ts,tsx,vue,json}": [
"eslint --fix"
]
},
"dependencies": {
"@did-network/dapp-sdk": "^0.1.9",
"@metamask/post-message-stream": "^6.1.1",
"@metamask/providers": "^10.2.1",
"@rings/webext-template": "link:",
"@ringsnetwork/rings-node": "https://github.com/RingsNetwork/rings-node/releases/download/v0.4.2/rings-v0.4.2-wasm32-unknown-unknown.tgz",
"@unocss/reset": "^0.50.6",
"buffer": "^6.0.3",
"document-ready": "^2.0.2",
"events": "^3.3.0",
"jotai": "^2.1.0",
"jszip": "^3.10.1",
"metamask-extension-provider": "^3.0.0",
"mitt": "^3.0.0",
"process": "^0.11.10",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.12.0",
"react-router-dom": "^6.18.0",
"viem": "^0.3.21",
"vite-plugin-virtual": "^0.2.0",
"wagmi": "^1.0.2"
},
"devDependencies": {
"@changesets/cli": "^2.26.1",
"@ffflorian/jszip-cli": "^3.1.9",
"@iconify-json/eos-icons": "^1.1.6",
"@rollup/plugin-replace": "^5.0.2",
"@types/document-ready": "^2.0.0",
"@types/fs-extra": "^11.0.1",
"@types/node": "^18.15.10",
"@types/react": "^18.0.29",
"@types/react-dom": "^18.0.11",
"@types/webextension-polyfill": "^0.10.0",
"@typescript-eslint/parser": "^5.56.0",
"@vitejs/plugin-react": "^3.1.0",
"chokidar": "^3.5.3",
"cross-env": "^7.0.3",
"crx": "^5.0.1",
"eslint": "^8.36.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-simple-import-sort": "^10.0.0",
"esno": "^0.16.3",
"fs-extra": "^11.1.1",
"kolorist": "^1.7.0",
"node-stdlib-browser": "^1.2.0",
"npm-run-all": "^4.1.5",
"prettier": "^2.8.7",
"rimraf": "^4.4.1",
"rollup-plugin-copy": "^3.5.0",
"terser": "^5.16.8",
"tsup": "^6.7.0",
"typescript": "4.9.5",
"unocss": "^0.51.12",
"unplugin-auto-import": "^0.15.2",
"vite": "^4.3.5",
"vite-plugin-checker": "~0.5.6",
"vite-plugin-eslint": "^1.8.1",
"vite-plugin-node-stdlib-browser": "^0.2.1",
"web-ext": "^7.6.0",
"webext-bridge": "6.0.1",
"webextension-polyfill": "^0.10.0"
},
"pnpm": {
"overrides": {
"ethereumjs-abi": "https://codeload.github.com/ethereumjs/ethereumjs-abi/tar.gz/ee3994657fa7a427238e6ba92a84d0b529bbcde0"
}
}
}