-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 929 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
{
"name": "universal-react-and-node-app",
"version": "1.0.0",
"description": "universal-react-app using react and nodejs",
"main": "index.js",
"scripts": {
"start": "set NODE_ENV=production && babel-node --presets 'react,es2015' src/server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/github.com/ahmedtehseen.git"
},
"author": "tehseen",
"license": "ISC",
"bugs": {
"url": "https://github.com/github.com/ahmedtehseen/issues"
},
"homepage": "https://github.com/github.com/ahmedtehseen#readme",
"dependencies": {
"babel-cli": "^6.18.0",
"babel-core": "^6.21.0",
"babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.16.0",
"ejs": "^2.5.5",
"express": "^4.14.0",
"react": "^15.4.2",
"react-dom": "^15.4.2",
"react-router": "^3.0.1"
},
"devDependencies": {
"babel-loader": "^6.2.10",
"webpack": "^1.13.3"
}
}