ocular-ui
Version:
Ocular UI Component Library for Svelte
45 lines (44 loc) • 1.05 kB
JSON
{
"name": "ocular-ui",
"private": false,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-check --tsconfig ./tsconfig.json",
"ocularbook": "start-ocularbook"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^1.0.0-next.30",
"@tsconfig/svelte": "^2.0.1",
"svelte": "^3.44.0",
"svelte-check": "^2.2.7",
"svelte-preprocess": "^4.9.8",
"tslib": "^2.3.1",
"typescript": "^4.5.4",
"vite": "^2.9.9"
},
"dependencies": {
"ocularbook": "^0.0.6"
},
"description": "Ocular UI Component Library for Svelte",
"main": "index.html",
"repository": {
"type": "git",
"url": "git+https://github.com/imadx/ocular-ui.git"
},
"keywords": [
"ocular",
"ui-kit",
"svelte",
"ocularbook"
],
"author": "Ishan Madhusanka",
"license": "ISC",
"bugs": {
"url": "https://github.com/imadx/ocular-ui/issues"
},
"homepage": "https://github.com/imadx/ocular-ui#readme"
}