mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-06 20:59:13 +08:00
46 lines
No EOL
1.3 KiB
Text
46 lines
No EOL
1.3 KiB
Text
{
|
|
"name": "svelte-bricks",
|
|
"description": "Simple masonry implementation without column balancing",
|
|
"author": "Janosh Riebesell <janosh.riebesell@gmail.com>",
|
|
"homepage": "https://svelte-bricks.netlify.app",
|
|
"repository": "https://github.com/janosh/svelte-bricks",
|
|
"license": "MIT",
|
|
"version": "0.1.7",
|
|
"type": "module",
|
|
"svelte": "Masonry.svelte",
|
|
"bugs": "https://github.com/janosh/svelte-bricks/issues",
|
|
"devDependencies": {
|
|
"@sveltejs/adapter-static": "^1.0.0-next.29",
|
|
"@sveltejs/kit": "^1.0.0-next.326",
|
|
"@typescript-eslint/eslint-plugin": "^5.23.0",
|
|
"@typescript-eslint/parser": "^5.23.0",
|
|
"eslint": "^8.15.0",
|
|
"eslint-plugin-svelte3": "^4.0.0",
|
|
"jsdom": "^19.0.0",
|
|
"mdsvex": "^0.10.5",
|
|
"prettier": "^2.6.2",
|
|
"prettier-plugin-svelte": "^2.7.0",
|
|
"svelte": "^3.48.0",
|
|
"svelte-check": "^2.7.0",
|
|
"svelte-github-corner": "^0.1.0",
|
|
"svelte-preprocess": "^4.10.6",
|
|
"svelte2tsx": "^0.5.9",
|
|
"typescript": "^4.6.4",
|
|
"vite": "^2.9.8",
|
|
"vitest": "^0.12.3"
|
|
},
|
|
"keywords": [
|
|
"svelte",
|
|
"masonry",
|
|
"pinterest-layout",
|
|
"component"
|
|
],
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"exports": {
|
|
"./package.json": "./package.json",
|
|
"./Masonry.svelte": "./Masonry.svelte",
|
|
".": "./index.js"
|
|
}
|
|
} |