-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.15 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.15 KB
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
{
"name": "helkun-dev",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.9.6",
"@astrojs/mdx": "^4.3.13",
"@astrojs/react": "^4.4.2",
"@astrojs/tailwind": "^6.0.2",
"@astrojs/vue": "^5.1.3",
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@mui/material": "^6.1.1",
"@tailwindcss/nesting": "^0.0.0-insiders.565cd3e",
"@types/react": "^18.3.8",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-vue": "^5.1.4",
"astro": "^5.16.5",
"astro-auto-import": "^0.4.4",
"astro-expressive-code": "^0.41.5",
"fetch-site-metadata": "^0.2.0",
"jsdom": "^25.0.1",
"node-fetch": "^3.3.2",
"prettier": "^3.4.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-player": "^2.16.0",
"rehype-slug": "^6.0.0",
"typescript": "^5.6.2",
"vue": "^3.5.8"
},
"devDependencies": {
"@types/jsdom": "^21.1.7",
"postcss-nesting": "^13.0.0",
"tailwindcss": "^3.4.13"
}
}