-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
20 lines (19 loc) · 728 Bytes
/
Copy pathpackage.json
File metadata and controls
20 lines (19 loc) · 728 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"name": "spatialdatapublishing-com",
"version": "1.0.0",
"description": "OGC Standards Implementation & Spatial Data Publishing",
"scripts": {
"build": "npx @11ty/eleventy",
"start": "npx @11ty/eleventy --serve",
"dev": "npx @11ty/eleventy --serve --watch",
"deploy": "npm run build && wrangler pages deploy _site --project-name spatialdatapublishing-com --branch production",
"deploy:prod": "npm run build && wrangler pages deploy _site --project-name spatialdatapublishing-com --branch production"
},
"devDependencies": {
"@11ty/eleventy": "^3.0.0",
"markdown-it": "^14.1.0",
"markdown-it-anchor": "^9.2.0",
"markdown-it-task-lists": "^2.1.1",
"prismjs": "^1.29.0"
}
}