UNPKG

2.44 kBJSONView Raw
1{
2 "name": "@react-ssr/express-engine-jsx",
3 "version": "0.1.127",
4 "description": "React SSR with ease",
5 "repository": "git@github.com:saltyshiomix/react-ssr.git",
6 "author": "Yoshihide Shiono <shiono.yoshihide@gmail.com>",
7 "license": "MIT",
8 "homepage": "https://github.com/saltyshiomix/react-ssr/tree/master/packages/express-engine-jsx",
9 "keywords": [
10 "react",
11 "reactjs",
12 "react.js",
13 "express",
14 "expressjs",
15 "ssr"
16 ],
17 "bugs": {
18 "url": "https://github.com/saltyshiomix/react-ssr/issues",
19 "email": "shiono.yoshihide@gmail.com"
20 },
21 "publishConfig": {
22 "access": "public"
23 },
24 "main": "register.js",
25 "files": [
26 "babel.js",
27 "page.jsx",
28 "register.js"
29 ],
30 "scripts": {
31 "build": "rollup -c",
32 "build:release": "cross-env NODE_ENV=production npm run build",
33 "prepublishOnly": "npm run build:release"
34 },
35 "dependencies": {
36 "@babel/core": "^7.4.4",
37 "@babel/plugin-proposal-class-properties": "^7.4.4",
38 "@babel/plugin-proposal-object-rest-spread": "^7.4.4",
39 "@babel/plugin-syntax-dynamic-import": "^7.2.0",
40 "@babel/plugin-transform-runtime": "^7.4.4",
41 "@babel/preset-env": "^7.4.4",
42 "@babel/preset-react": "^7.0.0",
43 "@babel/register": "^7.4.4",
44 "@babel/runtime-corejs2": "^7.4.4",
45 "art-template": "^4.13.2",
46 "babel-loader": "^8.0.6",
47 "babel-plugin-react-require": "^3.1.1",
48 "delay": "^4.2.0",
49 "fs-extra": "^8.0.1",
50 "terser-webpack-plugin": "^1.2.4",
51 "unionfs": "^4.2.0",
52 "webpack": "^4.32.2"
53 },
54 "devDependencies": {
55 "@babel/preset-typescript": "^7.3.3",
56 "@react-ssr/express": "^0.1.127",
57 "@types/express": "^4.16.1",
58 "@types/fs-extra": "^7.0.0",
59 "@types/node": "^12.0.2",
60 "@types/react": "^16.8.17",
61 "@types/react-dom": "^16.8.4",
62 "@types/terser-webpack-plugin": "^1.2.1",
63 "@types/webpack": "^4.4.32",
64 "cross-env": "^5.2.0",
65 "express": "^4.17.0",
66 "react": "^16.8.6",
67 "react-dom": "^16.8.6",
68 "rollup": "^1.12.3",
69 "rollup-plugin-auto-external": "^2.0.0",
70 "rollup-plugin-babel": "^4.3.2",
71 "rollup-plugin-commonjs": "^10.0.0",
72 "rollup-plugin-node-resolve": "^5.0.0",
73 "rollup-plugin-terser": "^5.0.0",
74 "typescript": "^3.4.5"
75 },
76 "peerDependencies": {
77 "@react-ssr/express": "*",
78 "express": "^4",
79 "react": "^16",
80 "react-dom": "^16"
81 },
82 "gitHead": "a1d09c44195225c4a279dff0c558a6550e0c3468"
83}