forked from berty/www.berty.tech
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 873 Bytes
/
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
{
"name": "berty",
"version": "1.0.0",
"description": "",
"main": "index.js",
"directories": {
"doc": "docs"
},
"dependencies": {
"@fullhuman/postcss-purgecss": "^2.1.2",
"amphtml-validator": "^1.0.30",
"autoprefixer": "^9.7.6",
"cheerio": "^1.0.0-rc.3",
"glob": "^7.1.6",
"htmlnano": "^0.2.5",
"netlify-plugin-hugo-cache-resources": "^0.1.4",
"netlify-plugin-submit-sitemap": "^0.1.4",
"node-fetch": "^2.6.0",
"postcss-cli": "^7.1.0",
"postcss-import": "^12.0.1",
"postcss-purifycss": "^1.1.0",
"postcss-replace": "^1.1.2",
"yaml": "^1.10.0"
},
"browserslist": [
"> 1%"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"pre:push": "node replace-remote-md-images"
},
"author": "",
"license": "ISC",
"devDependencies": {
"sharp": "^0.27.0"
}
}