-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
65 lines (65 loc) · 1.59 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
{
"name": "@glagan/zap",
"version": "0.4.4",
"author": "Glagan",
"license": "GPL-3.0",
"repository": {
"type": "git",
"url": "git+https://github.com/Glagan/zap.git"
},
"bugs": {
"url": "https://github.com/Glagan/zap/issues"
},
"homepage": "https://github.com/Glagan/zap",
"keywords": [
"svelte",
"toast",
"notification"
],
"scripts": {
"dev": "vite dev",
"sync": "svelte-kit sync",
"build": "svelte-kit sync && vite build",
"package": "svelte-kit sync && svelte-package",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "prettier --check . && eslint .",
"format": "prettier --write ."
},
"dependencies": {
"@glagan/minimark": "^0.1.4"
},
"devDependencies": {
"@sveltejs/adapter-auto": "^3.2.1",
"@sveltejs/adapter-static": "^3.0.1",
"@sveltejs/kit": "^2.5.10",
"@sveltejs/package": "^2.3.1",
"@sveltejs/vite-plugin-svelte": "^3.1.1",
"@typescript-eslint/eslint-plugin": "^7.13.0",
"@typescript-eslint/parser": "^7.13.0",
"autoprefixer": "^10.4.19",
"eslint": "^9.4.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-svelte3": "^4.0.0",
"postcss": "^8.4.38",
"prettier": "^3.3.2",
"prettier-plugin-svelte": "^3.2.4",
"svelte": "^4.2.18",
"svelte-check": "^3.8.0",
"svelte-preprocess": "^5.1.4",
"tailwindcss": "^3.4.4",
"tslib": "^2.6.3",
"typescript": "^5.4.5",
"vite": "^5.2.13"
},
"type": "module",
"main": "index.js",
"files": [
"components",
"stores",
"utils",
"types.*",
"index.*",
"zap.css"
]
}