generated from reepolee/svelte-routify-windi-vite
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.46 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
49
50
51
52
53
54
55
{
"name": "kusamaxi.com",
"description": "kusama community website",
"version": "3.0.1",
"license": "MIT",
"type": "module",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/cloudflare": "^6.1.2",
"@astrojs/image": "^0.14.1",
"@astrojs/mdx": "^0.16.0",
"@astrojs/sitemap": "^1.1.0",
"@astrojs/svelte": "^2.0.1",
"@fontsource/ibm-plex-mono": "^4.5.13",
"@fontsource/ibm-plex-serif": "^4.5.12",
"@fontsource/open-sans": "^4.5.14",
"@fontsource/poppins": "^4.5.10",
"@fontsource/space-grotesk": "^4.5.13",
"@vercel/analytics": "^0.1.11",
"astro": "^2.0.10",
"gray-matter": "^4.0.3",
"nanostores": "^0.7.4",
"sharp": "^0.31.3",
"svelte": "^3.55.1",
"svelte-compare-image": "^1.0.2"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.51.0",
"@typescript-eslint/parser": "^5.51.0",
"@unocss/preset-wind": "^0.49.4",
"@unocss/reset": "^0.49.4",
"astro-icon": "^0.8.0",
"eslint": "^8.34.0",
"prettier": "^2.8.4",
"prettier-plugin-astro": "^0.8.0",
"rollup": "^3.15.0",
"svgo": "^2.8.0",
"typescript": "^4.9.5",
"unocss": "^0.49.4",
"vite": "^4.1.1"
},
"peerDependencies": {
"@typescript-eslint/parser": "^5.39.0",
"rollup": "^3.0.0",
"typescript": "^4.8.4",
"vite": "^3.1.6"
}
}