-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.39 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
44
45
46
47
48
49
50
{
"name": "yukina",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro-i18next generate && astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"build:i18n": "astro-i18next generate && astro check && astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/tailwind": "5.1.5",
"@swup/astro": "^1.4.1",
"@tailwindcss/typography": "^0.5.15",
"animejs": "^3.2.2",
"astro": "5.1.8",
"astro-i18next": "^1.0.0-beta.21",
"astro-pagefind": "^1.6.0",
"lozad": "^1.16.0",
"overlayscrollbars": "^2.10.1",
"tailwindcss": "^3.4.14",
"typescript": "^5.6.3"
},
"devDependencies": {
"@types/animejs": "^3.1.12",
"@types/crypto-js": "^4.2.2",
"@types/lozad": "^1.16.4",
"@types/node": "^22.8.1",
"@types/uuid": "^10.0.0",
"autoprefixer": "^10.4.20",
"crypto-js": "^4.2.0",
"github-slugger": "^2.0.0",
"mdast-util-to-string": "^4.0.0",
"mdast-util-toc": "^7.1.0",
"postcss": "^8.4.47",
"prettier": "^3.4.1",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-tailwindcss": "^0.6.9",
"reading-time": "^1.5.0",
"rehype-autolink-headings": "^7.1.0",
"rehype-katex": "^7.0.1",
"rehype-slug": "^6.0.0",
"remark-math": "^6.0.0",
"yaml": "^2.6.0"
},
"packageManager": "[email protected]"
}