mirror of
https://github.com/cupcakearmy/svelte-hint.git
synced 2024-12-24 00:46:26 +00:00
36 lines
903 B
JSON
36 lines
903 B
JSON
{
|
|
"name": "svelte-hint",
|
|
"version": "1.0.0-rc.0",
|
|
"description": "Tooltip library for svelte",
|
|
"author": {
|
|
"name": "Niccolo Borgioli",
|
|
"email": "hi@nicco.io",
|
|
"url": "https://nicco.io"
|
|
},
|
|
"license": "MIT",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "svelte-kit dev",
|
|
"build": "svelte-kit build",
|
|
"package": "svelte-kit package",
|
|
"preview": "svelte-kit preview",
|
|
"check": "svelte-check --tsconfig ./tsconfig.json",
|
|
"check:watch": "svelte-check --tsconfig ./tsconfig.json --watch"
|
|
},
|
|
"devDependencies": {
|
|
"@sveltejs/adapter-auto": "next",
|
|
"@sveltejs/kit": "next",
|
|
"bulma": "^0.9.3",
|
|
"interactjs": "^1.10.11",
|
|
"svelte": "^3.46.0",
|
|
"svelte-check": "^2.2.12",
|
|
"svelte-preprocess": "^4.10.1",
|
|
"svelte2tsx": "^0.4.13",
|
|
"tslib": "^2.3.1",
|
|
"typescript": "^4.5.4"
|
|
},
|
|
"dependencies": {
|
|
"@popperjs/core": "^2"
|
|
}
|
|
}
|