-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.16 KB
/
Copy pathpackage.json
File metadata and controls
47 lines (47 loc) · 1.16 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
45
46
47
{
"name": "yonic-corner",
"type": "module",
"private": "true",
"license": "GPL-3.0",
"version": "2.3.0",
"browserslist": [
"IE >= 5.5, Firefox >= 1, supports flexbox"
],
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/mdx": "^3.0.0",
"@astrojs/sitemap": "^3.1.4",
"@astrojs/svelte": "^5.4.0",
"astro": "^4.9.3",
"astro-auto-import": "^0.4.2",
"astro-mdx-code-blocks": "^0.0.6",
"astro-modernizr": "^0.1.0",
"astro-seo": "^0.8.0",
"autoprefixer": "^10.4.14",
"cheerio": "^1.0.0-rc.12",
"cssnano": "^6.0.1",
"cssnano-preset-advanced": "^6.0.1",
"mdast-util-to-string": "^4.0.0",
"reading-time": "^1.5.0",
"sass": "^1.62.0",
"sharp": "^0.32.6",
"svelte": "^4.2.17",
"svelte-toggle": "^4.0.1",
"text-vide": "^1.7.0",
"unist-util-filter": "^5.0.1",
"unist-util-visit": "^5.0.0",
"uuid-by-string": "^4.0.0",
"vscode-icons-js": "^11.6.1"
},
"devDependencies": {
"commander": "^10.0.1",
"glob": "^10.3.10",
"gray-matter": "^4.0.3"
}
}