UNPKG

@indexea/scaffold-svelte

Version:

This is the scaffolding of Indexea search, on which you can adjust the typography and style of the search interface

43 lines (42 loc) 1.14 kB
{ "name": "@indexea/scaffold-svelte", "version": "1.0.17", "description": "This is the scaffolding of Indexea search, on which you can adjust the typography and style of the search interface", "author": "Indexea Inc.", "license": "MIT", "main": "src/lib.ts", "svelte": "src/Lib.svelte", "keywords": [ "Indexea", "Search", "Scaffold", "Svelte" ], "scripts": { "dev": "run-p dev:*", "dev:vite": "vite", "preview": "vite preview", "build": "run-s build:*", "build:vite": "vite build", "check": "svelte-check --tsconfig ./tsconfig.json" }, "devDependencies": { "@sveltejs/vite-plugin-svelte": "^1.0.0-next.33", "@tsconfig/svelte": "^2.0.0", "@types/node": "^17.0.29", "@types/uuid": "^8.3.4", "bootstrap": "^5", "npm-run-all": "^4.1.5", "svelte": "^3.47.0", "svelte-check": "^2.0.0", "svelte-preprocess": "^4.10.3", "typescript": "^4.0.0", "vite": "^3.2.4", "@indexea/sdk": "^2.0.0", "@popperjs/core": "^2.11.6", "@sveltech/focus": "^0.0.0", "svelte-i18n": "^3.4.0", "uuid": "^9.0.0" }, "dependencies": {} }