-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.57 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
{
"author": "Isienyi, Stephen",
"dependencies": {
"axios": "^0.18.0",
"babel-plugin-import-require": "^1.0.1",
"babel-plugin-transform-assets": "^1.0.2",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.7.0",
"babel-preset-react-app": "^3.1.2",
"connected-react-router": "^4.4.1",
"lodash.get": "^4.4.2",
"lodash.omit": "^4.5.0",
"mustache-express": "^1.2.7",
"react": "^16.4.2",
"react-dom": "^16.4.2",
"react-redux": "^5.0.7",
"react-router-dom": "^4.3.1",
"react-scripts": "1.1.4",
"redux": "^4.0.0",
"redux-thunk": "^2.3.0",
"regenerator-runtime": "^0.12.1",
"webpack-node-externals": "^1.7.2"
},
"description": "Isomorphic Github UI app",
"devDependencies": {
"cross-env": "^5.2.0",
"jest-immutable-matchers": "^2.0.1",
"nodemon": "^1.18.3",
"react-test-renderer": "^16.4.2"
},
"directories": {
"test": "test"
},
"engines": {
"node": "6.3.0",
"npm": "3.10.3"
},
"license": "MIT",
"main": "index.js",
"name": "sc-universal",
"repository": {
"type": "git",
"url": "git:github.com/steveswork/repoui.git"
},
"scripts": {
"build": "react-scripts build",
"eject": "react-scripts eject",
"start": "react-scripts start",
"ssr:dev": "clear && cross-env NODE_ENV=development && cross-env BABEL_ENV=development && npm run build && nodemon ./server",
"ssr:prod": "cross-env NODE_ENV=production && npm run build && node ./server",
"test": "cross-env PORT=9000 && react-scripts test --env=jsdom"
},
"version": "0.1.0"
}