-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.06 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
{
"name": "react-isomorphic-bootstrap",
"version": "1.0.0",
"description": "React isomorphic bootstrap",
"main": "index.js",
"engines": {
"node": "4.1.1"
},
"repository": {
"type": "git",
"url": "https://github.com/davidlygagnon/react-isomorphic-bootstrap"
},
"keywords": [],
"author": "dlygagnon",
"license": "ISC",
"bugs": {
"url": "https://github.com/davidlygagnon/react-isomorphic-bootstrap/issues"
},
"homepage": "https://github.com/davidlygagnon/react-isomorphic-bootstrap",
"scripts": {
"postinstall": "./node_modules/.bin/webpack -p --config webpack.config.js",
"start": "./node_modules/.bin/babel-node server.js"
},
"dependencies": {
"ejs": "^2.3.4",
"express": "^4.13.3",
"history": "^1.13.1",
"react": "^0.14.3",
"react-dom": "^0.14.3",
"react-router": "^1.0.2",
"babel-loader": "^6.2.0",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"babel-core": "^6.3.21",
"babel-cli": "^6.3.17",
"webpack": "^1.12.9"
},
"devDependencies": {
}
}