-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·83 lines (83 loc) · 2.27 KB
/
package.json
File metadata and controls
executable file
·83 lines (83 loc) · 2.27 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
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
{
"name": "@codeeditorland/land",
"version": "0.0.1",
"private": false,
"description": "Land 🏞️",
"homepage": "https://GitHub.Com/CodeEditorLand/Land?tab=readme-ov-file",
"bugs": {
"url": "https://GitHub.Com/CodeEditorLand/Land/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CodeEditorLand/Land.git"
},
"license": "SEE LICENSE IN LICENSE",
"author": {
"name": "Source 🖋️ Open 👐🏻",
"email": "Source/Open@Editor.Land",
"url": "https://Editor.Land"
},
"type": "module",
"scripts": {
"Run": "turbo run Run --framework-inference=false --no-daemon",
"prepublishOnly": "turbo run prepublishOnly --framework-inference=false --no-daemon"
},
"devDependencies": {
"@biomejs/biome": "2.4.9",
"@ianvs/prettier-plugin-sort-imports": "4.7.1",
"@playform/build": "0.3.0",
"@playform/eliminate": "0.0.7",
"@playform/pipe": "0.1.4",
"@prettier/plugin-lua": "0.0.3",
"@prettier/plugin-oxc": "0.1.3",
"@prettier/plugin-php": "0.24.0",
"@prettier/plugin-ruby": "4.0.4",
"@tailwindcss/aspect-ratio": "0.4.2",
"@tailwindcss/forms": "0.5.11",
"@tailwindcss/typography": "0.5.19",
"@trivago/prettier-plugin-sort-imports": "6.0.2",
"@vue/compiler-sfc": "3.5.31",
"cross-env": "10.1.0",
"prettier": "3.8.1",
"prettier-plugin-astro": "0.14.1",
"prettier-plugin-autocorrect": "0.4.3",
"prettier-plugin-ember-template-tag": "2.1.3",
"prettier-plugin-java": "2.8.1",
"prettier-plugin-kotlin": "2.1.0",
"prettier-plugin-organize-attributes": "1.0.0",
"prettier-plugin-packagejson": "3.0.2",
"prettier-plugin-pkg": "0.22.0",
"prettier-plugin-sh": "0.18.0",
"prettier-plugin-sort-imports": "1.8.11",
"prettier-plugin-sql": "0.20.0",
"prettier-plugin-svelte": "3.5.1",
"prettier-plugin-tailwindcss": "0.7.2",
"prettier-plugin-toml": "2.0.6",
"tailwindcss": "3.4.17",
"turbo": "2.8.20",
"typescript": "6.0.2"
},
"packageManager": "pnpm@10.28.2",
"publishConfig": {
"access": "public",
"provenance": true
},
"pnpm": {
"onlyBuiltDependencies": [
"@biomejs/biome",
"@parcel/watcher",
"@swc/core",
"esbuild",
"msgpackr-extract",
"protobufjs",
"sharp",
"workerd"
],
"overrides": {
"@effect/cluster": "*",
"@effect/rpc": "*",
"@effect/sql": "*",
"effect": "*"
}
}
}