aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
blob: 474ac8e02cba0c9768cdb5aaf3f705effe089900 (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
{
  "name": "sudomsg",
  "version": "1.0.0",
  "description": "Sudomsg Website",
  "devDependencies": {
    "@11ty/eleventy": "^1.0.0-beta.10",
    "@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",
    "eslint": "^8.6.0",
    "luxon": "^2.3.0",
    "markdown-it": "^12.3.0",
    "markdown-it-attrs": "^4.1.3",
    "postcss": "^8.4.5",
    "postcss-import": "^14.0.2",
    "postcss-preset-env": "^7.2.0"
  },
  "scripts": {
    "prestart": "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"
}