-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
73 lines (73 loc) · 2.21 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
{
"name": "datapackhub",
"version": "1.0.0",
"private": true,
"scripts": {
"build": "vite build",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"dev": "vite dev",
"format": "prettier --cache src --write \"./{src,tests}/**/*.{svelte,ts}\"",
"lint": "oxlint",
"preview": "vite preview",
"test": "playwright test"
},
"devDependencies": {
"@melt-ui/pp": "^0.3.2",
"@melt-ui/svelte": "^0.79.1",
"@playwright/test": "^1.44.0",
"@sveltejs/adapter-cloudflare": "^4.4.0",
"@sveltejs/kit": "^2.5.9",
"@sveltejs/vite-plugin-svelte": "^3.1.0",
"dotenv": "^16.4.5",
"esbuild": "^0.21.3",
"eslint-plugin-svelte": "^2.39.0",
"lightningcss": "^1.24.1",
"postcss-load-config": "^5.1.0",
"prettier": "^3.2.5",
"prettier-plugin-organize-imports": "^3.2.4",
"prettier-plugin-svelte": "^3.2.3",
"prettier-plugin-tailwindcss": "^0.5.14",
"radash": "^12.1.0",
"rehype-highlight": "^7.0.0",
"rehype-sanitize": "^6.0.0",
"rehype-stringify": "^10.0.0",
"remark-gfm": "^4.0.0",
"remark-link-rewrite": "^1.0.7",
"remark-mentions": "^1.1.0",
"remark-parse": "^11.0.0",
"remark-rehype": "^11.1.0",
"svelte-check": "^3.7.1",
"svelte-preprocess": "^5.1.4",
"svelte-sequential-preprocessor": "^2.0.1",
"svelte-sonner": "^0.3.24",
"sveltekit-superforms": "^2.13.1",
"tslib": "^2.6.2",
"typescript": "^5.4.5",
"unified": "^11.0.4",
"unplugin-icons": "^0.19.0",
"vite": "^5.2.11"
},
"type": "module",
"dependencies": {
"@formkit/auto-animate": "^0.8.2",
"@iconify-json/tabler": "^1.1.112",
"@neoconfetti/svelte": "^2.2.1",
"@tailwindcss/typography": "^0.5.13",
"@types/animejs": "^3.1.12",
"@types/nprogress": "^0.2.3",
"animejs": "^3.2.2",
"highlight.js": "^11.9.0",
"jszip": "^3.10.1",
"nprogress": "^0.2.0",
"oxlint": "^0.3.5",
"postcss": "^8.4.38",
"rehype-raw": "^7.0.0",
"svelte": "^4.2.17",
"svelte-floating-ui": "^1.5.8",
"svelte-multiselect": "^10.3.0",
"tailwindcss": "^3.4.3",
"zod": "^3.23.8"
},
"engineStrict": true
}