-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
55 lines (55 loc) · 1.33 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
{
"name": "svooltip",
"version": "0.8.3",
"scripts": {
"dev": "vite dev --port=3000",
"build": "vite build",
"build:package": "npm run package && node build.js && npm publish ./package",
"package": "svelte-package -o package",
"preview": "svelte-kit preview",
"check": "svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-check --tsconfig ./tsconfig.json --watch"
},
"type": "module",
"keywords": [
"svelte",
"tooltip",
"floating-ui",
"svelte-component"
],
"repository": {
"type": "git",
"url": "https://github.com/Gibbu/svooltip.git"
},
"bugs": {
"url": "https://github.com/Gibbu/svooltip/issues"
},
"devDependencies": {
"@sveltejs/adapter-vercel": "^5.4.3",
"@sveltejs/kit": "^2.5.25",
"@sveltejs/package": "^2.3.4",
"@sveltejs/vite-plugin-svelte": "^3.1.2",
"@types/prismjs": "^1.26.4",
"autoprefixer": "^10.4.20",
"mdsvex": "^0.12.3",
"prettier": "^3.3.3",
"prettier-plugin-jsdoc": "^1.3.0",
"prettier-plugin-svelte": "^3.2.6",
"prismjs": "^1.29.0",
"rehype-slug": "^6.0.0",
"sass": "^1.77.8",
"svelte": "^4.2.19",
"svelte-check": "^3.8.6",
"svelte-preprocess": "^6.0.2",
"svelte2tsx": "^0.7.16",
"tslib": "^2.7.0",
"typescript": "^5.5.4",
"vite": "^5.4.2"
},
"dependencies": {
"@floating-ui/dom": "^1.6.10"
},
"peerDependencies": {
"svelte": "^4.0.0"
}
}