-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 993 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
35
{
"name": "deven-website",
"version": "0.1.0",
"description": "This repository contains DEVENs website",
"main": "docs/index.html",
"scripts": {
"start": "NODE_ENV=development eleventy --serve",
"build": "rimraf ./docs && NODE_ENV=production npx eleventy"
},
"repository": {
"type": "git",
"url": "git+https://github.com/deven-org/deven-website.git"
},
"keywords": [],
"author": "DEVENorg",
"license": "MIT License",
"bugs": {
"url": "https://github.com/deven-org/deven-website/issues"
},
"homepage": "https://github.com/deven-org/deven-website#readme",
"devDependencies": {
"@11ty/eleventy": "^2.0.1",
"@11ty/eleventy-plugin-rss": "^1.2.0",
"@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0",
"luxon": "^3.4.4",
"markdown-it": "^14.0.0",
"markdown-it-anchor": "^8.6.7",
"rimraf": "^5.0.5",
"sass": "^1.70.0"
},
"dependencies": {
"liquidjs": "^10.10.0",
"markdown-it-link-attributes": "^4.0.1"
}
}