generated from kanakanho/astro-react-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.51 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
{
"name": "kanakanho-portfolio-by-astro",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro",
"biome": "biome check --write ./src && biome format --write ./src && prettier --write ./src",
"lint": "biome check --write ./src",
"format": "biome format --write ./src && prettier --write ./src",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
},
"dependencies": {
"@astrojs/check": "^0.9.3",
"@astrojs/react": "^3.6.2",
"@icons-pack/react-simple-icons": "^10.0.0",
"astro": "^4.15.8",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-icons": "^5.3.0"
},
"devDependencies": {
"@astrojs/partytown": "^2.1.2",
"@biomejs/biome": "^1.9.2",
"@chromatic-com/storybook": "^2.0.2",
"@storybook/addon-essentials": "^8.3.2",
"@storybook/addon-interactions": "^8.3.2",
"@storybook/addon-links": "^8.3.2",
"@storybook/addon-onboarding": "^8.3.2",
"@storybook/blocks": "^8.3.2",
"@storybook/react": "^8.3.2",
"@storybook/react-vite": "^8.3.2",
"@storybook/test": "^8.3.2",
"@types/react": "^18.3.8",
"@types/react-dom": "^18.3.0",
"astro-expressive-code": "^0.37.0",
"prettier": "^3.3.3",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-astro-organize-imports": "^0.4.9",
"sass": "^1.79.3",
"storybook": "^8.3.2",
"typescript": "^5.6.2"
}
}