-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.56 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.56 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
{
"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": "tsc && vite build",
"preview": "vite preview",
"lint": "eslint ./src"
},
"devDependencies": {
"@babel/preset-react": "^7.27.1",
"@eslint/js": "^9.34.0",
"@tailwindcss/vite": "^4.1.12",
"@types/node": "^22.18.0",
"@types/react": "^19.1.12",
"@types/react-dom": "^19.1.9",
"@vitejs/plugin-basic-ssl": "^1.2.0",
"@vitejs/plugin-react": "^4.7.0",
"babel-plugin-react-compiler": "latest",
"eslint": "^9.34.0",
"eslint-plugin-react-compiler": "latest",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.20",
"prettier": "^3.6.2",
"prettier-plugin-tailwindcss": "^0.6.14",
"tailwindcss": "^4.1.12",
"typescript": "^5.9.2",
"typescript-eslint": "^8.41.0",
"vite": "^6.3.5"
},
"dependencies": {
"@ckb-ccc/ccc": "^1.1.17",
"@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.85.5",
"immutable": "^4.3.7",
"react": "^19.1.1",
"react-dom": "^19.1.1"
}
}