-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
52 lines (52 loc) · 1.51 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
46
47
48
49
50
51
52
{
"name": "prerender-plugin",
"version": "1.3.0",
"description":
"A Node.js/webpack plugin to prerender static HTML in a single page application.",
"keywords": ["webpack", "prerender", "spa", "single page application"],
"homepage": "https://github.com/mubaidr/webpack-prerender-plugin",
"bugs": {
"url": "https://github.com/mubaidr/webpack-prerender-plugin/issues",
"email": "mubaidr@gmail.com"
},
"author": {
"name": "Muhammad Ubaid Raza",
"email": "mubaidr@gmail.com",
"url": "https://mubaidr.github.io/"
},
"repository": {
"type": "git",
"url": "https://github.com/mubaidr/webpack-prerender-plugin.git"
},
"license": "MIT",
"main": "index.js",
"dependencies": {
"compression": "^1.7.2",
"connect-history-api-fallback": "^1.5.0",
"express": "^4.16.2",
"express-minify": "^1.0.0",
"fs-extra": "7.0.0",
"lodash.defaultsdeep": "^4.6.0",
"mkdirp": "^0.5.1",
"portfinder": "^1.0.13",
"puppeteer": "^1.1.1"
},
"devDependencies": {
"eslint-config-airbnb": "^17.0.0",
"eslint-config-prettier": "^2.9.0",
"eslint-friendly-formatter": "^4.0.1",
"eslint-loader": "^2.0.0",
"eslint-plugin-html": "^4.0.2",
"eslint-plugin-import": "^2.9.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-node": "^7.0.1",
"eslint-plugin-promise": "^3.6.0",
"eslint-plugin-react": "^7.7.0",
"eslint-plugin-standard": "^3.0.1",
"eslint-plugin-vue": "next",
"eslint": "^5.0.1"
},
"engines": {
"node": ">=7.6.0"
}
}