-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.05 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.05 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
{
"name": "astro-latest",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"test": "vitest",
"test:watch": "vitest --watch",
"test:coverage": "vitest --coverage",
"test:ui": "vitest --ui",
"test:run": "vitest run"
},
"dependencies": {
"@astrojs/react": "^4.1.2",
"@astrojs/starlight": "^0.30.5",
"@astrojs/tailwind": "^5.1.4",
"@codeium/react-code-editor": "^1.0.12",
"@effect/platform": "^0.72.1",
"@effect/schema": "^0.75.5",
"@testing-library/react": "^16.1.0",
"@types/react": "^19.0.4",
"@types/react-dom": "^19.0.2",
"@types/reflect-metadata": "^0.1.0",
"astro": "^5.1.4",
"effect": "^3.12.1",
"react": "^19.0.0",
"react-compiler-runtime": "^19.0.0-beta-63e3235-20250105",
"react-dom": "^19.0.0",
"reflect-metadata": "^0.2.2",
"sharp": "^0.33.5",
"tailwindcss": "^3.4.17"
},
"devDependencies": {
"vitest": "^2.1.8"
}
}