-
-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 637 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 637 Bytes
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
{
"name": "hagura-svelte",
"version": "0.0.1",
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview"
},
"devDependencies": {
"@sveltejs/adapter-auto": "^3.3.1",
"@sveltejs/kit": "^1.30.4",
"mdsvex": "^0.9.8",
"open-props": "^1.7.7",
"postcss": "^8.4.47",
"postcss-jit-props": "^1.0.14",
"postcss-load-config": "^3.1.4",
"rehype-autolink-headings": "^5.1.0",
"rehype-slug": "^4.0.1",
"remark-abbr": "^1.4.2",
"remark-github": "^10.1.0",
"svelte": "^3.59.2",
"svelte-preprocess": "^4.10.7",
"vite": "^4.5.5"
},
"type": "module"
}