-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
73 lines (73 loc) · 1.89 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "helium.js",
"version": "1.0.2",
"description": "Server Side Rendering React Developer Tool",
"main": "build",
"scripts": {
"test": "./node_modules/.bin/webpack -w",
"webpack": "./node_modules/.bin/webpack",
"prepare": "npm run webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SJCProduction/SJC.git"
},
"keywords": [
"ssr",
"react",
"server side rendering",
"webpack",
"code splitting",
"redux",
"react router",
"performance",
"isomorphic",
"universal"
],
"author": "Helium Team",
"license": "MIT",
"bin": {
"He": "./global/cliPrimary.js",
"lift": "./global/cliTest.js"
},
"bugs": {
"url": "https://github.com/SJCProduction/Helium.js/issues"
},
"homepage": "https://github.com/SJCProduction/Helium.js#readme",
"dependencies": {
"babel-core": "^6.26.0",
"chalk": "^2.3.0",
"clear": "0.0.1",
"clui": "^0.3.6",
"figlet": "^1.2.0",
"inquirer": "^4.0.0",
"puppeteer": "^0.13.0",
"react": "^16.1.1",
"react-dom": "^16.1.1",
"react-redux": "^5.0.6",
"react-router": "^4.2.0",
"react-router-dom": "^4.2.2",
"redux": "^3.7.2",
"serialize-javascript": "^1.4.0",
"shelljs": "^0.7.8",
"yargs": "^10.0.3"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-3": "^6.24.1",
"compression-webpack-plugin": "^1.0.1",
"eslint": "^4.11.0",
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-react": "^7.5.1",
"uglifyjs-webpack-plugin": "^1.1.2",
"webpack": "^3.10.0",
"webpack-bundle-analyzer": "^2.9.1",
"webpack-node-externals": "^1.6.0"
}
}