aboutsummaryrefslogtreecommitdiffstats
path: root/code/app/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'code/app/package.json')
-rw-r--r--code/app/package.json20
1 files changed, 10 insertions, 10 deletions
diff --git a/code/app/package.json b/code/app/package.json
index 1f7a7f1..6d498aa 100644
--- a/code/app/package.json
+++ b/code/app/package.json
@@ -20,27 +20,27 @@
"@rgossiaux/svelte-headlessui": "^1.0.2",
"@sveltejs/adapter-node": "1.0.0-next.100",
"@sveltejs/kit": "1.0.0-next.551",
- "@tailwindcss/forms": "^0.5.3",
- "@types/js-cookie": "^3.0.2",
"autoprefixer": "^10.4.13",
- "fuzzysort": "^2.0.3",
- "js-cookie": "^3.0.1",
"npm-run-all": "^4.1.5",
- "pino": "^8.7.0",
"pino-pretty": "^9.1.1",
"postcss": "^8.4.19",
"postcss-load-config": "^4.0.1",
- "rustic": "^1.2.2",
- "sswr": "^1.7.0",
"svelte": "^3.53.1",
"svelte-check": "^2.9.2",
"svelte-headless-table": "^0.15.3",
"svelte-preprocess": "^4.10.7",
- "tailwindcss": "^3.2.4",
- "temporal-polyfill": "^0.0.8",
"tslib": "^2.4.1",
"typesafe-i18n": "^5.16.3",
"typescript": "^4.9.3",
- "vite": "^3.2.4"
+ "vite": "^3.2.4",
+ "@tailwindcss/forms": "^0.5.3",
+ "@types/js-cookie": "^3.0.2"
+ },
+ "dependencies": {
+ "fuzzysort": "^2.0.3",
+ "js-cookie": "^3.0.1",
+ "sswr": "^1.7.0",
+ "temporal-polyfill": "^0.0.8",
+ "pino": "^8.7.0"
}
} \ No newline at end of file