-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.83 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.83 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
{
"name": "questdk-plugins",
"scripts": {
"create": "pnpm build && pnpm run -r --filter=@rabbitholegg/create-plugin create",
"build": "turbo run build --filter=!@rabbitholegg/questdk-plugin-project",
"lint": "turbo run lint --filter=!@rabbitholegg/questdk-plugin-project",
"lint:fix": "turbo run lint:fix --filter=!@rabbitholegg/questdk-plugin-project",
"format": "turbo run format --filter=!@rabbitholegg/questdk-plugin-project",
"clean": "turbo run clean --filter=!@rabbitholegg/questdk-plugin-project",
"test": "turbo run test --filter=!@rabbitholegg/questdk-plugin-project",
"test:questdk": "turbo run test --filter=@rabbitholegg/questdk",
"test:ci": "turbo run test:ci --filter=!@rabbitholegg/questdk-plugin-project",
"changeset": "changeset",
"changeset:release": "turbo run build --filter=!@rabbitholegg/questdk-plugin-project && changeset publish",
"changeset:version": "changeset version && pnpm install --lockfile-only",
"publish-packages": "turbo run build test:ci --filter=!@rabbitholegg/questdk-plugin-project && pnpm changeset publish",
"nuke": "git clean -dfx && pnpm install"
},
"devDependencies": {
"@changesets/changelog-github": "0.4.8",
"@changesets/cli": "2.26.2",
"@turbo/gen": "1.10.16",
"eslint": "7.32.0",
"prettier": "2.8.8",
"turbo": "1.11.3",
"@types/node": "20.4.5",
"@vitest/coverage-v8": "0.33.0",
"rimraf": "5.0.1",
"rome": "12.1.3",
"ts-node": "10.9.1",
"typescript": "5.3.2",
"vitest": "0.33.0"
},
"dependencies": {
"@rabbitholegg/questdk": "2.0.0-alpha.35",
"viem": "2.7.9",
"axios": "1.5.0",
"zod": "3.21.4",
"react-intl": "6.6.2",
"ts-pattern": "5.0.1"
},
"pnpm": {
"overrides": {
"jsbi@>3.2.5": "3.2.5",
"viem@<2.7.9": "2.7.9"
}
},
"packageManager": "pnpm@8.15.4"
}