forked from GrygrFlzr/kit-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.23 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
{
"name": "kit-docs",
"version": "0.0.2",
"type": "module",
"author": "Martin Krisnanto Putra <[email protected]>",
"homepage": "https://github.com/GrygrFlzr/kit-docs#readme",
"bugs": "https://github.com/GrygrFlzr/kit-docs/issues",
"license": "(MIT OR Apache-2.0)",
"engines": {
"node": "14.x"
},
"scripts": {
"dev": "svelte-kit dev",
"build": "svelte-kit build",
"start": "svelte-kit start",
"clean": "rm -rf .svelte build functions api public .vercelignore .vercel_build_output"
},
"devDependencies": {
"@sveltejs/adapter-vercel": "next",
"@sveltejs/kit": "next",
"@tailwindcss/typography": "^0.4.0",
"autoprefixer": "^10.2.5",
"cssnano": "^4.1.10",
"mdsvex": "^0.8.9",
"postcss": "^8.2.8",
"postcss-cli": "^8.3.1",
"postcss-load-config": "^3.0.1",
"prettier": "^2.2.1",
"prismjs-tomorrow-theme": "0.0.1",
"rehype-autolink-headings": "^5.0.1",
"rehype-slug": "^4.0.1",
"svelte": "^3.35.0",
"svelte-preprocess": "^4.6.9",
"tailwindcss": "^2.0.3",
"tslib": "^2.1.0",
"typescript": "^4.2.3",
"vite": "^2.0.5"
}
}