sprigsy-editor/package.json

38 lines
1.1 KiB
JSON
Raw Normal View History

2024-08-14 21:41:49 +00:00
{
2024-08-15 21:29:13 +00:00
"name": "sprigsy",
2024-08-14 21:41:49 +00:00
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "vite dev",
"build": "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",
"lint": "prettier --check .",
"format": "prettier --write ."
},
"devDependencies": {
"@sveltejs/adapter-auto": "^3.0.0",
"@sveltejs/kit": "^2.0.0",
"@sveltejs/vite-plugin-svelte": "^3.0.0",
"@tailwindcss/typography": "^0.5.14",
"autoprefixer": "^10.4.20",
2024-08-15 21:29:13 +00:00
"babel-walk": "^3.0.0",
2024-08-14 21:41:49 +00:00
"prettier": "^3.1.1",
"prettier-plugin-svelte": "^3.1.2",
"prettier-plugin-tailwindcss": "^0.6.5",
"svelte": "^5.0.0-next.1",
"svelte-check": "^3.6.0",
"tailwindcss": "^3.4.9",
"typescript": "^5.0.0",
2024-08-15 21:29:13 +00:00
"vite": "^5.0.3",
"@babel/parser": "^7.25.3",
2024-08-14 21:41:49 +00:00
"@sveltejs/adapter-static": "^3.0.4",
2024-08-15 21:29:13 +00:00
"constrained-editor-plugin": "^1.3.0",
2024-08-14 21:41:49 +00:00
"monaco-editor": "^0.50.0",
2024-08-15 21:29:13 +00:00
"sprig": "^1.1.3",
2024-08-14 21:41:49 +00:00
"sveltekit-adapter-deno": "^0.12.1"
2024-08-15 21:29:13 +00:00
},
"type": "module"
2024-08-14 21:41:49 +00:00
}