-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.23 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.23 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
{
"name": "vortex-experimental-mockups",
"version": "0.1.0",
"type": "module",
"packageManager": "yarn@4.11.0",
"scripts": {
"dev": "rsbuild dev --open",
"dev:local": "node scripts/dev-local.mjs",
"build": "rsbuild build",
"preview": "rsbuild preview",
"test": "RSTEST=1 rstest",
"typecheck": "tsc -p tsconfig.json --noEmit",
"prettier:check": "prettier --list-different .",
"prettier:fix": "prettier --write ."
},
"dependencies": {
"@polkadot/keyring": "^14.0.1",
"@polkadot/util": "^14.0.1",
"@polkadot/util-crypto": "^14.0.1",
"@radix-ui/react-slot": "^1.2.4",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"lucide-react": "^0.554.0",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"react-router": "^7.9.6",
"tailwind-merge": "^3.4.0",
"tw-animate-css": "^1.4.0",
"zod": "^4.2.1"
},
"devDependencies": {
"@rsbuild/core": "^1.6.6",
"@rsbuild/plugin-react": "^1.4.2",
"@rstest/core": "^0.7.9",
"@tailwindcss/postcss": "^4.1.17",
"@types/react": "^19.2.5",
"@types/react-dom": "^19.2.3",
"prettier": "^3.6.2",
"prettier-plugin-tailwindcss": "^0.7.1",
"tailwindcss": "^4.1.17",
"typescript": "^5.9.3"
}
}