diff options
author | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2023-07-19 20:38:24 -0700 |
---|---|---|
committer | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2023-07-19 20:38:24 -0700 |
commit | 0fd9fb097552686f2257c1aa689d797e80057bd1 (patch) | |
tree | b8d0367bf7b62c049af60ace301ce1cffc08d821 /client/package.json | |
download | jumpstorm-0fd9fb097552686f2257c1aa689d797e80057bd1.tar.gz jumpstorm-0fd9fb097552686f2257c1aa689d797e80057bd1.zip |
initial commit
Diffstat (limited to 'client/package.json')
-rw-r--r-- | client/package.json | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/client/package.json b/client/package.json new file mode 100644 index 0000000..1ddd2b8 --- /dev/null +++ b/client/package.json @@ -0,0 +1,24 @@ +{ + "name": "client", + "private": true, + "version": "0.0.0", + "type": "module", + "scripts": { + "dev": "vite", + "build": "vite build", + "preview": "vite preview", + "check": "svelte-check --tsconfig ./tsconfig.json" + }, + "devDependencies": { + "@sveltejs/vite-plugin-svelte": "^2.0.4", + "@tsconfig/svelte": "^4.0.1", + "eslint": "^8.43.0", + "eslint-plugin-svelte": "^2.31.1", + "svelte": "^3.59.2", + "svelte-check": "^3.3.1", + "svelte-routing": "^1.10.0", + "tslib": "^2.5.0", + "typescript": "^5.0.2", + "vite": "^4.3.9" + } +} |