-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
71 lines (71 loc) · 2.09 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
{
"name": "landofhop-v6",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "npm-run-all --parallel vite typesafe-i18n",
"vite": "vite dev --open",
"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": "eslint --ext .js,.ts,.svelte .",
"format": "prettier --plugin-search-dir . --write .",
"typesafe-i18n": "typesafe-i18n"
},
"devDependencies": {
"@fortawesome/pro-light-svg-icons": "^6.5.1",
"@fortawesome/pro-regular-svg-icons": "^6.4.0",
"@fortawesome/pro-solid-svg-icons": "^6.4.0",
"@sveltejs/adapter-auto": "^3.1.0",
"@sveltejs/kit": "^2.5.0",
"@types/bcryptjs": "^2.4.2",
"@types/d3-array": "^3.2.1",
"@types/d3-scale": "^4.0.8",
"@types/d3-shape": "^3.1.6",
"@types/html-minifier": "^4.0.2",
"@types/jsonwebtoken": "^9.0.1",
"@types/lodash-es": "^4.17.7",
"@types/marked": "^5.0.0",
"@typescript-eslint/eslint-plugin": "^5.45.0",
"@typescript-eslint/parser": "^5.45.0",
"autoprefixer": "^10.4.14",
"clsx": "^2.1.0",
"d3-array": "^3.2.4",
"d3-scale": "^4.0.2",
"d3-shape": "^3.2.0",
"eslint": "^8.28.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-svelte": "^2.37.0",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.21",
"prettier": "^3.2.5",
"prettier-plugin-svelte": "^3.2.3",
"prettier-plugin-tailwindcss": "^0.5.13",
"slugify": "^1.6.6",
"snarkdown": "^2.0.0",
"svelte": "^5.0.0-next.148",
"svelte-canvas-confetti": "^0.6.0",
"svelte-check": "^3.4.3",
"svelte-fa": "^3.0.3",
"tailwind-merge": "^2.2.1",
"tailwindcss": "^3.4.1",
"tslib": "^2.4.1",
"typesafe-i18n": "^5.24.3",
"typescript": "^5.0.0",
"vite": "^5.0.11",
"zod": "^3.22.4"
},
"type": "module",
"dependencies": {
"@cospired/i18n-iso-languages": "^4.2.0",
"bcryptjs": "^2.4.3",
"bits-ui": "^0.21.10",
"date-fns": "^2.29.3",
"jsonwebtoken": "^9.0.2",
"lodash-es": "^4.17.21",
"mongodb": "^5.2.0",
"sveltekit-superforms": "^2.10.6"
}
}