svgl/package.json

54 lines
1.4 KiB
JSON
Raw Normal View History

2022-01-16 22:40:15 +08:00
{
"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",
2023-03-17 21:59:21 +08:00
"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",
2023-04-14 19:37:28 +08:00
"test": "vitest run",
"lint": "prettier --plugin-search-dir . --check . && eslint .",
"format": "prettier --plugin-search-dir . --write ."
},
"dependencies": {
"downloadjs": "1.4.7",
2023-07-07 16:34:16 +08:00
"svelte-sonner": "0.0.13"
},
"devDependencies": {
2023-06-11 04:07:27 +08:00
"@sveltejs/adapter-auto": "2.1.0",
2023-07-07 16:17:07 +08:00
"@sveltejs/kit": "1.22.1",
"@types/downloadjs": "1.4.3",
2023-07-07 16:17:07 +08:00
"@typescript-eslint/eslint-plugin": "5.61.0",
"@typescript-eslint/parser": "5.61.0",
"autoprefixer": "10.4.14",
2023-07-07 16:17:07 +08:00
"eslint": "8.44.0",
2023-04-12 16:53:35 +08:00
"eslint-config-prettier": "8.8.0",
2023-07-07 16:17:07 +08:00
"eslint-plugin-svelte": "2.32.2",
2023-06-11 04:07:27 +08:00
"phosphor-svelte": "1.3.0",
2023-07-07 16:17:07 +08:00
"postcss": "8.4.25",
"prettier": "2.8.0",
2023-06-11 04:07:27 +08:00
"prettier-plugin-svelte": "2.10.1",
"prettier-plugin-tailwindcss": "0.3.0",
2023-07-07 16:17:07 +08:00
"svelte": "4.0.5",
"svelte-check": "3.4.5",
2023-06-11 04:07:27 +08:00
"tailwindcss": "3.3.2",
2023-07-07 16:17:07 +08:00
"tslib": "2.6.0",
"typescript": "5.1.6",
"vite": "4.4.1",
"vitest": "0.33.0"
}
2022-01-16 22:40:15 +08:00
}