mirror of
https://github.com/pheralb/svgl.git
synced 2024-11-10 14:46:54 +08:00
54 lines
1.4 KiB
JSON
54 lines
1.4 KiB
JSON
{
|
|
"name": "svgl",
|
|
"author": "@pheralb_",
|
|
"version": "3.2.2",
|
|
"description": "A beautiful library with SVG logos.",
|
|
"private": true,
|
|
"license": "MIT",
|
|
"type": "module",
|
|
"keywords": [
|
|
"svgs",
|
|
"logos",
|
|
"images",
|
|
"library"
|
|
],
|
|
"scripts": {
|
|
"dev": "vite dev",
|
|
"host": "vite dev --host",
|
|
"build": "vite build",
|
|
"preview": "vite preview",
|
|
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
|
|
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
|
|
"test": "vitest run",
|
|
"lint": "prettier --plugin-search-dir . --check . && eslint .",
|
|
"format": "prettier --plugin-search-dir . --write ."
|
|
},
|
|
"dependencies": {
|
|
"downloadjs": "1.4.7",
|
|
"svelte-sonner": "0.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"@sveltejs/adapter-auto": "2.1.0",
|
|
"@sveltejs/kit": "1.27.1",
|
|
"@types/downloadjs": "1.4.5",
|
|
"@typescript-eslint/eslint-plugin": "6.9.0",
|
|
"@typescript-eslint/parser": "6.9.0",
|
|
"autoprefixer": "10.4.16",
|
|
"eslint": "8.52.0",
|
|
"eslint-config-prettier": "9.0.0",
|
|
"eslint-plugin-svelte": "2.34.0",
|
|
"phosphor-svelte": "1.3.0",
|
|
"postcss": "8.4.31",
|
|
"prettier": "3.0.3",
|
|
"prettier-plugin-svelte": "3.0.3",
|
|
"prettier-plugin-tailwindcss": "0.5.6",
|
|
"svelte": "4.2.2",
|
|
"svelte-check": "3.5.2",
|
|
"tailwindcss": "3.3.5",
|
|
"tslib": "2.6.2",
|
|
"typescript": "5.2.2",
|
|
"vite": "4.5.0",
|
|
"vitest": "0.34.6"
|
|
}
|
|
}
|