-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.17 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.17 KB
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
{
"name": "website",
"version": "2.0.0",
"scripts": {
"dev": "svelte-kit dev",
"build": "svelte-kit build",
"package": "svelte-kit package",
"preview": "svelte-kit preview",
"check": "svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-check --tsconfig ./tsconfig.json --watch"
},
"devDependencies": {
"@rollup/plugin-dynamic-import-vars": "2.0.1",
"@sveltejs/adapter-auto": "1.0.0-next.50",
"@sveltejs/adapter-node": "1.0.0-next.78",
"@sveltejs/kit": "1.0.0-next.350",
"@sveltejs/vite-plugin-svelte": "1.0.0-next.49",
"@types/cookie": "^0.5.1",
"@types/jsonwebtoken": "^8.5.8",
"@types/umami": "^2.10.0",
"dotenv": "^10.0.0",
"lucide-icons-svelte": "^0.1.0",
"mdsvex": "^0.9.8",
"sass": "^1.49.7",
"svelte": "3.46.4",
"svelte-check": "2.4.3",
"svelte-preprocess": "4.10.2",
"tslib": "^2.3.1",
"typescript": "^4.5.5"
},
"type": "module",
"dependencies": {
"@transdb-de/filter-lang": "github:transdb-de/filter-lang",
"accept-language-parser": "^1.5.0",
"axios": "^0.24.0",
"cookie": "^0.5.0",
"jsonwebtoken": "^8.5.1",
"rehype-external-links": "^1.0.1"
}
}