@ionic-sveltekit/example
Version:
Example app demonstrating a SvelteKit project with Ionic UI components
64 lines (63 loc) • 1.78 kB
JSON
{
"name": "@ionic-sveltekit/example",
"description": "Example app demonstrating a SvelteKit project with Ionic UI components",
"version": "0.0.11",
"private": false,
"scripts": {
"dev": "vite dev --host --open",
"prebuild": "if [ ! -e .env ]; then cp .env_example .env; fi",
"build": "npm run prebuild && 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",
"lint": "eslint .",
"github:npm_publish": "npm publish --provenance --access public"
},
"devDependencies": {
"@capacitor/cli": "^7.0.1",
"@stylistic/eslint-plugin": "^4.2.0",
"@sveltejs/adapter-static": "^3.0.8",
"@sveltejs/kit": "^2.17.3",
"@sveltejs/vite-plugin-svelte": "^5.0.3",
"@types/eslint": "^9.6.0",
"eslint": "^9.0.0",
"eslint-plugin-svelte": "^2.36.0",
"globals": "^16.0.0",
"svelte": "^5.20.4",
"svelte-check": "^4.0.0",
"svelte-preprocess": "^6.0.3",
"typescript": "^5.0.0",
"typescript-eslint": "^8.0.0",
"vite": "^6.2.0",
"vitest": "^3.0.7"
},
"type": "module",
"dependencies": {
"@ionic-sveltekit/components": "^0.0.3",
"@ionic-sveltekit/core": "^0.0.11",
"ionicons": "^7.4.0",
"sass": "^1.85.1"
},
"license": "MIT",
"author": {
"name": "Brad Mallow",
"email": "brad.mallow@gmail.com",
"url": "https://bradmallow.com"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ionic-sveltekit/example.git"
},
"bugs": {
"url": "https://github.com/ionic-sveltekit/example/issues"
},
"homepage": "https://github.com/ionic-sveltekit/example#readme",
"keywords": [
"Ionic",
"SvelteKit",
"components",
"ionic-sveltekit",
"example app"
]
}