-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 937 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 937 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
{
"name": "website",
"type": "module",
"version": "0.0.1",
"engines": {
"node": "24.x"
},
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"prettier": "prettier . --write"
},
"dependencies": {
"@astrojs/mdx": "^5.0.0",
"@astrojs/react": "^5.0.0",
"@fontsource-variable/google-sans-code": "^5.2.3",
"@fontsource-variable/google-sans-flex": "^5.2.1",
"@tailwindcss/vite": "^4.1.4",
"@types/node": "^25.5.0",
"@types/react": "^19.1.2",
"@types/react-dom": "^19.1.2",
"astro": "^6.0.0",
"astro-icon": "^1.1.5",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"tailwindcss": "^4.1.4"
},
"devDependencies": {
"@playwright/test": "1.59.1",
"@tailwindcss/typography": "0.5.19",
"prettier": "3.8.3",
"prettier-plugin-astro": "0.14.1",
"prettier-plugin-tailwindcss": "0.7.2"
}
}