-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 1.67 KB
/
Copy pathpackage.json
File metadata and controls
70 lines (70 loc) · 1.67 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
{
"name": "tapylet",
"displayName": "Tapylet",
"version": "0.0.1",
"description": "Tapyrus Wallet",
"author": "azuchi@chaintope.com",
"scripts": {
"dev": "plasmo dev",
"build": "plasmo build",
"package": "plasmo package",
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage"
},
"alias": {
"fs": false,
"path": false,
"tiny-secp256k1": "./node_modules/@tapylet/core/dist/lib/secp256k1-compat.js"
},
"dependencies": {
"@tapylet/core": "^0.0.3",
"@plasmohq/storage": "^1.15.0",
"i18next": "^25.8.13",
"i18next-browser-languagedetector": "^8.2.1",
"plasmo": "0.90.5",
"qrcode.react": "^4.2.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-i18next": "^16.5.4"
},
"devDependencies": {
"@babel/core": "^7.29.0",
"@babel/preset-env": "^7.29.0",
"@plasmohq/parcel-resolver": "^0.14.2",
"@types/chrome": "0.0.258",
"@types/jest": "^30.0.0",
"@types/node": "20.11.5",
"@types/react": "18.2.48",
"@types/react-dom": "18.2.18",
"autoprefixer": "^10.4.27",
"babel-jest": "^30.2.0",
"jest": "^30.2.0",
"postcss": "^8.5.10",
"prettier": "3.2.4",
"tailwindcss": "^3.4.19",
"ts-jest": "^29.4.6",
"typescript": "5.3.3"
},
"manifest": {
"host_permissions": [
"https://testnet-explorer.tapyrus.dev.chaintope.com/*",
"https://chaintope.github.io/*"
],
"permissions": [
"sidePanel"
],
"side_panel": {
"default_path": "sidepanel.html"
},
"action": {}
},
"overrides": {
"get-intrinsic": "1.2.4"
},
"pnpm": {
"overrides": {
"get-intrinsic": "1.2.4"
}
}
}