-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.24 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
{
"name": "@pressbooks/pressbooksdotorg",
"version": "1.0.0",
"private": true,
"description": "Homepage for the Pressbooks Open Source Project.",
"main": ".eleventy.js",
"scripts": {
"start": "npx eleventy --serve",
"build": "NODE_ENV=production eleventy",
"production": "NODE_ENV=production eleventy",
"prepare": "husky install"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pressbooks/pressbooks.org.git"
},
"keywords": [],
"author": "",
"license": "GPL-2.0-or-later",
"bugs": {
"url": "https://github.com/pressbooks/pressbooks.org/issues"
},
"dependencies": {
"@11ty/eleventy": "^2.0.1",
"@11ty/eleventy-cache-assets": "^2.3.0",
"@11ty/eleventy-plugin-rss": "^1.1.2",
"@11ty/eleventy-plugin-syntaxhighlight": "^4.0.0",
"concurrently": "^6.5.1",
"markdown-it-footnote": "^3.0.3",
"moment": "^2.29.4"
},
"devDependencies": {
"autoprefixer": "^10.4.4",
"cssnano": "^6.0.0",
"husky": "^7.0.4",
"markdown-it-anchor": "^8.6.2",
"modern-css-reset": "^1.4.0",
"open-props": "^1.3.15",
"postcss": "^8.4.31",
"postcss-easy-import": "^4.0.0",
"postcss-jit-props": "^1.0.6",
"prettier": "^2.6.2",
"pretty-quick": "^3.1.3"
}
}