-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
64 lines (64 loc) · 1.73 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
{
"name": "belmondo",
"packageManager": "[email protected]",
"workspaces": ["apps/*", "packages/*"],
"private": true,
"keywords": [
"template",
"turborepo",
"biomejs",
"bun",
"typescript",
"tailwindcss",
"astrojs",
"vue",
"cms",
"cloudflare",
"react",
"shadcn"
],
"author": "Hrihorii Ilin <[email protected]>",
"license": "MIT",
"description": "Gift for Jane School - Ukrainian from Ukrainian :-D",
"repository": {
"type": "git",
"url": "https://github.com/Frikadellios/belmondo.git"
},
"bugs": {
"url": "https://github.com/Frikadellios/belmondo/issues"
},
"homepage": "https://github.com/Frikadellios/belmondo/readme",
"engines": {
"node": ">=18.19.1 <19 || >=20.17.0 <21 || >=21.1.0"
},
"scripts": {
"editorconfig": "editorconfig-checker -exclude \"**/node_modules/**\"",
"browserslist": "bunx update-browserslist-db@latest",
"build": "turbo run build",
"dev": "turbo run dev",
"ui": "bun --filter @repo/ui ui",
"lint": "conc bun:lint:*",
"lint:format": "bunx @biomejs/biome format . --write",
"lint:fix": "bunx @biomejs/biome check . --fix",
"lint:check": "bunx @biomejs/biome check ./* --write --unsafe"
},
"devDependencies": {
"@biomejs/biome": "1.9.2",
"@types/bun": "latest",
"@types/mdx": "latest",
"@types/node": "latest",
"@types/web": "latest",
"bun-devtools": "latest",
"bun-types": "latest",
"editorconfig-checker": "^6.0.0",
"turbo": "latest"
},
"peerDependencies": {
"typescript": "^5.6.2"
},
"trustedDependencies": ["@biomejs/biome", "core-js", "esbuild", "sharp", "vue-demi", "workerd"],
"dependencies": {
"caniuse-lite": "^1.0.30001664",
"concurrently": "^9.0.1"
}
}