aboutsummaryrefslogtreecommitdiffstats
path: root/apps/kit/package.json
diff options
context:
space:
mode:
authorivarlovlie <git@ivarlovlie.no>2022-10-05 14:45:21 +0200
committerivarlovlie <git@ivarlovlie.no>2022-10-05 14:45:21 +0200
commitb7e39b59fd0fc7b5610ebff29035bf622079e0d8 (patch)
tree64be84ebbdac9f7ceced983390c53b10d575af5c /apps/kit/package.json
parent2001c035fbb417ab0a3d42cfb04d17420bde4086 (diff)
downloadgreatoffice-b7e39b59fd0fc7b5610ebff29035bf622079e0d8.tar.xz
greatoffice-b7e39b59fd0fc7b5610ebff29035bf622079e0d8.zip
refactor: Change file structure
Diffstat (limited to 'apps/kit/package.json')
-rw-r--r--apps/kit/package.json45
1 files changed, 0 insertions, 45 deletions
diff --git a/apps/kit/package.json b/apps/kit/package.json
deleted file mode 100644
index 2825062..0000000
--- a/apps/kit/package.json
+++ /dev/null
@@ -1,45 +0,0 @@
-{
- "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": {
- "@developermuch/dev-svelte-headlessui": "0.0.1",
- "@playwright/test": "^1.26.1",
- "@rgossiaux/svelte-headlessui": "^1.0.2",
- "@sveltejs/adapter-node": "1.0.0-next.96",
- "@sveltejs/kit": "1.0.0-next.507",
- "@sveltestack/svelte-query": "^1.6.0",
- "@tailwindcss/forms": "^0.5.3",
- "@types/cookie": "^0.5.1",
- "@types/js-cookie": "^3.0.2",
- "autoprefixer": "^10.4.12",
- "cookie": "^0.5.0",
- "devalue": "^3.1.3",
- "js-cookie": "^3.0.1",
- "npm-run-all": "^4.1.5",
- "pino": "^8.6.1",
- "pino-pretty": "^9.1.0",
- "postcss": "^8.4.17",
- "postcss-load-config": "^4.0.1",
- "svelte": "^3.50.1",
- "svelte-check": "^2.9.1",
- "svelte-preprocess": "^4.10.7",
- "tailwindcss": "^3.1.8",
- "temporal-polyfill": "^0.0.8",
- "tslib": "^2.4.0",
- "typesafe-i18n": "^5.14.0",
- "typescript": "^4.8.4",
- "vite": "^3.1.4"
- }
-} \ No newline at end of file