-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.12 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
{
"name": "4cil",
"version": "2.0.0",
"description": "4cil - Four Characters Internet License",
"author": "SakyubaNoe <[email protected]>",
"license": "UNLICENSED",
"private": true,
"packageManager": "[email protected]",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"format": "prettier 'src/**/*.{astro,ts,tsx}' --write"
},
"dependencies": {
"@astrojs/react": "^3.5.0",
"@astrojs/sitemap": "^3.1.5",
"@astrojs/tailwind": "^5.1.0",
"@fontsource-variable/noto-sans-jp": "^5.0.19",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"astro": "^4.10.1",
"astro-icon": "^1.1.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"satori": "^0.10.13",
"satori-html": "^0.3.2",
"sharp": "^0.33.4"
},
"devDependencies": {
"@iconify-json/mdi": "^1.1.66",
"daisyui": "^4.12.2",
"prettier": "^3.3.1",
"prettier-plugin-astro": "^0.14.0",
"prettier-plugin-organize-imports": "^3.2.4",
"prettier-plugin-tailwindcss": "^0.6.2",
"tailwindcss": "^3.4.4",
"typescript": "^5.4.5"
}
}