-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 828 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 828 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
27
28
29
30
31
32
33
{
"name": "hagura-svelte",
"version": "0.0.1",
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview"
},
"devDependencies": {
"@poppanator/sveltekit-svg": "^0.1.7",
"@sveltejs/adapter-netlify": "next",
"@sveltejs/kit": "next",
"autoprefixer": "^10.2.5",
"cssnano": "^5.0.1",
"mdsvex": "^0.9.0",
"postcss": "^8.2.10",
"postcss-load-config": "^3.0.1",
"rehype-autolink-headings": "^5.0.1",
"rehype-slug": "^4.0.1",
"remark-abbr": "^1.4.1",
"remark-github": "^10.0.1",
"svelte": "^3.44.0",
"svelte-preprocess": "^4.7.1",
"tailwindcss": "^2.1.1",
"vite": "^3.0.2"
},
"type": "module",
"dependencies": {
"bibtex": "^0.9.0",
"stream": "0.0.2",
"svelte-paginate": "github:jarmitage/svelte-paginate"
}
}