-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
66 lines (66 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
66
{
"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/[email protected]",
"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"
},
"dependencies": {},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@ianvs/prettier-plugin-sort-imports": "4.4.1",
"@playform/build": "0.2.1",
"@playform/eliminate": "0.0.5",
"@playform/pipe": "0.1.2",
"@prettier/plugin-lua": "0.0.3",
"@prettier/plugin-php": "0.22.4",
"@prettier/plugin-ruby": "4.0.4",
"@tailwindcss/aspect-ratio": "0.4.2",
"@tailwindcss/forms": "0.5.10",
"@tailwindcss/typography": "0.5.16",
"@trivago/prettier-plugin-sort-imports": "5.2.2",
"@turbo/codemod": "2.4.0",
"@vue/compiler-sfc": "3.5.13",
"cross-env": "7.0.3",
"prettier": "3.5.0",
"prettier-plugin-astro": "0.14.1",
"prettier-plugin-autocorrect": "0.4.1",
"prettier-plugin-java": "2.6.7",
"prettier-plugin-kotlin": "2.1.0",
"prettier-plugin-organize-attributes": "1.0.0",
"prettier-plugin-packagejson": "2.5.8",
"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.3",
"prettier-plugin-tailwindcss": "0.6.11",
"prettier-plugin-toml": "2.0.1",
"tailwindcss": "3.4.17",
"turbo": "2.4.0",
"typescript": "5.7.3"
},
"packageManager": "[email protected]",
"publishConfig": {
"access": "public",
"provenance": true
}
}