forked from aweary/ssr-benchmarks
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 938 Bytes
/
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
{
"name": "react-ssr-benchmarks",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"scripts": {
"build": "rollem",
"start": "NODE_ENV=production node index",
"start:dev": "node index"
},
"dependencies": {
"cli-table": "^0.3.1",
"inferno": "^1.2.0",
"inferno-compat": "^1.2.0",
"inferno-component": "^1.2.0",
"inferno-server": "^1.2.0",
"preact": "^7.1.0",
"preact-compat": "^3.10.0",
"preact-render-to-string": "^3.4.1",
"react": "^15.4.1",
"react-dom": "^15.4.1",
"rollup-plugin-commonjs": "^7.0.0",
"rollup-plugin-replace": "^1.1.1",
"svelte": "^1.6.3"
},
"devDependencies": {
"babel-cli": "^6.18.0",
"babel-core": "^6.20.0",
"babel-loader": "^6.2.10",
"babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.16.0",
"rollem": "^1.8.1",
"rollup-plugin-buble": "^0.15.0",
"rollup-plugin-uglify": "^1.0.1"
}
}