-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1003 Bytes
/
Copy pathpackage.json
File metadata and controls
39 lines (39 loc) · 1003 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
37
38
39
{
"name": "version-counter",
"type": "module",
"version": "0.0.3",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"check": "astro check",
"test": "vitest run",
"test:watch": "vitest"
},
"dependencies": {
"@astrojs/react": "5.0.7",
"@astrojs/sitemap": "3.7.3",
"@fontsource-variable/orbitron": "^5.2.8",
"@tailwindcss/vite": "^4.1.18",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"astro": "6.4.7",
"material-symbols": "^0.44.11",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"tailwindcss": "^4.1.18"
},
"devDependencies": {
"@astrojs/check": "^0.9.9",
"@eslint/js": "^10.0.1",
"@testing-library/react": "^16.3.2",
"eslint": "^10.2.0",
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-react-refresh": "^0.5.2",
"globals": "^17.5.0",
"jsdom": "^29.0.2",
"typescript": "^5.9.3",
"vitest": "^4.1.4"
}
}