-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
88 lines (88 loc) · 3.44 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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
"name": "penumbra-web",
"private": true,
"license": "(MIT OR Apache-2.0)",
"repository": "penumbra-zone/web.git",
"packageManager": "[email protected]+sha512.dc09430156b427f5ecfc79888899e1c39d2d690f004be70e05230b72cb173d96839587545d09429b55ac3c429c801b4dc3c0e002f653830a420fa2dd4e3cf9cf",
"type": "module",
"scripts": {
"all-check": "pnpm clean:vitest-mjs && pnpm install && pnpm compile && pnpm lint:strict && pnpm lint:rust && pnpm build && pnpm test && pnpm test:wasm",
"all-check:clean": "pnpm clean && pnpm clean:modules && pnpm all-check",
"build": "turbo build",
"clean": "turbo clean",
"clean:modules": "rm -rf node_modules apps/*/node_modules packages/*/node_modules pnpm-lock.yaml && git checkout HEAD ./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": "rm -fv ./packages/*/penumbra-zone-*.tgz && turbo dev:pack --concurrency 17",
"format": "turbo format",
"format:prettier": "prettier --write .",
"format:syncpack": "syncpack format",
"lint": "turbo lint",
"lint:fix": "turbo lint -- --fix",
"lint:prettier": "prettier --check .",
"lint:rust": "turbo lint:rust",
"lint:strict": "turbo lint:strict",
"lint:syncpack": "syncpack lint",
"postinstall": "syncpack list-mismatches",
"pretest": "playwright install",
"test": "turbo test",
"test:wasm": "turbo test:wasm"
},
"pnpm": {
"overrides": {
"typescript": "5.5.3"
}
},
"devDependencies": {
"@buf/connectrpc_eliza.bufbuild_es": "1.10.0-20230913231627-233fca715f49.1",
"@buf/connectrpc_eliza.connectrpc_es": "1.4.0-20230913231627-233fca715f49.3",
"@changesets/cli": "^2.27.3",
"@eslint-community/eslint-plugin-eslint-comments": "^4.4.0",
"@eslint/compat": "^1.1.0",
"@eslint/js": "^9.6.0",
"@microsoft/api-extractor": "^7.47.0",
"@repo/tailwind-config": "workspace:*",
"@storybook/react-vite": "^8.4.2",
"@testing-library/jest-dom": "^6.4.5",
"@testing-library/react": "^15.0.7",
"@tsconfig/strictest": "^2.0.5",
"@tsconfig/vite-react": "^3.0.2",
"@turbo/gen": "^1.13.4",
"@types/eslint__js": "^8.42.3",
"@vitejs/plugin-react": "^4.2.1",
"@vitejs/plugin-react-swc": "^3.6.0",
"@vitest/browser": "^1.6.0",
"autoprefixer": "^10.4.20",
"eslint": "^9.6.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-import-x": "^0.5.3",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.35.0",
"eslint-plugin-react-hooks": "5.1.0-rc-c3cdbec0a7-20240708",
"eslint-plugin-storybook": "0.9.0--canary.156.ed236ca.0",
"eslint-plugin-tailwindcss": "^3.17.4",
"eslint-plugin-turbo": "^2.0.12",
"eslint-plugin-vitest": "^0.5.4",
"jsdom": "^24.0.0",
"playwright": "^1.44.0",
"prettier": "^3.3.3",
"syncpack": "^12.3.2",
"tailwindcss": "^3.4.3",
"tailwindcss-animate": "^1.0.7",
"tsc-watch": "^6.2.0",
"turbo": "^2.0.12",
"typescript": "5.5.3",
"typescript-eslint": "^7.16.0",
"vite": "^5.2.11",
"vite-plugin-node-stdlib-browser": "^0.2.1",
"vite-plugin-svgr": "^4.2.0",
"vite-plugin-top-level-await": "^1.4.1",
"vite-plugin-wasm": "^3.3.0",
"vitest": "^1.6.0"
}
}