-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 948 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 948 Bytes
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
{
"name": "@2702rebels/reflect-docs",
"description": "Documentation for Reflect — a modern dashboard for FIRST Robotics ecosystem",
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"format": "prettier --write ."
},
"dependencies": {
"@astrojs/starlight": "0.37.3",
"@astrojs/starlight-tailwind": "4.0.2",
"@lucide/astro": "0.562.0",
"@tailwindcss/vite": "4.1.18",
"astro": "5.16.12",
"sharp": "0.34.5",
"tailwindcss": "4.1.18"
},
"devDependencies": {
"@ianvs/prettier-plugin-sort-imports": "4.7.0",
"eslint": "9.39.2",
"prettier": "3.8.1",
"prettier-plugin-astro": "0.14.1",
"prettier-plugin-tailwindcss": "0.7.2",
"typescript": "5.9.3"
},
"engines": {
"node": ">=21",
"pnpm": ">=10"
},
"packageManager": "pnpm@10.27.0"
}