UNPKG

aliaset

Version:
39 lines (38 loc) 1.04 kB
{ "name": "@example/with-sveltekit", "description": "sveltekit with twind example", "version": "1.0.1", "private": true, "license": "MIT", "bugs": "https://github.com/tw-in-js/twind/issues", "repository": { "type": "git", "url": "https://github.com/tw-in-js/twind.git", "directory": "examples/with-sveltekit" }, "engines": { "node": ">=14" }, "type": "module", "scripts": { "postinstall": "svelte-kit sync", "start": "npm run dev", "dev": "vite dev", "check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json", "build": "vite build", "preview": "vite preview" }, "devDependencies": { "@sveltejs/adapter-node": "1.0.0-next.100", "@sveltejs/kit": "1.0.0-next.547", "@twind/core": "1.0.1", "@twind/preset-autoprefix": "1.0.1", "@twind/preset-tailwind": "1.0.1", "@twind/with-sveltekit": "1.0.1", "svelte": "^3.53.1", "svelte-check": "^2.9.2", "svelte-preprocess": "^4.10.7", "typescript": "^4.8.4", "vite": "^3.2.3" } }