forked from penumbra-zone/web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
74 lines (74 loc) · 3.17 KB
/
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
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
{
"name": "penumbra-web",
"private": true,
"license": "(MIT OR Apache-2.0)",
"repository": "penumbra-zone/web.git",
"packageManager": "[email protected]+sha512.f549b8a52c9d2b8536762f99c0722205efc5af913e77835dbccc3b0b0b2ca9e7dc8022b78062c17291c48e88749c70ce88eb5a74f1fa8c4bf5e18bb46c8bd83a",
"scripts": {
"all-check": "pnpm clean:vitest-mjs && pnpm install && pnpm compile && pnpm lint && pnpm lint:rust && pnpm build && pnpm test && pnpm test:rust",
"all-check:clean": "pnpm clean && pnpm clean:modules && pnpm all-check",
"buf-update": "pnpm update --latest \"@buf/*\" \"@bufbuild/*\" \"@connectrpc/*\" && pnpm syncpack fix-mismatches && pnpm install",
"build": "turbo build",
"clean": "turbo clean",
"clean:modules": "rm -rf node_modules apps/*/node_modules packages/*/node_modules pnpm-lock.yaml",
"clean:vitest-mjs": "find . -type f -name 'vite*.config.ts.timestamp-*-*.mjs' -ls -delete",
"compile": "turbo compile",
"dev": "turbo dev:compile dev:app",
"dev:app": "turbo dev:compile dev:app",
"dev:compile": "turbo dev:compile",
"dev:pack": "turbo dev:pack --concurrency 16",
"format": "turbo format",
"format:prettier": "prettier --write .",
"format:syncpack": "syncpack format",
"lint": "turbo lint -- --max-warnings 0",
"lint:fix": "turbo lint -- --fix",
"lint:prettier": "prettier --check .",
"lint:rust": "turbo lint:rust",
"lint:syncpack": "syncpack lint",
"postinstall": "syncpack list-mismatches",
"pretest": "playwright install",
"test": "turbo test",
"test:rust": "turbo test:rust"
},
"dependencies": {
"@buf/connectrpc_eliza.bufbuild_es": "1.10.0-20230913231627-233fca715f49.1",
"@buf/connectrpc_eliza.connectrpc_es": "1.4.0-20230913231627-233fca715f49.3",
"@buf/cosmos_ibc.bufbuild_es": "1.10.0-20240703151202-d7191877c701.1",
"@buf/cosmos_ibc.connectrpc_es": "1.4.0-20240703151202-d7191877c701.3",
"@buf/penumbra-zone_penumbra.bufbuild_es": "1.10.0-20240703080008-312294d02bf9.1",
"@buf/penumbra-zone_penumbra.connectrpc_es": "1.4.0-20240703080008-312294d02bf9.3",
"@buf/tendermint_tendermint.bufbuild_es": "1.10.0-20231117195010-33ed361a9051.1",
"@bufbuild/protobuf": "^1.10.0",
"@connectrpc/connect": "^1.4.0",
"@connectrpc/connect-web": "^1.4.0"
},
"devDependencies": {
"@changesets/cli": "^2.27.3",
"@microsoft/api-extractor": "^7.47.0",
"@repo/eslint-config": "workspace:*",
"@repo/tailwind-config": "workspace:*",
"@repo/tsconfig": "workspace:*",
"@storybook/react-vite": "8.1.1",
"@turbo/gen": "^1.13.3",
"@vitejs/plugin-basic-ssl": "^1.1.0",
"@vitejs/plugin-react": "^4.2.1",
"@vitejs/plugin-react-swc": "^3.6.0",
"@vitest/browser": "^1.6.0",
"autoprefixer": "^10.4.19",
"jsdom": "^24.0.0",
"playwright": "^1.44.0",
"prettier": "^3.2.5",
"syncpack": "^12.3.2",
"tailwindcss": "^3.4.3",
"tailwindcss-animate": "^1.0.7",
"tsc-alias": "^1.8.10",
"tsc-watch": "^6.2.0",
"turbo": "^1.13.3",
"typescript": "5.5.3",
"vite": "^5.2.11",
"vite-plugin-node-stdlib-browser": "^0.2.1",
"vite-plugin-top-level-await": "^1.4.1",
"vite-plugin-wasm": "^3.3.0",
"vitest": "^1.6.0"
}
}