aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorpml68 <tutorialmester@gmail.com>2024-01-16 16:58:24 +0100
committerpml68 <tutorialmester@gmail.com>2024-01-16 16:58:24 +0100
commitf0936d9c8b61121cbdfe51bf310fad90b5b0fa03 (patch)
tree4a7e992395ecbd0c6f918f18e1740a2beaad9862 /package.json
downloadpml68.dev-f0936d9c8b61121cbdfe51bf310fad90b5b0fa03.tar.gz
Initial commit
This is just a test site for now, will add content soon
Diffstat (limited to 'package.json')
-rw-r--r--package.json28
1 files changed, 28 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..33dfbae
--- /dev/null
+++ b/package.json
@@ -0,0 +1,28 @@
+{
+ "name": "website",
+ "version": "0.1.0",
+ "description": "My personal website, built with SvelteKit",
+ "author": "pml68",
+ "license": "GPL-3.0",
+ "private": true,
+ "scripts": {
+ "dev": "vite dev",
+ "build": "vite build",
+ "preview": "vite preview",
+ "check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
+ "check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch"
+ },
+ "devDependencies": {
+ "@sveltejs/adapter-static": "^3.0.1",
+ "@sveltejs/kit": "^2.3.3",
+ "@sveltejs/vite-plugin-svelte": "^3.0.1",
+ "dotenv": "^16.3.1",
+ "sass": "^1.69.7",
+ "svelte": "^4.2.8",
+ "svelte-check": "^3.6.3",
+ "tslib": "^2.6.2",
+ "typescript": "^5.3.3",
+ "vite": "^5.0.11"
+ },
+ "type": "module"
+}