-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
58 lines (58 loc) · 1.55 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
51
52
53
54
55
56
57
58
{
"name": "astion",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro",
"test": "jest"
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/sitemap": "^3.2.1",
"@astrojs/tailwind": "^5.1.4",
"@notionhq/client": "^2.2.15",
"@playform/compress": "^0.1.7",
"@rollup/plugin-terser": "^0.4.4",
"@swup/astro": "^1.5.0",
"@tailwindcss/typography": "^0.5.16",
"astro": "^5.1.3",
"astro-i18next": "1.0.0-beta.21",
"astro-icon": "^1.1.5",
"astro-iconify": "^1.2.0",
"dayjs": "^1.11.13",
"dotenv": "^16.4.7",
"i18next": "^23.16.8",
"i18next-fs-backend": "^2.6.0",
"js-yaml": "^4.1.0",
"marked": "^14.1.4",
"medium-zoom": "^1.1.0",
"scss": "^0.2.4",
"slugify": "^1.6.6",
"tailwind": "^4.0.0",
"tailwindcss": "^3.4.17"
},
"devDependencies": {
"@antfu/eslint-config": "^3.12.1",
"@iconify-json/lucide": "^1.2.21",
"@iconify-json/material-symbols": "^1.2.12",
"@iconify-json/mdi": "^1.2.2",
"@iconify-json/ri": "^1.2.5",
"@iconify/json": "^2.2.293",
"@iconify/tailwind": "^1.2.0",
"@types/jest": "^29.5.14",
"daisyui": "^4.12.23",
"eslint-plugin-format": "^1.0.1",
"jest": "^29.7.0",
"prettier": "^3.4.2",
"prettier-plugin-astro": "^0.14.1",
"sass-embedded": "^1.83.1",
"shiki": "^1.26.1",
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2",
"typescript": "^5.7.3"
}
}