forked from stereobooster/react-snap
-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
54 lines (54 loc) · 1.29 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
53
54
{
"name": "react-snap-nh",
"version": "1.0.1",
"description": "nata.house's fork of react-snap by stereobooster: Zero-configuration framework-agnostic static prerendering for SPAs",
"main": "index.js",
"author": "stereobooster",
"contributors": [
"philipeatela",
"natahouse"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/natahouse/react-snap.git"
},
"homepage": "https://github.com/natahouse/react-snap#readme",
"engines": {
"node": ">= 8.6.0"
},
"dependencies": {
"clean-css": "4.2.1",
"express": "4.17.1",
"express-history-api-fallback": "2.2.1",
"glob-to-regexp": "^0.4.1",
"highland": "2.13.4",
"html-minifier": "4.0.0",
"is-glob": "^4.0.1",
"minimalcss": "0.8.2",
"mkdirp": "0.5.1",
"puppeteer": "^1.8.0",
"serve-static": "1.14.1",
"sourcemapped-stacktrace-node": "2.1.8"
},
"devDependencies": {
"dev-null-stream": "0.0.1",
"jest": "24.9.0",
"markdown-toc": "1.2.0",
"prettier": "1.18.2"
},
"scripts": {
"toc": "yarn run markdown-toc -i doc/recipes.md",
"test": "jest",
"precommit": "prettier --write {*,src/*}.{js,json,css}"
},
"bin": {
"react-snap": "./run.js"
},
"files": [
"index.js",
"run.js",
"src/",
"vendor/"
]
}