mirror of
https://github.com/pheralb/svgl.git
synced 2024-11-10 14:46:54 +08:00
54 lines
1.5 KiB
JSON
54 lines
1.5 KiB
JSON
{
|
|
"name": "svgl",
|
|
"author": "@pheralb_",
|
|
"version": "3.0.0",
|
|
"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-french-toast": "1.0.3"
|
|
},
|
|
"devDependencies": {
|
|
"@sveltejs/adapter-auto": "2.0.0",
|
|
"@sveltejs/kit": "1.15.4",
|
|
"@types/downloadjs": "1.4.3",
|
|
"@typescript-eslint/eslint-plugin": "5.58.0",
|
|
"@typescript-eslint/parser": "5.58.0",
|
|
"autoprefixer": "10.4.14",
|
|
"eslint": "8.38.0",
|
|
"eslint-config-prettier": "8.8.0",
|
|
"eslint-plugin-svelte3": "4.0.0",
|
|
"phosphor-svelte": "1.2.1",
|
|
"postcss": "8.4.21",
|
|
"prettier": "2.8.7",
|
|
"prettier-plugin-svelte": "2.10.0",
|
|
"prettier-plugin-tailwindcss": "0.2.7",
|
|
"svelte": "3.58.0",
|
|
"svelte-check": "3.2.0",
|
|
"tailwindcss": "3.3.1",
|
|
"tslib": "2.5.0",
|
|
"typescript": "5.0.4",
|
|
"vite": "4.2.1",
|
|
"vitest": "0.30.1"
|
|
}
|
|
}
|