-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.57 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
{
"name": "swim-archive",
"version": "1.0.0",
"license": "GPL-3.0-or-later",
"author": {
"name": "Bryan Chain",
"email": "[email protected]",
"url": "https://bryanchain.com/"
},
"main": "eleventy.config.js",
"engines": {
"node": ">=16.x.x"
},
"scripts": {
"clean": "rimraf dist",
"dev:11ty": "eleventy --serve --watch",
"debug": "$env:DEBUG='Eleventy*'; eleventy",
"build:11ty": "eleventy",
"start": "run-p dev:*",
"build": "run-s clean build:*"
},
"repository": {
"type": "git",
"url": "git://github.com/werkkrew/swim-archive.git"
},
"dependencies": {
"@11ty/eleventy": "^2.0.1",
"@11ty/eleventy-img": "^3.0.0",
"@11ty/eleventy-navigation": "^0.3.5",
"@tailwindcss/typography": "^0.5.2",
"daisyui": "^4.0.3",
"tailwindcss": "^3.3.5"
},
"devDependencies": {
"alpinejs": "^3.13.2",
"autoprefixer": "^10.4.16",
"cssnano": "^6.0.1",
"dayjs": "^1.11.10",
"dayjs-plugin-utc": "^0.1.2",
"esbuild": "^0.19.2",
"esthetic": "^0.6.4-beta.1",
"js-yaml": "^4.1.0",
"lodash": "^4.17.21",
"markdown-it": "^13.0.2",
"markdown-it-abbr": "^1.0.4",
"markdown-it-anchor": "^8.6.7",
"markdown-it-attrs": "^4.1.6",
"markdown-it-emoji": "^2.0.2",
"markdown-it-footnote": "^3.0.3",
"markdown-it-link-attributes": "^4.0.1",
"markdown-it-mark": "^3.0.1",
"markdown-it-prism": "^2.3.0",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.31",
"postcss-import": "^15.1.0",
"postcss-js": "^4.0.1",
"rimraf": "^5.0.5",
"slugify": "^1.6.6"
}
}