-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1017 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 1017 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
34
35
36
{
"name": "prep",
"version": "1.0.0",
"description": "<p align='left'> <img src='https://i.postimg.cc/HsKFMv9W/alphadev8.png' </img> </p>",
"main": "index.js",
"scripts": {
"start": "eleventy --serve",
"build": "eleventy",
"test": "jest --collectCoverage=false --testResultsProcessor ./.reporter/index.js --detectOpenHandles"
},
"devDependencies": {
"@11ty/eleventy-plugin-syntaxhighlight": "^3.1.3",
"eslint": "^7.32.0",
"jest": "^27.5.1",
"standard": "^16.0.4"
},
"author": "Alpha",
"license": "ISC",
"jest": {
"testURL": "http://localhost/"
},
"dependencies": {
"@11ty/eleventy": "^0.12.1",
"@11ty/eleventy-cache-assets": "^2.3.0",
"@11ty/eleventy-navigation": "^0.3.2",
"bootstrap": "^5.1.3",
"eleventy-navigation-bootstrap": "^0.1.2",
"eleventy-plugin-toc": "^1.1.5",
"git-remote-origin-url": "^3.1.0",
"git-url-parse": "^13.0.0",
"markdown-it": "^12.3.0",
"markdown-it-anchor": "^8.4.1",
"markdown-it-highlightjs": "^3.5.0",
"simple-git": "^3.14.0"
}
}