-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
73 lines (73 loc) · 1.81 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
67
68
69
70
71
72
73
{
"name": "@codeeditorland/sky",
"version": "0.0.1",
"private": true,
"description": "🌌 Sky —",
"keywords": [
"astro",
"sky",
"codeeditorland",
"playform"
],
"homepage": "HTTPS://GitHub.Com/CodeEditorLand/Sky#readme",
"bugs": {
"url": "HTTPS://GitHub.Com/CodeEditorLand/Sky/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CodeEditorLand/Sky.git"
},
"license": "SEE LICENSE IN LICENSE",
"author": {
"name": "🖋️ Source — 👐🏻 Open —",
"email": "Source/Open@Editor.Land",
"url": "HTTPS://Editor.Land"
},
"scripts": {
"Run": "astro dev --host",
"prepublishOnly": "astro build"
},
"dependencies": {
"@astrojs/partytown": "2.1.2",
"@astrojs/sitemap": "3.2.1",
"@astrojs/solid-js": "5.0.1",
"@codeeditorland/common": "0.0.6",
"@codeeditorland/output": "0.0.1",
"@codeeditorland/wind": "0.0.1",
"@playform/build": "0.2.0",
"@playform/compress": "0.1.6",
"@playform/inline": "0.1.0",
"@tailwindcss/aspect-ratio": "0.4.2",
"@tailwindcss/forms": "0.5.9",
"@tailwindcss/typography": "0.5.15",
"astro": "5.1.1",
"astro-capo": "0.0.1",
"autoprefixer": "10.4.20",
"cssnano": "7.0.6",
"cssnano-preset-advanced": "7.0.6",
"deepmerge-ts": "7.1.3",
"dotenv": "16.4.7",
"firebase": "11.1.0",
"postcss": "8.4.49",
"postcss-combine-duplicated-selectors": "10.0.3",
"postcss-combine-media-query": "1.0.1",
"postcss-import": "16.1.0",
"postcss-reporter": "7.1.0",
"postcss-url": "10.1.3",
"sass": "1.83.0",
"solid-devtools": "0.31.6",
"solid-js": "1.9.3",
"tailwindcss": "3.4.17",
"typescript": "5.7.2",
"vite": "6.0.6",
"vite-plugin-top-level-await": "1.4.4",
"zod": "3.24.1"
},
"devDependencies": {
"@astrojs/ts-plugin": "1.10.4"
},
"publishConfig": {
"access": "restricted",
"provenance": true
}
}