-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
74 lines (74 loc) · 2.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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"name": "svelte-hot-french-toast",
"version": "1.0.0",
"description": "Buttery smooth toast notifications for Svelte 5. Lightweight, customizable, and beautiful by default.",
"license": "MIT",
"scripts": {
"dev": "vite dev",
"build": "vite build && pnpm package",
"preview": "vite preview",
"check": "svelte-kit sync && svelte-check",
"check:watch": "svelte-kit sync && svelte-check --watch",
"format": "prettier -w .",
"lint": "prettier -c . && eslint .",
"package": "svelte-kit sync && svelte-package -i src/svelte-hot-french-toast && publint",
"prepare": "svelte-kit sync",
"prepublishOnly": "pnpm package"
},
"peerDependencies": {
"svelte": ">= 5"
},
"devDependencies": {
"@eslint/js": "9.14.0",
"@fontsource-variable/recursive": "5.1.0",
"@ianvs/prettier-plugin-sort-imports": "4.3.1",
"@sveltejs/adapter-vercel": "5.4.6",
"@sveltejs/kit": "2.7.3",
"@sveltejs/package": "2.3.7",
"@sveltejs/vite-plugin-svelte": "4.0.0",
"@typescript-eslint/eslint-plugin": "8.12.2",
"@typescript-eslint/parser": "8.12.2",
"autoprefixer": "10.4.20",
"cssnano": "7.0.6",
"eslint": "9.13.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-svelte": "2.46.0",
"globals": "15.11.0",
"phosphor-icons-svelte": "2.0.0",
"postcss": "8.4.47",
"prettier": "3.3.3",
"prettier-plugin-svelte": "3.2.7",
"prettier-plugin-tailwindcss": "0.6.8",
"publint": "0.2.12",
"remeda": "2.16.0",
"shiki": "1.22.2",
"svelte": "5.1.6",
"svelte-check": "4.0.5",
"tailwindcss": "3.4.14",
"tailwindcss-addons": "3.0.0",
"tslib": "2.8.0",
"typescript": "5.6.3",
"typescript-eslint": "8.12.2",
"vite": "5.4.10"
},
"repository": "github:babakfp/svelte-hot-french-toast",
"files": [
"dist",
"header-image.png"
],
"exports": {
".": {
"types": "./dist/index.d.ts",
"svelte": "./dist/index.js"
}
},
"svelte": "./dist/index.js",
"types": "./dist/index.d.ts",
"keywords": [
"svelte",
"notifications",
"toast",
"snackbar"
],
"type": "module"
}