-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 1.72 KB
/
package.json
File metadata and controls
70 lines (70 loc) · 1.72 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
{
"name": "ctc-website",
"version": "0.0.1",
"description": "Colorado Tech Community website",
"homepage": "https://github.com/ColoradoTechCommunity/ctc-website#readme",
"bugs": {
"url": "https://github.com/ColoradoTechCommunity/ctc-website/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ColoradoTechCommunity/ctc-website.git"
},
"contributors": [
{
"name": "Jon Higger",
"url": "https://www.linkedin.com/in/jonathan-higger/"
},
{
"name": "Matt Lewis"
},
{
"name": "Martin Rosenberg",
"url": "https://martinbrosenberg.com"
}
],
"type": "module",
"scripts": {
"astro": "astro",
"build": "astro build",
"dev": "astro dev",
"preview": "astro preview"
},
"dependencies": {
"@astrojs/mdx": "^4.3.1",
"@astrojs/react": "^4.3.0",
"@astrojs/starlight": "^0.35.2",
"@types/react": "^19.1.9",
"@types/react-dom": "^19.1.7",
"astro": "^5.12.6",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"sharp": "^0.34.3"
},
"devDependencies": {
"@eslint/css": "^0.10.0",
"@eslint/js": "^9.32.0",
"@eslint/markdown": "^7.1.0",
"@stylistic/eslint-plugin": "^5.2.2",
"@types/eslint-plugin-jsx-a11y": "^6.10.0",
"astro-eslint-parser": "^1.2.2",
"eslint-plugin-astro": "^1.3.1",
"eslint-plugin-jsonc": "^2.20.1",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-react": "^7.37.5",
"globals": "^16.3.0",
"prettier": "^3.6.2",
"typescript-eslint": "^8.38.0"
},
"packageManager": "pnpm@10.14.0+sha512.ad27a79641b49c3e481a16a805baa71817a04bbe06a38d17e60e2eaee83f6a146c6a688125f5792e48dd5ba30e7da52a5cda4c3992b9ccf333f9ce223af84748",
"engines": {
"node": "24.3.0",
"pnpm": "10.14.0"
},
"pnpm": {
"onlyBuiltDependencies": [
"esbuild",
"sharp"
]
}
}