aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorivarlovlie <git@ivarlovlie.no>2023-02-11 21:04:43 +0100
committerivarlovlie <git@ivarlovlie.no>2023-02-11 21:04:43 +0100
commit23ab0a24ba82004fa449491b4e08698a1de9e6a0 (patch)
treed701120d9a77f67153c93149ec7871bfd571bbfb /package.json
downloadauroraklinikken.no-23ab0a24ba82004fa449491b4e08698a1de9e6a0.tar.xz
auroraklinikken.no-23ab0a24ba82004fa449491b4e08698a1de9e6a0.zip
feat: Initial commit
Diffstat (limited to 'package.json')
-rw-r--r--package.json46
1 files changed, 46 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..faa8957
--- /dev/null
+++ b/package.json
@@ -0,0 +1,46 @@
+{
+ "name": "auroraklinikken.no",
+ "version": "0.0.1",
+ "scripts": {
+ "dev": "npm-run-all --parallel vite typesafe-i18n",
+ "vite": "vite",
+ "typesafe-i18n": "typesafe-i18n",
+ "build": "svelte-kit sync && svelte-package",
+ "prepublishOnly": "echo 'Did you mean to publish `./package/`, instead of `./`?' && exit 1",
+ "test": "playwright test",
+ "check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
+ "check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
+ "test:unit": "vitest",
+ "lint": "prettier --plugin-search-dir . --check . && eslint .",
+ "format": "prettier --plugin-search-dir . --write ."
+ },
+ "devDependencies": {
+ "@playwright/test": "^1.30.0",
+ "@sveltejs/adapter-auto": "^2.0.0",
+ "@sveltejs/kit": "^1.5.5",
+ "@sveltejs/package": "^1.0.2",
+ "@typescript-eslint/eslint-plugin": "^5.51.0",
+ "@typescript-eslint/parser": "^5.51.0",
+ "autoprefixer": "^10.4.13",
+ "eslint": "^8.34.0",
+ "eslint-config-prettier": "^8.6.0",
+ "eslint-plugin-svelte3": "^4.0.0",
+ "npm-run-all": "^4.1.5",
+ "postcss": "^8.4.21",
+ "postcss-load-config": "^4.0.1",
+ "prettier": "^2.8.4",
+ "prettier-plugin-svelte": "^2.9.0",
+ "svelte": "^3.55.1",
+ "svelte-check": "^3.0.3",
+ "svelte-preprocess": "^5.0.1",
+ "tailwindcss": "^3.2.6",
+ "tslib": "^2.5.0",
+ "typescript": "^4.9.5",
+ "vite": "^4.1.1",
+ "vitest": "^0.28.4"
+ },
+ "type": "module",
+ "dependencies": {
+ "typesafe-i18n": "^5.24.0"
+ }
+} \ No newline at end of file