forked from PlayForm/Starter
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
87 lines (87 loc) · 2.53 KB
/
package.json
File metadata and controls
87 lines (87 loc) · 2.53 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
84
85
86
87
{
"name": "@website/status_code_editor_land",
"version": "0.0.1",
"private": true,
"homepage": "https://GitHub.Com/CodeEditorLand/StatusCodeEditorLandWebSite?tab=readme-ov-file",
"bugs": {
"url": "https://GitHub.Com/CodeEditorLand/StatusCodeEditorLandWebSite/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CodeEditorLand/StatusCodeEditorLandWebSite.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/sitemap": "3.7.2",
"@astrojs/solid-js": "6.0.1",
"@octokit/core": "7.0.6",
"@octokit/rest": "22.0.1",
"@playform/build": "0.3.0",
"@playform/compress": "0.2.2",
"@playform/inline": "0.1.4",
"@rollup/plugin-inject": "5.0.5",
"@tailwindcss/aspect-ratio": "0.4.2",
"@tailwindcss/forms": "0.5.11",
"@tailwindcss/postcss": "4.2.2",
"@tailwindcss/typography": "0.5.19",
"astro": "6.1.0",
"astro-capo": "0.0.1",
"astrojs-service-worker": "2.0.0",
"autoprefixer": "10.4.27",
"cssnano": "7.1.3",
"cssnano-preset-advanced": "7.0.11",
"datatables.net": "2.3.7",
"datatables.net-buttons-dt": "3.2.6",
"datatables.net-colreorder-dt": "2.1.2",
"datatables.net-dt": "2.3.7",
"datatables.net-fixedcolumns-dt": "5.0.5",
"datatables.net-fixedheader-dt": "4.0.6",
"datatables.net-keytable-dt": "2.12.2",
"datatables.net-responsive-dt": "3.0.8",
"datatables.net-rowgroup-dt": "1.6.0",
"datatables.net-rowreorder-dt": "1.5.1",
"datatables.net-scroller-dt": "2.4.3",
"datatables.net-searchbuilder-dt": "1.8.4",
"datatables.net-searchpanes-dt": "2.3.5",
"datatables.net-select-dt": "3.1.3",
"datatables.net-staterestore-dt": "1.4.3",
"dotenv": "17.3.1",
"fast-glob": "3.3.3",
"firebase": "12.11.0",
"jquery": "4.0.0",
"jszip": "3.10.1",
"pdfmake": "0.3.7",
"postcss": "8.5.8",
"postcss-combine-duplicated-selectors": "10.0.3",
"postcss-combine-media-query": "2.1.0",
"postcss-import": "16.1.1",
"postcss-reporter": "7.1.0",
"postcss-url": "10.1.3",
"sass": "1.98.0",
"sass-embedded": "1.98.0",
"simplex-noise": "4.0.3",
"solid-devtools": "0.34.5",
"solid-js": "1.9.12",
"tailwindcss": "3.4.19",
"typescript": "6.0.2",
"zod": "4.3.6"
},
"devDependencies": {
"@astrojs/ts-plugin": "1.10.7",
"@octokit/types": "16.0.0",
"@types/jquery": "4.0.0"
},
"publishConfig": {
"access": "restricted",
"provenance": true
}
}