-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 875 Bytes
/
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
{
"name": "",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev --host",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.5.5",
"@iconify-json/material-symbols": "^1.1.73",
"@iconify-json/mdi": "^1.1.64",
"astro": "^4.4.1",
"astro-icon": "^1.1.0",
"astro-tabs": "^0.1.8",
"typescript": "^5.3.3"
},
"devDependencies": {
"autoprefixer": "^10.4.17",
"open-props": "^1.6.18",
"postcss": "^8.4.35",
"postcss-jit-props": "^1.0.14",
"prettier": "^3.2.5",
"prettier-plugin-astro": "^0.13.0",
"sass": "^1.71.1",
"vite-plugin-lqip": "^0.0.5"
},
"overrides": {
"astro-compress": {
"sharp": "0.33.2"
},
"astro": {
"sharp": "0.33.2"
}
}
}