-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 900 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
{
"name": "viraj-website",
"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.7.0",
"@astrojs/mdx": "^3.0.1",
"@astrojs/sitemap": "^3.1.5",
"@builder.io/qwik": "^1.5.5",
"@iconify-json/heroicons-solid": "1.1.11",
"@iconify-json/ic": "^1.1.17",
"@iconify-json/mdi": "^1.1.66",
"@iconify-json/ri": "^1.1.20",
"@iconify-json/uil": "^1.1.8",
"@qwikdev/astro": "^0.5.15",
"astro": "^4.9.1",
"astro-icon": "^1.1.0",
"autolinker": "4.0.0",
"classnames": "2.5.1",
"image-size": "^1.1.1",
"remark-code-titles": "0.1.2",
"sharp": "^0.33.4",
"typescript": "^5.4.5"
},
"devDependencies": {
"autoprefixer": "10.4.19",
"cssnano": "7.0.1",
"postcss": "8.4.38",
"sass": "^1.77.2"
}
}