-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.29 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.29 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
{
"name": "@geist/ddevkit",
"private": true,
"scripts": {
"build": "turbo build",
"changeset:publish": "changeset publish",
"changeset:version": "changeset version",
"dev": "turbo dev",
"dev:loose": "turbo dev --env-mode=loose",
"check": "biome check . --no-errors-on-unmatched",
"check:fix": "biome check . --write --no-errors-on-unmatched",
"prepare": "husky"
},
"pnpm": {
"overrides": {
"axios": "^1.8.4",
"ethers@5": ">=5.8.0",
"elliptic@6": ">=6.6.1",
"@noble/ed25519": "2.1.0",
"@geist/ddev": "link:packages/ddev"
}
},
"devDependencies": {
"@0no-co/graphqlsp": "^1.12.15",
"@biomejs/biome": "^1.9.4",
"@changesets/cli": "^2.29.2",
"@geist/ddev": "link:packages/ddev",
"@graphql-codegen/cli": "^5.0.2",
"@graphql-codegen/introspection": "^4.0.3",
"@graphql-codegen/schema-ast": "^4.1.0",
"@parcel/watcher": "^2.4.1",
"husky": "^9.1.6",
"prettier": "^3.2.5",
"shadcn": "2.4.0",
"turbo": "^2.1.2",
"typescript": "^5.7.2",
"vite-bundle-visualizer": "^1.2.1"
},
"engines": {
"node": ">=22",
"pnpm": ">=10"
},
"packageManager": "pnpm@10.7.1",
"dependencies": {
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.3.0",
"@vitejs/plugin-react": "^4.3.2",
"tsx": "^4.1.4",
"vite": "^5.4.1",
"vitest": "3.1.1"
}
}