This repository was archived by the owner on May 10, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.33 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.33 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
37
38
39
40
41
42
43
44
45
46
47
{
"name": "parcel-plugin-prerender",
"author": "ABuffSeagull <reecevanatta@gmail.com>",
"description": "prerender plugin for parcel",
"homepage": "https://github.com/ABuffSeagull/parcel-plugin-prerender",
"bugs": "https://github.com/ABuffSeagull/parcel-plugin-prerender/issues",
"repository": "github:abuffseagull/parcel-plugin-prerender",
"keywords": [
"prerender",
"seo",
"spa",
"parcel",
"parcel-plugin",
"static-site-generator"
],
"version": "1.4.5",
"main": "index.js",
"license": "MIT",
"dependencies": {
"@prerenderer/prerenderer": "^0.7.2",
"@prerenderer/renderer-puppeteer": "^0.2.0",
"chalk": "^3.0.0",
"cosmiconfig": "^6.0.0",
"htmlnano": "^0.2.6",
"ora": "^4.1.1",
"pretty-ms": "^5.1.0",
"snyk": "^1.406.0"
},
"devDependencies": {
"eslint": "^6.8.0",
"eslint-config-airbnb-base": "^14.2.0",
"eslint-config-prettier": "^6.12.0",
"eslint-formatter-kakoune": "^1.0.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jest": "^23.20.0",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-unicorn": "^15.0.1",
"prettier": "^1.19.1"
},
"scripts": {
"lint": "eslint index.js",
"test": "snyk test && npm --prefix tests run test",
"snyk-protect": "snyk protect",
"prepare": "npm run snyk-protect"
},
"snyk": true
}