forked from axewal/axelwalden.github.io
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.05 KB
/
Copy pathpackage.json
File metadata and controls
42 lines (42 loc) · 1.05 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
{
"name": "NamnsHemsida",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview"
},
"devDependencies": {
"@sveltejs/adapter-auto": "next",
"@sveltejs/adapter-static": "next",
"@sveltejs/kit": "next",
"autoprefixer": "^10.4.14",
"mdsvex": "^0.10.6",
"postcss": "^8.4.27",
"rehype-autolink-headings": "^6.1.1",
"rehype-format": "^4.0.1",
"rehype-slug": "^5.1.0",
"rehype-stringify": "^9.0.3",
"remark-abbr": "^1.4.1",
"remark-autolink-headings": "^7.0.1",
"remark-frontmatter": "^4.0.1",
"remark-github": "^11.2.4",
"remark-parse": "^10.0.1",
"remark-rehype": "^10.1.0",
"remark-sectionize": "^1.1.1",
"remark-slug": "^7.0.1",
"remark-toc": "^8.0.1",
"svelte": "^3.44.0",
"svelte-preprocess": "^4.10.7",
"tailwindcss": "^3.3.3"
},
"type": "module",
"dependencies": {
"@picocss/pico": "^1.5.6",
"elizabot": "^0.0.3",
"prism-themes": "^1.9.0",
"remark": "^14.0.2",
"svelte-french-toast": "^1.0.3"
}
}