-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
65 lines (65 loc) · 1.99 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
{
"name": "@codeeditorland/land",
"version": "0.0.1",
"private": false,
"description": "🏞️ Land —",
"homepage": "HTTPS://github.com/CodeEditorLand/Land#readme",
"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",
"codemod": "node ./node_modules/@turbo/codemod/dist/cli.js",
"prepublishOnly": "turbo run prepublishOnly --framework-inference=false --no-daemon"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@ianvs/prettier-plugin-sort-imports": "4.4.0",
"@playform/build": "0.1.9",
"@playform/eliminate": "0.0.4",
"@playform/pipe": "0.1.1",
"@prettier/plugin-lua": "0.0.3",
"@prettier/plugin-php": "0.22.2",
"@prettier/plugin-ruby": "4.0.4",
"@tailwindcss/aspect-ratio": "0.4.2",
"@tailwindcss/forms": "0.5.9",
"@tailwindcss/typography": "0.5.15",
"@trivago/prettier-plugin-sort-imports": "4.3.0",
"@turbo/codemod": "2.3.2",
"@vue/compiler-sfc": "3.5.13",
"cross-env": "7.0.3",
"prettier": "3.4.1",
"prettier-plugin-astro": "0.14.1",
"prettier-plugin-autocorrect": "0.4.1",
"prettier-plugin-java": "2.6.5",
"prettier-plugin-kotlin": "2.1.0",
"prettier-plugin-organize-attributes": "1.0.0",
"prettier-plugin-packagejson": "2.5.6",
"prettier-plugin-pkg": "0.18.1",
"prettier-plugin-sh": "0.14.0",
"prettier-plugin-sort-imports": "1.8.6",
"prettier-plugin-sql": "0.18.1",
"prettier-plugin-svelte": "3.3.2",
"prettier-plugin-tailwindcss": "0.6.9",
"prettier-plugin-toml": "2.0.1",
"tailwindcss": "3.4.15",
"turbo": "2.3.2",
"typescript": "5.7.2"
},
"packageManager": "pnpm@9.12.3",
"publishConfig": {
"access": "public",
"provenance": true
}
}