-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
71 lines (71 loc) · 1.97 KB
/
package.json
File metadata and controls
71 lines (71 loc) · 1.97 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
71
{
"name": "invarch-portal",
"type": "module",
"scripts": {
"dev": "vite",
"dev:debug": "tsx scripts/debug-server.ts",
"build": "vite build",
"preview": "vite preview",
"ladle": "ladle serve",
"lint": "eslint src",
"prepare": "papi && panda codegen"
},
"author": {
"name": "Abstracted Co",
"email": "blank@abstracted.co"
},
"contributors": [
{
"name": "Francisco \"Xico\" Valentim Castilho",
"email": "franciscoannyon@gmail.com"
},
{
"name": "Tiến Nguyễn Khắc",
"email": "tien.nguyenkhac@icloud.com"
}
],
"packageManager": "pnpm@10.6.2",
"dependencies": {
"@ark-ui/react": "^4.2.0",
"@ladle/react": "^4.1.2",
"@polkadot-api/descriptors": "file:.papi/descriptors",
"@polkadot-api/docgen": "^0.1.12",
"@reactive-dot/core": "^0.25.1",
"@reactive-dot/react": "^0.25.1",
"@reactive-dot/utils": "^0.9.0",
"@tanstack/react-router": "^1.78.3",
"dot-connect": "^0.12.0",
"dot-identicon": "^0.1.0",
"graphql-request": "^7.1.2",
"jotai": "^2.10.1",
"lucide-react": "^0.454.0",
"polkadot-api": "^1.7.0",
"qrcode.react": "^4.2.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react18-use": "^0.3.0"
},
"devDependencies": {
"@eslint/compat": "^1.2.2",
"@eslint/js": "^9.14.0",
"@pandacss/dev": "^0.47.0",
"@tanstack/router-devtools": "^1.78.3",
"@tanstack/router-plugin": "^1.78.3",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@tsconfig/strictest": "^2.0.5",
"@tsconfig/vite-react": "^3.0.2",
"@types/eslint__js": "^8.42.3",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.3.3",
"autoprefixer": "^10.4.20",
"eslint": "^9.14.0",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^5.0.0",
"postcss": "^8.4.47",
"prettier": "^3.3.3",
"typescript": "^5.6.3",
"typescript-eslint": "^8.12.2",
"vite": "^5.4.10"
}
}