-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 933 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 933 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
{
"name": "geospatial-api.com",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "eleventy --serve --config=eleventy.config.js",
"build": "NODE_ENV=production eleventy --config=eleventy.config.js",
"dev": "eleventy --serve --config=eleventy.config.js",
"deploy": "npm run build && wrangler deploy",
"deploy:preview": "npm run build && wrangler versions upload"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"devDependencies": {
"@11ty/eleventy": "^3.1.5",
"@11ty/eleventy-plugin-syntaxhighlight": "^5.0.2",
"@quasibit/eleventy-plugin-sitemap": "^2.2.0",
"eleventy-plugin-nesting-toc": "^1.3.0",
"html-minifier-terser": "^7.2.0",
"markdown-it": "^14.1.1",
"markdown-it-anchor": "^9.2.0",
"markdown-it-attrs": "^4.5.0",
"markdown-it-container": "^4.0.0",
"markdown-it-task-lists": "^2.1.1"
}
}