-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.59 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
{
"name": "yusuke4869.dev",
"type": "module",
"scripts": {
"astro": "astro",
"dev": "astro dev",
"start": "astro preview",
"build": "astro build",
"preview": "astro preview",
"lint": "eslint --fix ./src/**/* && prettier --write .",
"lint:check": "eslint ./src/**/*",
"fmt": "prettier --write .",
"fmt:check": "prettier --check ."
},
"packageManager": "[email protected]+sha512.5be0426818bc14eedfa404e2d64e10acdb5073c72dd5b78eb0b7d16ad743e817ceda0cb9309a05137da2eda405f3423899fd89217ff2d7f50c79758176cef6cc",
"volta": {
"node": "22.12.0"
},
"dependencies": {
"@astrojs/partytown": "^2.0.3",
"@astrojs/react": "^3.0.0",
"@astrojs/tailwind": "^5.0.0",
"@iconify-json/el": "^1.1.8",
"@iconify-json/ic": "^1.1.17",
"@iconify-json/icomoon-free": "^1.1.8",
"@iconify-json/simple-icons": "^1.1.86",
"astro": "^4.0.0",
"astro-icon": "^1.0.0",
"newt-client-js": "^3.2.6",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tailwindcss": "^3.0.24"
},
"devDependencies": {
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
"@typescript-eslint/eslint-plugin": "^8.0.0",
"@typescript-eslint/parser": "^8.0.0",
"eslint": "^8.48.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-astro": "^1.0.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.7.1",
"lefthook": "^1.8.4",
"prettier": "^3.0.2",
"prettier-plugin-astro": "^0.14.0",
"prettier-plugin-tailwindcss": "^0.6.0",
"typescript": "^5.2.2"
}
}