-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
124 lines (124 loc) · 4.36 KB
/
package.json
File metadata and controls
124 lines (124 loc) · 4.36 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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
{
"name": "quantus-block-explorer",
"version": "0.11.0",
"private": true,
"scripts": {
"dev": "vite --port 3100",
"start": "vite --port 3100",
"build": "vite build && tsc",
"test": "jest",
"storybook": "storybook dev -p 6006",
"storybook:build": "storybook build",
"storybook:serve": "http-server storybook-static --port 6006 --silent",
"serve-storybook": "run-s storybook:*",
"test-storybook:ci": "start-server-and-test serve-storybook http://127.0.0.1:6006 test-storybook",
"format": "prettier . --write",
"prepare": "husky",
"gen-assets": "svgr --template svgr-template.cjs --index-template svgr-index-template.cjs --icon --title-prop --typescript --jsx-runtime automatic --replace-attr-values currentColor=currentColor,#FFEF00=currentColor --filename-case pascal -d src/assets assets",
"gql:compile": "graphql-codegen",
"bench:graphql": "bun scripts/graphql-bench.ts"
},
"lint-staged": {
"*.{ts,js,tsx,jsx}": "npm run format"
},
"dependencies": {
"@apollo/client": "^3.13.8",
"@date-fns/utc": "^2.1.1",
"@fontsource/inter": "^5.2.6",
"@fontsource/jetbrains-mono": "^5.2.6",
"@radix-ui/react-navigation-menu": "^1.2.13",
"@radix-ui/react-popover": "^1.1.14",
"@radix-ui/react-select": "^2.2.5",
"@radix-ui/react-separator": "^1.1.7",
"@radix-ui/react-slot": "^1.2.3",
"@radix-ui/react-switch": "^1.2.5",
"@radix-ui/react-tabs": "^1.1.12",
"@subsquid/ss58-codec": "^1.2.3",
"@tanstack/react-router": "1.130.12",
"@tanstack/react-router-devtools": "1.130.12",
"@tanstack/react-table": "^8.21.3",
"@tanstack/router-plugin": "1.130.12",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"graphql": "^16.11.0",
"human-readable-checksum": "./package/human-readable-checksum-0.2.0.tgz",
"lucide-react": "^0.516.0",
"nuqs": "2.4.3",
"react": "19.1.1",
"react-dom": "19.1.1",
"sonner": "^2.0.5",
"tailwind-merge": "^3.3.1",
"tailwindcss-animate": "^1.0.7",
"usehooks-ts": "^3.1.1"
},
"devDependencies": {
"@graphql-codegen/cli": "^5.0.7",
"@graphql-codegen/client-preset": "^4.8.2",
"@graphql-typed-document-node/core": "^3.2.0",
"@storybook/addon-a11y": "^9.0.6",
"@storybook/addon-links": "^9.0.6",
"@storybook/addon-onboarding": "^9.0.6",
"@storybook/react-vite": "^9.0.6",
"@storybook/test-runner": "^0.22.1",
"@svgr/cli": "^8.1.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.3.0",
"@types/jest": "^29.5.11",
"@types/node": "^20",
"@types/react": "19.1.1",
"@types/react-dom": "19.1.1",
"@typescript-eslint/eslint-plugin": "^6.19.0",
"@typescript-eslint/parser": "^6.19.0",
"@vitejs/plugin-react": "^4.3.4",
"autoprefixer": "^10.4.21",
"cssnano": "^7.0.7",
"eslint": "^8",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^17.1.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jest": "^27.6.3",
"eslint-plugin-jest-dom": "^5.1.0",
"eslint-plugin-jest-formatting": "^3.1.0",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-playwright": "^0.22.1",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-storybook": "^9.0.6",
"eslint-plugin-tailwindcss": "^3.18.0",
"eslint-plugin-testing-library": "^6.2.0",
"eslint-plugin-unused-imports": "^3.0.0",
"http-server": "^14.1.1",
"husky": "^9.0.11",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"lint-staged": "^15.2.2",
"msw": "2.10.4",
"msw-storybook-addon": "2.0.5",
"npm-run-all": "^4.1.5",
"postcss": "^8.5.4",
"postcss-import": "^16.1.0",
"prettier": "3.2.4",
"start-server-and-test": "^2.0.3",
"storybook": "^9.0.6",
"tailwindcss": "^3.4.17",
"typescript": "^5",
"vite": "^6.3.5",
"vite-plugin-node-polyfills": "^0.24.0"
},
"msw": {
"workerDirectory": [
"public"
]
},
"trustedDependencies": [
"@swc/core",
"esbuild",
"msw",
"unrs-resolver"
],
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}