-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
64 lines (64 loc) · 1.97 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
56
57
58
59
60
61
62
63
64
{
"name": "sveltekit-components",
"version": "0.6.0",
"description": "An opinionated UI library of SvelteKit components",
"license": "MIT",
"scripts": {
"dev": "vite dev",
"build": "vite build",
"package": "svelte-package",
"preview": "vite preview",
"check": "svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-check --tsconfig ./tsconfig.json --watch",
"update": "npm update @sveltejs/kit && npx npm-check -u",
"lint": "prettier --ignore-path .gitignore --check --plugin-search-dir=. .",
"format": "prettier --ignore-path .gitignore --write --plugin-search-dir=. ."
},
"devDependencies": {
"@sveltejs/adapter-auto": "^1.0.0-next.84",
"@sveltejs/adapter-vercel": "^1.0.0-next.80",
"@sveltejs/kit": "^1.0.0-next.516",
"@sveltejs/package": "^1.0.0-next.5",
"autoprefixer": "^10.4.12",
"clipboard-copy": "^4.0.1",
"cssnano": "^5.1.13",
"cssnano-preset-default": "^5.2.5",
"mdsvex": "^0.10.6",
"postcss": "^8.4.14",
"postcss-load-config": "^4.0.1",
"prettier": "^2.6.2",
"prettier-plugin-svelte": "^2.8.0",
"prism-svelte": "^0.5.0",
"prism-themes": "^1.9.0",
"prismjs": "^1.29.0",
"remark-slug": "^7.0.1",
"sass": "^1.55.0",
"svelte": "^3.52.0",
"svelte-check": "^2.9.2",
"svelte-feather-icons": "^4.0.0",
"svelte-preprocess": "^4.10.6",
"svelte2tsx": "^0.5.20",
"tslib": "^2.3.1",
"typescript": "^4.8.4",
"unist-util-visit": "^4.1.1",
"vite": "^3.0.4"
},
"type": "module",
"dependencies": {
"@fontsource/fira-mono": "^4.5.10",
"@fontsource/source-sans-pro": "^4.5.11"
},
"repository": {
"type": "git",
"url": "https://github.com/mirkoschubert/sveltekit-components.git"
},
"homepage": "https://sveltekit-components.mirkoschubert.com",
"bugs": "https://github.com/mirkoschubert/sveltekit-components/issues",
"keywords": [
"svelte",
"sveltekit",
"component library",
"ui library",
"ui kit"
]
}