-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.33 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
{
"name": "scombz-utilities-docs",
"type": "module",
"version": "0.0.1",
"scripts": {
"prepare": "panda codegen",
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro",
"format": "prettier --ignore-path .gitignore --write './**/*.{js,ts,jsx,tsx,astro,json,html,md}'",
"check": "astro check && tsc --noEmit",
"lint": "eslint --ext '.js,.ts,.jsx,.tsx,.astro' .",
"lint:fix": "eslint --ext '.js,.ts,.jsx,.tsx,.astro' --fix ."
},
"dependencies": {
"@astrojs/check": "^0.5.10",
"@astrojs/react": "^3.3.2",
"@fontsource-variable/montserrat": "^5.0.19",
"@fontsource-variable/noto-sans-jp": "^5.0.19",
"@fontsource/zen-kaku-gothic-new": "^5.0.19",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
"astro": "^4.7.1",
"date-fns": "^3.6.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-astro": "^1.1.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-icons": "^5.2.0",
"swiper": "^11.1.1",
"typescript": "^5.4.5"
},
"devDependencies": {
"@pandacss/dev": "^0.39.0",
"prettier": "^3.2.5",
"prettier-plugin-astro": "^0.13.0"
}
}