-
Notifications
You must be signed in to change notification settings - Fork 41
/
package.json
46 lines (46 loc) · 1.34 KB
/
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
36
37
38
39
40
41
42
43
44
45
46
{
"name": "pi-apps",
"version": "1.0.0",
"description": "Official Pi-Apps website",
"scripts": {
"build": "npx eleventy",
"watch": "npx eleventy --watch",
"serve": "npx eleventy --serve",
"start": "npx eleventy --serve",
"debug": "DEBUG=* npx eleventy",
"lint": "markdownlint .",
"lint:fix": "markdownlint --fix ."
},
"repository": {
"type": "git",
"url": "git://github.com/Pi-Apps-Coders/website.git"
},
"author": {
"name": "theofficialgman",
"email": "28281419+theofficialgman@users.noreply.github.com",
"url": "https://github.com/theofficialgman"
},
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/Botspot/pi-apps/issues"
},
"homepage": "https://pi-apps.io/",
"devDependencies": {
"@11ty/eleventy": "2.0.1",
"@11ty/eleventy-fetch": "4.0.1",
"@11ty/eleventy-img": "4.0.2",
"@11ty/eleventy-navigation": "0.3.5",
"@11ty/eleventy-plugin-rss": "1.2.0",
"@11ty/eleventy-plugin-syntaxhighlight": "5.0.0",
"eleventy-plugin-toc": "1.1.5",
"@fontsource/inter": "5.0.21",
"@fortawesome/fontawesome-free": "6.6.0",
"clean-css": "5.3.3",
"luxon": "3.5.0",
"markdown-it": "14.1.0",
"markdown-it-anchor": "9.2.0",
"markdown-it-table-of-contents": "0.8.0",
"markdownlint-cli": "0.41.0",
"markdown-it-eleventy-img": "0.10.2"
}
}