-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.4 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": "poker-payout-calculator",
"version": "1.0.0",
"private": true,
"type": "module",
"scripts": {
"preinstall": "npx only-allow pnpm",
"test": "echo \"Error: no test specified\" && exit 1",
"check": "svelte-check",
"format": "eslint . --fix",
"dev": "vite",
"build": "vite build"
},
"devDependencies": {
"@iconify/json": "^2.2.195",
"@sveltejs/adapter-cloudflare": "^4.2.0",
"@sveltejs/kit": "^2.5.4",
"@sveltejs/vite-plugin-svelte": "^3.0.2",
"@types/node": "^20.12.5",
"@typescript-eslint/eslint-plugin": "^7.3.1",
"@typescript-eslint/parser": "^7.3.1",
"autoprefixer": "^10.4.19",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-svelte": "^2.35.1",
"pnpm": "^8.15.5",
"postcss": "^8.4.38",
"prettier": "^3.2.5",
"prettier-plugin-svelte": "^3.2.2",
"prettier-plugin-tailwindcss": "^0.5.12",
"svelte": "^4.2.12",
"svelte-check": "^3.6.8",
"svelte-eslint-parser": "^0.33.1",
"tailwindcss": "^3.4.1",
"tslib": "^2.6.2",
"typescript": "^5.4.3",
"unplugin-icons": "^0.18.5",
"vite": "^5.2.6"
},
"dependencies": {
"@fontsource-variable/inter": "^5.0.17",
"@fontsource-variable/jetbrains-mono": "^5.0.20",
"@fontsource/poppins": "^5.0.12",
"@msgpack/msgpack": "3.0.0-beta2",
"svelte-copy": "^1.4.2"
}
}