-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1.1 KB
/
package.json
File metadata and controls
36 lines (36 loc) · 1.1 KB
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": "prismjs-website",
"version": "0.0.1",
"description": "The website of prismjs.com",
"type": "module",
"scripts": {
"dev": "netlify dev -p 8844",
"serve": "npx @11ty/eleventy --config=_build/eleventy.js --serve --quiet",
"build:html": "npx @11ty/eleventy --config=_build/eleventy.js --quiet",
"build": "npm run build:html",
"watch:html": "npx @11ty/eleventy --config=_build/eleventy.js --watch --quiet --incremental",
"watch": "npm run watch:html"
},
"repository": {
"type": "git",
"url": "git+https://github.com/PrismJS/website.git"
},
"bugs": {
"url": "https://github.com/PrismJS/website/issues"
},
"homepage": "https://prismjs.com",
"license": "MIT",
"devDependencies": {
"@11ty/eleventy": "^3.0.0",
"@11ty/eleventy-fetch": "^5.0.2",
"eleventy-plugin-toc": "^1.1.5",
"markdown-it-anchor": "^9.2.0",
"markdown-it-attrs": "^4.3.1",
"markdown-it-deflist": "^3.0.0",
"prettier": "^3.5.3",
"prettier-plugin-brace-style": "^0.7.2",
"prettier-plugin-merge": "^0.7.2",
"prettier-plugin-space-before-function-paren": "^0.0.7",
"prismjs": "github:PrismJS/prism"
}
}