-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
67 lines (67 loc) · 2.15 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
{
"name": "tnfshcec-web",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "vite dev",
"build": "npm run build:i18n && vite build",
"build:i18n": "paraglide-js compile --project ./tnfshcec.inlang",
"preview": "vite preview",
"test": "playwright test",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "prettier --check . && eslint . && npx @inlang/cli lint --project ./tnfshcec.inlang",
"format": "prettier --write ."
},
"devDependencies": {
"@iconify-json/mdi": "^1.1.54",
"@inlang/paraglide-js": "1.11.0",
"@inlang/paraglide-js-adapter-sveltekit": "^0.6.7",
"@melt-ui/pp": "^0.3.0",
"@melt-ui/svelte": "^0.83.0",
"@playwright/test": "^1.45.0",
"@shikijs/transformers": "^1.12.1",
"@sveltejs/adapter-static": "^3.0.1",
"@sveltejs/kit": "^2.3.0",
"@sveltejs/vite-plugin-svelte": "^3.0.0",
"@tailwindcss/forms": "^0.5.4",
"@tailwindcss/typography": "^0.5.9",
"@types/eslint": "^9.6.0",
"@types/node": "^22.0.2",
"@types/thunky": "^1.1.0",
"autoprefixer": "^10.4.14",
"bits-ui": "^0.21.1",
"eslint": "^9.8.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-svelte": "^2.43.0",
"mdsvex": "^0.11.0",
"mode-watcher": "^0.4.1",
"postcss": "^8.4.23",
"postcss-load-config": "^6.0.1",
"prettier": "^3.2.4",
"prettier-plugin-svelte": "^3.2.2",
"prettier-plugin-tailwindcss": "^0.6.4",
"prism-themes": "^1.9.0",
"rehype-external-links": "^3.0.0",
"rehype-slug": "^6.0.0",
"remark-footnotes": "^4.0.1",
"shiki": "^1.1.0",
"svelte": "^4.2.3",
"svelte-check": "^3.6.0",
"svelte-meta-tags": "^3.1.0",
"svelte-preprocess": "^6.0.1",
"svelte-sequential-preprocessor": "^2.0.1",
"tailwindcss": "^3.3.1",
"tslib": "^2.4.1",
"typescript": "^5.5.2",
"typescript-eslint": "^8.0.0-alpha.20",
"unist-util-visit": "^5.0.0",
"unplugin-icons": "^0.19.0",
"vaul-svelte": "^0.3.0",
"vite": "^5.3.1"
},
"type": "module",
"dependencies": {
"just-extend": "^6.2.0"
}
}