-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.34 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
{
"name": "advent-of-sveltekit-2022",
"version": "0.0.1",
"private": true,
"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 --plugin-search-dir . --check .",
"format": "prettier --plugin-search-dir . --write .",
"typesafe-i18n": "typesafe-i18n"
},
"devDependencies": {
"@faker-js/faker": "^7.6.0",
"@formkit/auto-animate": "1.0.0-beta.5",
"@iconify-json/carbon": "^1.1.11",
"@iconify-json/twemoji": "^1.1.7",
"@neoconfetti/svelte": "^1.0.0",
"@sveltejs/adapter-auto": "^1.0.0",
"@sveltejs/kit": "1.0.1",
"@types/prismjs": "^1.26.0",
"@types/seedrandom": "^3.0.3",
"date-fns": "^2.29.3",
"date-fns-tz": "^1.3.7",
"just-debounce-it": "^3.1.1",
"just-shuffle": "^4.2.0",
"open-props": "^1.4.24",
"prettier": "^2.6.2",
"prettier-plugin-svelte": "^2.7.0",
"prism-svelte": "^0.5.0",
"prismjs": "^1.29.0",
"seedrandom": "^3.0.5",
"svelte": "^3.55.0",
"svelte-check": "^2.7.1",
"svelte-preprocess": "^4.10.6",
"tslib": "^2.3.1",
"typescript": "^4.7.4",
"unplugin-icons": "^0.14.14",
"vite": "^4.0.2",
"zod": "^3.20.2"
},
"type": "module",
"dependencies": {
"typesafe-i18n": "^5.17.1"
}
}