-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
68 lines (68 loc) · 1.95 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
{
"name": "translate5",
"version": "0.0.11",
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"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 ."
},
"devDependencies": {
"@fontsource-variable/overpass-mono": "^5.0.18",
"@neoconfetti/svelte": "^1.0.0",
"@sveltejs/adapter-auto": "^3.0.0",
"@sveltejs/kit": "^2.0.0",
"@sveltejs/vite-plugin-svelte": "^3.0.0",
"@tailwindcss/typography": "^0.5.12",
"@types/eslint": "^8.56.0",
"@types/js-yaml": "^4.0.9",
"@types/marked": "^6.0.0",
"@typescript-eslint/eslint-plugin": "^7.0.0",
"@typescript-eslint/parser": "^7.0.0",
"autoprefixer": "^10.4.16",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-svelte": "^2.35.1",
"inquirer": "^9.2.17",
"postcss": "^8.4.32",
"postcss-load-config": "^5.0.2",
"prettier": "^3.1.1",
"prettier-plugin-svelte": "^3.1.2",
"prettier-plugin-tailwindcss": "^0.5.9",
"svelte": "^4.2.7",
"svelte-check": "^3.6.0",
"svelte-headless-table": "^0.18.2",
"tailwindcss": "^3.3.6",
"tslib": "^2.4.1",
"typescript": "^5.0.0",
"vite": "^5.0.3"
},
"type": "module",
"dependencies": {
"@bytemd/plugin-gfm": "^1.21.0",
"@cartamd/plugin-code": "^4.0.3",
"@cartamd/plugin-emoji": "^4.0.1",
"active-table": "^1.1.5",
"bits-ui": "^0.21.5",
"bytemd": "^1.21.0",
"carta-md": "^4.0.0",
"clsx": "^2.1.0",
"cmdk-sv": "^0.0.17",
"gray-matter": "^4.0.3",
"iso-639-1": "^3.1.2",
"isomorphic-dompurify": "^2.7.0",
"js-yaml": "^4.1.0",
"lucide-svelte": "^0.365.0",
"marked": "^12.0.2",
"mode-watcher": "^0.3.0",
"remark-frontmatter": "^5.0.0",
"svelte-autosize": "^1.1.0",
"svelte-french-toast": "^1.2.0",
"svelte-radix": "^1.1.0",
"tailwind-merge": "^2.2.2",
"tailwind-variants": "^0.2.1"
}
}