-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.72 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 1.72 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "@rispa/render-server",
"rispa:name": "react-server",
"version": "4.2.6",
"description": "Rispa Server rendering plugin",
"main": "./activator/RenderServerPluginApi.js",
"rispa:activator": "./activator/index.js",
"dependencies": {
"@rispa/babel": "4.2.x",
"@rispa/config": "4.2.x",
"@rispa/core": "4.2.x",
"@rispa/redux": "4.2.x",
"@rispa/routes": "4.2.x",
"@rispa/server": "4.2.x",
"@rispa/webpack": "4.2.x",
"@webpack-blocks/webpack2": "^0.4.0",
"babel-runtime": "^6.23.0",
"better-npm-run": "0.1.0",
"debug": "^2.6.6",
"electrode-react-ssr-caching": "^0.1.5",
"express": "^4.15.2",
"extract-text-webpack-plugin": "^2.1.0",
"history": "^4.6.1",
"prop-types": "^15.5.8",
"react": "^15.5.4",
"react-cookie": "^2.0.7",
"react-dom": "^15.5.4",
"react-loadable": "^3.3.1",
"react-redux": "^5.0.6",
"react-router": "^4.1.1",
"react-side-effect": "^1.1.5",
"react-tree-walker": "^2.1.1",
"require-relative": "^0.8.7",
"serialize-javascript": "^1.5.0",
"stats-webpack-plugin": "^0.6.0",
"universal-cookie-express": "^2.0.5",
"universal-webpack": "^0.3.9",
"webpack": "^2.4.1",
"webpack-flush-chunks": "^0.1.1",
"write-file-webpack-plugin": "^4.0.2"
},
"devDependencies": {
"@rispa/eslint-config": ">=3.0.0",
"babel-cli": "^6.26.0"
},
"scripts": {
"build": "better-npm-run build",
"compile": "babel src --out-dir lib --ignore spec.js,test.js",
"lint": "rispa-eslint .",
"lint:fix": "rispa-eslint . --fix"
},
"betterScripts": {
"build": {
"command": "node ./bin/build.js",
"env": {
"NODE_ENV": "production",
"DEBUG": "rispa:*"
}
}
}
}