-
-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
47 lines (47 loc) · 1.63 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
{
"name": "pallad",
"private": true,
"description": "A progressive Mina Protocol wallet.",
"homepage": "https://github.com/palladians/pallad",
"license": "Apache-2.0",
"scripts": {
"build": "turbo run build",
"b": "bun run build",
"build:extension": "turbo run build --filter=@palladxyz/extension...",
"build:features": "turbo run build --filter=@palladxyz/features...",
"story:features": "turbo run story:build --filter=@palladxyz/features",
"dev:extension": "turbowatch extension.turbowatch.ts",
"lint": "bunx biome check .",
"lint:fix": "bun run lint --write",
"test:unit": "turbo run test:unit",
"test:e2e:extension": "turbo run test:e2e --filter=@palladxyz/extension",
"format": "bunx biome check --write --unsafe .",
"f": "bun run format",
"cleanup": "turbo run cleanup && rimraf node_modules .turbo",
"prepare": "husky install",
"preinstall": "bunx only-allow bun"
},
"devDependencies": {
"@biomejs/biome": "1.8.3",
"@happy-dom/global-registrator": "^15.11.0",
"@mina-js/utils": "https://pkg.pr.new/palladians/mina-js/@mina-js/utils@a51d3b4",
"@testing-library/react": "16.0.1",
"@tsconfig/strictest": "2.0.5",
"@turbo/gen": "2.0.9",
"@types/bun": "^1.1.13",
"autoprefixer": "10.4.19",
"happy-dom": "14.12.3",
"husky": "9.1.4",
"postcss": "8.4.40",
"rimraf": "6.0.1",
"tailwind-merge": "2.4.0",
"tailwindcss": "3.4.7",
"tailwindcss-animate": "1.0.7",
"tsup": "8.2.3",
"turbo": "2.0.9",
"turbowatch": "2.29.4",
"typescript": "5.6.3"
},
"workspaces": ["packages/*", "apps/*"],
"packageManager": "[email protected]"
}