generated from jonheslop/static-quickstart
-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
42 lines (42 loc) · 1.39 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
{
"name": "@pusher/docs",
"version": "1.0.0",
"main": "index.html",
"repository": "git@github.com:pusher/docs.git",
"author": "Jon Heslop <jon@jonheslop.com>",
"license": "MIT",
"scripts": {
"dev": "eleventy --serve",
"build": "postcss css/style.pcss -o _site/docs/static/style.min.css && ELEVENTY_PRODUCTION=true eleventy && yarn updateAlgoliaIndex",
"css": "postcss css/style.pcss -o _tmp/style.min.css -w --verbose",
"updateAlgoliaIndex": "node ./search/update-algolia-index.js"
},
"devDependencies": {
"@11ty/eleventy": "1.0.2",
"@11ty/eleventy-navigation": "0.3.5",
"@11ty/eleventy-plugin-syntaxhighlight": "^3.1.0",
"@fullhuman/postcss-purgecss": "^5.0.0",
"cssnano": "5.0.0",
"eleventy-plugin-metagen": "^1.3.0",
"eleventy-plugin-toc": "^1.1.0",
"markdown-it": "^12.0.4",
"markdown-it-anchor": "^7.1.0",
"markdown-it-imsize": "^2.0.1",
"postcss": "^8.2.8",
"postcss-cli": "^8.3.1",
"postcss-colour-functions": "^1.5.2",
"postcss-custom-media": "^8.0.0",
"postcss-each": "^1.0.0",
"postcss-easing-gradients": "^3.0.1",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-import": "^14.0.0",
"postcss-nested": "^5.0.5",
"postcss-preset-env": "^6.7.0",
"slugify": "^1.5.0"
},
"dependencies": {
"algoliasearch": "^4.13.0",
"isomorphic-dompurify": "^0.13.0",
"node-html-parser": "^3.3.0"
}
}