generated from 5t3ph/smol-11ty-starter
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
44 lines (44 loc) · 1.23 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "@kickstartds/11ty-starter",
"version": "1.0.0",
"description": "Extremely minimal Eleventy starter to kickstart a simple multi-page site / a nearly opinionless foundation to continue building on",
"main": "index.html",
"scripts": {
"start": "npx @11ty/eleventy --serve",
"build": "npx @11ty/eleventy",
"build-netlify": "netlify build",
"format": "prettier --write .",
"test": "tsc --noEmit"
},
"keywords": [
"11ty",
"11ty-starter",
"eleventy",
"eleventy-starter",
"eleventy-sample",
"11ty-template"
],
"license": "(MIT OR Apache-2.0)",
"author": {
"name": "Jonas Ulrich",
"email": "[email protected]"
},
"dependencies": {
"@kickstartds/base": "^4.0.2",
"@kickstartds/blog": "^4.0.2",
"@kickstartds/core": "^4.0.2",
"@kickstartds/ds-agency": "^3.6.17"
},
"devDependencies": {
"@11ty/eleventy": "^2.0.1",
"@11ty/eleventy-navigation": "^0.3.5",
"@11ty/eleventy-plugin-rss": "^1.2.0",
"@kickstartds/eleventy-plugin-kickstartds": "^0.0.9",
"@types/node": "^18.16",
"@types/react": "^18.2.22",
"netlify-cli": "^17.5.1",
"netlify-plugin-checklinks": "^4.1.1",
"prettier": "^3.0.3",
"typescript": "^5.2.2"
}
}