-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
34 lines (34 loc) · 1004 Bytes
/
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
{
"name": "surfscape",
"version": "2.0.0",
"codename": "ocean",
"description": "Source code for the SurfScape project website ",
"author": "SurfScape Team",
"license": "GPL-2.0-only",
"type": "module",
"scripts": {
"start": "eleventy --serve",
"build": "eleventy"
},
"dependencies": {
"@11ty/eleventy": "3.0.0-beta.1",
"@11ty/eleventy-img": "4.0.2",
"@11ty/eleventy-navigation": "0.3.5",
"@11ty/eleventy-plugin-rss": "2.0.2",
"@phosphor-icons/core": "^2.1.1",
"@uncenter/eleventy-plugin-toc": "^1.0.3",
"autoprefixer": "^10.4.20",
"eleventy-plugin-icons": "^4.5.1",
"eleventy-plugin-reading-time": "^0.0.1",
"html-minifier-terser": "^7.2.0",
"luxon": "^3.5.0",
"markdown-it": "14.1.0",
"markdown-it-anchor": "^9.2.0",
"markdown-it-attrs": "^4.3.0",
"markdown-it-footnote": "^4.0.0",
"postcss": "^8.4.49",
"postcss-import": "^16.1.0",
"postcss-load-config": "^6.0.1",
"postcss-minify": "^1.1.0"
}
}