-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1006 Bytes
/
package.json
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": "geist-dapp-kit",
"private": true,
"scripts": {
"build": "turbo build",
"dev": "turbo dev",
"check": "biome check . --no-errors-on-unmatched",
"check:fix": "biome check . --write --no-errors-on-unmatched",
"prepare": "husky"
},
"pnpm": {
"overrides": {
"@noble/ed25519": "2.1.0"
}
},
"devDependencies": {
"@0no-co/graphqlsp": "^1.12.15",
"@biomejs/biome": "^1.9.4",
"@graphql-codegen/cli": "^5.0.2",
"@graphql-codegen/introspection": "^4.0.3",
"@graphql-codegen/schema-ast": "^4.1.0",
"@parcel/watcher": "^2.4.1",
"cross-env": "^7.0.3",
"husky": "^9.1.6",
"prettier": "^3.2.5",
"shadcn": "^2.1.0",
"turbo": "^2.1.2",
"typescript": "^5.7.2",
"vite-bundle-visualizer": "^1.2.1"
},
"engines": {
"node": ">=22",
"pnpm": ">=9"
},
"packageManager": "[email protected]",
"dependencies": {
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.0.1",
"@vitejs/plugin-react": "^4.3.2",
"vite": "^5.4.1",
"vitest": "^2.1.8"
}
}