forked from stereobooster/react-snap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.01 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
{
"name": "react-snap",
"version": "1.23.0",
"description": "Zero-configuration framework-agnostic static prerendering for SPAs",
"main": "index.js",
"author": "stereobooster",
"license": "MIT",
"repository": "stereobooster/react-snap",
"engines": {
"node": ">= 8.6.0"
},
"dependencies": {
"clean-css": "4.2.1",
"express": "4.16.4",
"express-history-api-fallback": "2.2.1",
"highland": "2.13.0",
"html-minifier": "3.5.21",
"minimalcss": "0.8.1",
"mkdirp": "0.5.1",
"puppeteer": "^1.8.0",
"serve-static": "1.13.2",
"sourcemapped-stacktrace-node": "2.1.8"
},
"devDependencies": {
"dev-null-stream": "0.0.1",
"jest": "23.6.0",
"markdown-toc": "1.2.0",
"prettier": "1.16.4"
},
"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/"
]
}