summaryrefslogtreecommitdiffstats
path: root/package.json
blob: bef3543cd6e3a150f20f26ef537712e0791f8051 (plain) (blame)
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
47
48
49
50
{
    "name": "sudomsg",
    "version": "1.0.0",
    "description": "Sudomsg Website",
    "dependencies": {
        "@11ty/eleventy": "^1.0.0",
        "@11ty/eleventy-plugin-rss": "^1.1.2",
        "@11ty/eleventy-plugin-syntaxhighlight": "^3.1.3",
        "@babel/core": "^7.16.7",
        "@babel/preset-env": "^7.16.7",
        "@sindresorhus/slugify": "^1.1.2",
        "babel-plugin-transform-define": "^2.0.1",
        "del-cli": "^4.0.1",
        "luxon": "^2.3.0",
        "markdown-it": "^12.3.0",
        "markdown-it-anchor": "^8.4.1",
        "markdown-it-attrs": "^4.1.3",
        "markdown-it-footnote": "^3.0.3",
        "postcss": "^8.4.5",
        "postcss-import": "^14.0.2",
        "postcss-preset-env": "^7.2.0"
    },
    "devDependencies": {
        "eslint": "^8.6.0",
        "stylelint": "^14.2.0",
        "stylelint-config-standard": "^24.0.0"
    },
    "scripts": {
        "preserve": "npm run clean",
        "prebuild": "npm run clean",
        "clean": "del dist",
        "build": "eleventy --quiet",
        "serve": "eleventy --serve --quiet",
        "start": "npm run serve",
        "debug": "DEBUG=* eleventy"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/marcthe12/website.git"
    },
    "keywords": [
        "Blog"
    ],
    "author": "Marc Pervaz Boocha",
    "license": "ISC",
    "bugs": {
        "url": "https://github.com/marcthe12/website/issues"
    },
    "homepage": "https://sudomsg.xyz"
}