summaryrefslogtreecommitdiff
path: root/package.json
blob: 0154bef7b2c81ec553bbdf1513380577703e27ac (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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"
  }
}