-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.67 KB
/
package.json
File metadata and controls
58 lines (58 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
{
"name": "interface",
"version": "1.4.3",
"description": "iCKB Web DApp",
"author": "phroi",
"license": "MIT",
"private": false,
"homepage": "https://github.com/ickb/interface",
"repository": {
"type": "git",
"url": "git://github.com/ickb/interface.git"
},
"type": "module",
"scripts": {
"dev": "vite",
"build": "bash ../../fork-scripts/tsgo-filter.sh && vite build",
"preview": "vite preview",
"lint": "eslint ./src",
"clean": "rm -fr dist",
"clean:deep": "rm -fr dist node_modules"
},
"devDependencies": {
"@babel/preset-react": "^7.27.1",
"@eslint/js": "^9.38.0",
"@tailwindcss/vite": "^4.1.14",
"@types/node": "^22.18.11",
"@types/react": "^19.2.2",
"@types/react-dom": "^19.2.2",
"@vitejs/plugin-basic-ssl": "^1.2.0",
"@vitejs/plugin-react": "^4.7.0",
"babel-plugin-react-compiler": "latest",
"eslint": "^9.38.0",
"eslint-plugin-react-compiler": "latest",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.24",
"prettier": "^3.6.2",
"prettier-plugin-tailwindcss": "^0.6.14",
"tailwindcss": "^4.1.14",
"typescript": "^5.9.3",
"typescript-eslint": "^8.46.1",
"vite": "^6.4.0"
},
"dependencies": {
"@ckb-ccc/ccc": "^1.1.21",
"@ckb-lumos/base": "^0.23.0",
"@ckb-lumos/codec": "^0.23.0",
"@ckb-lumos/common-scripts": "^0.23.0",
"@ckb-lumos/config-manager": "^0.23.0",
"@ckb-lumos/helpers": "^0.23.0",
"@ckb-lumos/rpc": "^0.23.0",
"@ickb/lumos-utils": "1.4.2",
"@ickb/v1-core": "1.4.2",
"@tanstack/react-query": "^5.90.5",
"immutable": "^4.3.7",
"react": "^19.2.0",
"react-dom": "^19.2.0"
}
}