-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.13 KB
/
package.json
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
41
42
43
{
"name": "opentut.gr.jp",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.6.0",
"@astrojs/react": "^3.3.4",
"@astrojs/tailwind": "^5.1.0",
"@heroicons/react": "^2.1.3",
"@marp-team/marp-core": "^3.9.0",
"@napi-rs/canvas": "^0.1.56",
"@tabler/icons-react": "^3.6.0",
"@tailwindcss/typography": "^0.5.13",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.0",
"app-root-path": "^3.1.0",
"astro": "^4.8.2",
"katex": "^0.16.11",
"pdfjs-dist": "^4.6.82",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-twitter-widgets": "^1.11.0",
"rehype-katex": "^7.0.1",
"remark-behead": "^3.1.0",
"remark-math": "^6.0.0",
"swiper": "^11.1.1",
"tailwindcss": "^3.4.4",
"typescript": "^5.4.5"
},
"devDependencies": {
"@types/node": "^22.7.4",
"prettier": "^3.2.5",
"prettier-plugin-astro": "^0.13.0",
"prettier-plugin-tailwindcss": "^0.6.5"
}
}