forked from techniq/svelte-ux
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.66 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
{
"name": "svelte-ux",
"author": "Sean Lynch <[email protected]>",
"license": "MIT",
"repository": "techniq/svelte-ux",
"version": "0.20.4",
"scripts": {
"dev": "svelte-kit dev",
"build": "svelte-kit build",
"preview": "svelte-kit preview",
"package": "svelte-kit package",
"publish": "svelte-kit package && npm publish ./package",
"check": "svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "prettier --ignore-path .gitignore --check --plugin-search-dir=. .",
"format": "prettier --ignore-path .gitignore --write --plugin-search-dir=. ."
},
"devDependencies": {
"@sveltejs/adapter-vercel": "^1.0.0-next.59",
"@sveltejs/kit": "^1.0.0-next.355",
"@tailwindcss/typography": "^0.5.2",
"@types/d3-array": "^3.0.3",
"@types/lodash-es": "^4.17.6",
"autoprefixer": "^10.4.7",
"mdsvex": "^0.10.6",
"prettier": "^2.7.1",
"prettier-plugin-svelte": "^2.7.0",
"prism-themes": "^1.9.0",
"svelte": "^3.48.0",
"svelte-check": "^2.8.0",
"svelte-preprocess": "^4.10.7",
"svelte2tsx": "^0.5.11",
"tailwindcss": "^3.1.4",
"tslib": "^2.4.0",
"typescript": "^4.7.4",
"unist-util-visit": "^4.1.0",
"vite-plugin-sveld": "^1.0.3"
},
"type": "module",
"dependencies": {
"@floating-ui/dom": "^1.0.7",
"@mdi/js": "^6.7.96",
"clsx": "^1.1.1",
"d3-array": "^3.1.6",
"d3-format": "^3.1.0",
"d3-scale": "^4.0.2",
"d3-time": "^3.0.0",
"date-fns": "^2.28.0",
"graphql": "^16.5.0",
"immer": "^9.0.15",
"lodash-es": "^4.17.21",
"rehype-slug": "^5.0.1",
"zod": "^3.17.3"
}
}