summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorJan Palma <honzik@janpalma.cz>2026-02-27 17:59:06 +0100
committerJan Palma <honzik@janpalma.cz>2026-02-27 17:59:06 +0100
commit1fc25997a7d4b3cf80dbc09a3f48afd031ba5d0e (patch)
tree65a4894ed2a6849ab6d18ea0886b74c72035afe1 /package.json
downloadspelis-web-1fc25997a7d4b3cf80dbc09a3f48afd031ba5d0e.tar
spelis-web-1fc25997a7d4b3cf80dbc09a3f48afd031ba5d0e.tar.gz
spelis-web-1fc25997a7d4b3cf80dbc09a3f48afd031ba5d0e.tar.bz2
spelis-web-1fc25997a7d4b3cf80dbc09a3f48afd031ba5d0e.tar.lz
spelis-web-1fc25997a7d4b3cf80dbc09a3f48afd031ba5d0e.tar.xz
spelis-web-1fc25997a7d4b3cf80dbc09a3f48afd031ba5d0e.tar.zst
spelis-web-1fc25997a7d4b3cf80dbc09a3f48afd031ba5d0e.zip
Init
Diffstat (limited to 'package.json')
-rw-r--r--package.json20
1 files changed, 20 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..0154bef
--- /dev/null
+++ b/package.json
@@ -0,0 +1,20 @@
+{
+ "name": "spelis-web",
+ "version": "1.0.0",
+ "description": "",
+ "main": "index.js",
+ "scripts": {
+ "build": "eleventy",
+ "dev": "eleventy --serve",
+ "autobuild": "eleventy --watch"
+ },
+ "keywords": [],
+ "author": "",
+ "license": "ISC",
+ "type": "commonjs",
+ "dependencies": {
+ "@11ty/eleventy": "^3.1.2",
+ "date-fns": "^4.1.0",
+ "sass": "^1.97.3"
+ }
+}