-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
93 lines (93 loc) · 2.62 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
{
"name": "duosmium-sveltekit",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "vite dev --host",
"build": "vite build",
"preview": "vite preview --host",
"test": "npm run test:integration && npm run test:unit",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "prettier --check . && eslint .",
"format": "prettier --write .",
"test:integration": "playwright test",
"test:unit": "vitest"
},
"dependencies": {
"@faker-js/faker": "^8.0.2",
"async": "^3.2.4",
"chroma-js": "^2.4.2",
"clsx": "^2.0.0",
"color-contrast-calc": "^0.4.1",
"dotenv": "^16.3.1",
"escape-html": "^1.0.3",
"hast-util-to-html": "^8.0.4",
"js-yaml": "^4.1.0",
"jsonminify": "^0.4.2",
"lodash.template": "^4.5.0",
"lucide-svelte": "^0.294.0",
"mode-watcher": "^0.1.2",
"radix-icons-svelte": "^1.2.1",
"rehype-pretty-code": "^0.9.6",
"rehype-slug": "^5.1.0",
"remark-code-import": "^1.2.0",
"remark-gfm": "^3.0.1",
"rimraf": "^4.4.1",
"sciolyff": "^0.14.2",
"sharp": "^0.32.0",
"shiki": "^0.14.4",
"strftime": "^0.10.1",
"svelte-sonner": "^0.3.11",
"tailwind-merge": "^2.0.0",
"tailwind-variants": "^0.1.18",
"tsx": "^3.14.0",
"unified": "^10.1.2",
"unist-builder": "^3.0.1",
"unist-util-visit": "^4.1.2",
"vaul-svelte": "^0.0.6",
"zod": "^3.22.4"
},
"devDependencies": {
"@playwright/test": "^1.28.1",
"@sveltejs/adapter-auto": "^3.0.0",
"@sveltejs/kit": "^2.0.0",
"@sveltejs/vite-plugin-svelte": "^3.0.0",
"@types/async": "^3.2.18",
"@types/d3-scale": "^4.0.6",
"@types/escape-html": "^1.0.3",
"@types/lodash.template": "^4.5.2",
"@types/nearest-color": "^0.4.1",
"@types/node": "^18.17.5",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"@unovis/svelte": "^1.2.3",
"@unovis/ts": "^1.2.3",
"autoprefixer": "^10.4.14",
"bits-ui": "^0.10.0",
"cmdk-sv": "^0.0.12",
"d3-scale": "^4.0.2",
"eslint": "^8.28.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-svelte": "^2.30.0",
"formsnap": "^0.4.1",
"nanoid": "^5.0.3",
"postcss": "^8.4.24",
"postcss-load-config": "^4.0.1",
"prettier": "^3.1.0",
"prettier-plugin-svelte": "^3.1.2",
"prettier-plugin-tailwindcss": "^0.4.1",
"svelte": "^4.2.7",
"svelte-check": "^3.6.0",
"svelte-headless-table": "^0.17.7",
"svelte-legos": "^0.2.1",
"svelte-local-storage-store": "^0.5.0",
"svelte-wrap-balancer": "^0.0.4",
"tailwindcss": "^3.3.2",
"tslib": "^2.4.1",
"typescript": "^5.0.0",
"vite": "^5.0.0",
"vitest": "^1.0.0"
},
"type": "module"
}