aboutsummaryrefslogtreecommitdiffstats
path: root/apps/kit/package.json
diff options
context:
space:
mode:
authorivarlovlie <git@ivarlovlie.no>2022-09-20 09:24:27 +0200
committerivarlovlie <git@ivarlovlie.no>2022-09-20 09:24:27 +0200
commita9072370ca1eb9a5cce928b1d487db0f307edea6 (patch)
tree59c3c23df930a8b5f888dc7813923abf4ceefed4 /apps/kit/package.json
parent56fa963a1d63cbe0bf28e29e717cceaa417c45c1 (diff)
downloadgreatoffice-a9072370ca1eb9a5cce928b1d487db0f307edea6.tar.xz
greatoffice-a9072370ca1eb9a5cce928b1d487db0f307edea6.zip
feat: Move old apps into it's own directory
Diffstat (limited to 'apps/kit/package.json')
-rw-r--r--apps/kit/package.json45
1 files changed, 45 insertions, 0 deletions
diff --git a/apps/kit/package.json b/apps/kit/package.json
new file mode 100644
index 0000000..32b3219
--- /dev/null
+++ b/apps/kit/package.json
@@ -0,0 +1,45 @@
+{
+ "name": "greatoffice-kit",
+ "version": "0.0.1",
+ "private": true,
+ "type": "module",
+ "scripts": {
+ "dev": "npm-run-all --parallel vite typesafe-i18n",
+ "typesafe-i18n": "typesafe-i18n",
+ "vite": "vite",
+ "build": "vite build",
+ "preview": "vite preview",
+ "test": "playwright test",
+ "check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
+ "check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch"
+ },
+ "devDependencies": {
+ "@leveluptuts/bookit": "^0.0.25",
+ "@playwright/test": "^1.25.2",
+ "@rgossiaux/svelte-headlessui": "^1.0.2",
+ "@sveltejs/kit": "1.0.0-next.489",
+ "@sveltestack/svelte-query": "^1.6.0",
+ "@tailwindcss/forms": "^0.5.3",
+ "@types/cookie": "^0.5.1",
+ "autoprefixer": "^10.4.11",
+ "bun-types": "^0.1.11",
+ "cookie": "^0.5.0",
+ "dotenv": "^16.0.2",
+ "fuzzysort": "^2.0.1",
+ "npm-run-all": "^4.1.5",
+ "pino": "^8.6.0",
+ "pino-pretty": "^9.1.0",
+ "postcss": "^8.4.16",
+ "postcss-load-config": "^4.0.1",
+ "svelte": "^3.50.1",
+ "svelte-adapter-bun": "^0.3.1",
+ "svelte-check": "^2.9.0",
+ "svelte-preprocess": "^4.10.7",
+ "tailwindcss": "^3.1.8",
+ "temporal-polyfill": "^0.0.8",
+ "tslib": "^2.4.0",
+ "typesafe-i18n": "^5.13.0",
+ "typescript": "^4.8.3",
+ "vite": "^3.1.3"
+ }
+} \ No newline at end of file