-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 926 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 926 Bytes
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
{
"name": "dynamical.org",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "STAC_CACHE_DURATION=0s npx @11ty/eleventy",
"start": "npx @11ty/eleventy --serve --port=8081",
"clean": "rm -r docs .cache"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dynamical-org/dynamical.org.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/dynamical-org/dynamical.org/issues"
},
"homepage": "https://github.com/dynamical-org/dynamical.org#readme",
"dependencies": {
"@11ty/eleventy": "^2.0.1",
"@11ty/eleventy-fetch": "^4.0.1",
"@11ty/eleventy-img": "^4.0.2",
"@11ty/eleventy-plugin-rss": "^1",
"@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0",
"@turf/turf": "^7.2.0",
"lodash": "^4.17.21",
"markdown-it": "^14.1.0",
"luxon": "^3.7.2",
"topojson-client": "^3.1.0"
}
}