-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 927 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 927 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
{
"name": "space",
"type": "module",
"version": "1.0.0",
"license": "MIT",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"format": "prettier . --write"
},
"dependencies": {
"@astrojs/react": "^4.4.2",
"@fontsource/inter": "^5.2.5",
"@giscus/react": "^3.1.0",
"@tailwindcss/vite": "^4.1.11",
"@types/react-dom": "^19.2.3",
"astro": "5.17.2",
"photoswipe": "^5.4.4",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"rehype-katex": "^7.0.1",
"remark-collapse": "^0.1.2",
"remark-math": "^6.0.0",
"remark-toc": "^9.0.0",
"tailwindcss": "^4.1.11",
"vite": "^7.1.7"
},
"devDependencies": {
"@eslint/js": "^10.0.1",
"@types/react": "^19.2.14",
"globals": "^17.3.0",
"prettier": "3.8.1",
"prettier-plugin-astro": "0.14.1",
"typescript-eslint": "^8.44.1"
}
}