-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.47 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
{
"name": "sgcu.in.th",
"type": "module",
"version": "0.0.0",
"packageManager": "[email protected]",
"engines": {
"node": "^20.9",
"pnpm": "^8"
},
"scripts": {
"dev": "astro dev",
"start": "PORT=4321 node ./dist/server/entry.mjs",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro",
"lint": "prettier --check \"*.{json,cjs,js,mjs,md}\" src && eslint src",
"format": "prettier --write \"*.{json,cjs,js,mjs,md}\" src && eslint src --fix"
},
"dependencies": {
"@astrojs/check": "0.4.1",
"@astrojs/node": "8.2.0",
"@astrojs/svelte": "5.0.3",
"@astrojs/tailwind": "5.1.0",
"@fontsource-variable/space-grotesk": "5.0.16",
"@fontsource/noto-sans-thai-looped": "5.0.8",
"@octokit/types": "12.4.0",
"astro": "4.3.2",
"sharp": "0.33.2",
"tailwindcss": "3.4.1",
"typescript": "5.3.3"
},
"devDependencies": {
"@types/eslint": "8.56.2",
"@typescript-eslint/eslint-plugin": "6.20.0",
"@typescript-eslint/parser": "6.20.0",
"eslint": "8.56.0",
"eslint-import-resolver-typescript": "3.6.1",
"eslint-plugin-astro": "0.31.4",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jsx-a11y": "6.8.0",
"eslint-plugin-svelte": "2.35.1",
"prettier": "3.2.5",
"prettier-plugin-astro": "0.13.0",
"prettier-plugin-organize-imports": "3.2.4",
"prettier-plugin-svelte": "3.1.2",
"prettier-plugin-tailwindcss": "0.5.11",
"svelte": "4.2.9"
}
}