-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 1.75 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "@supple-kit/eleventy-supple-starter",
"version": "0.0.1",
"description": "A Supple http://11ty.dev starterkit",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "echo \"Add linting\" && exit 1",
"start": "eleventy --serve --incremental --quiet",
"build": "eleventy"
},
"repository": {
"type": "git",
"url": "git+https://github.com/supple-kit/eleventy-supple-starter.git"
},
"keywords": [
"eleventy",
"slinkity",
"supple",
"supple-kit",
"supple-css",
"11ty",
"starterkit"
],
"author": "Bram Smulders <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/supple-kit/eleventy-supple-starter/issues"
},
"homepage": "https://github.com/supple-kit/eleventy-supple-starter#readme",
"funding": [
{
"type": "github",
"url": "https://www.github.com/sponsors/bramsmulders"
},
{
"type": "paypal",
"url": "https://www.paypal.me/smuldersbram/EUR"
}
],
"devDependencies": {
"@11ty/eleventy": "^1.0.1",
"@11ty/eleventy-img": "^2.0.0",
"@11ty/eleventy-navigation": "^0.3.2",
"@11ty/eleventy-plugin-rss": "^1.1.2",
"@slinkity/renderer-svelte": "^1.0.0",
"@supple-kit/prettier-config": "^1.0.1",
"@supple-kit/stylelint-config-supple": "^4.0.1",
"@supple-kit/supple-css": "^5.4.0",
"eslint": "^8.13.0",
"jsdom": "^19.0.0",
"markdown-it": "^12.3.2",
"prettier": "^2.6.2",
"promisify": "^0.0.3",
"slinkity": "^0.8.2",
"stylelint": "^14.7.1",
"stylelint-config-prettier": "^9.0.3",
"stylelint-config-standard-scss": "^3.0.0",
"svelte": "^3.47.0",
"util": "^0.12.4",
"vite": "^2.9.5",
"vite-plugin-html": "^2.1.2"
}
}