forked from ReactJS-BA/meetup-2016-04-05
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
45 lines (45 loc) · 1.11 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
{
"name": "meetup-2016-04-05",
"version": "1.0.0",
"description": "## \"El camino para dominar reactjs\" (sin fatigarse en el intento).",
"main": "webpack.config.js",
"scripts": {
"build": "webpack",
"start": "webpack-dev-server --inline --hot"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ReactJS-BA/meetup-2016-04-05.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/ReactJS-BA/meetup-2016-04-05/issues"
},
"homepage": "https://github.com/ReactJS-BA/meetup-2016-04-05#readme",
"dependencies": {
"react": "^0.14.8",
"react-dom": "^0.14.8",
"react-router": "^2.0.1",
"redux": "^3.3.1",
"redux-thunk": "^2.0.1"
},
"devDependencies": {
"babel-core": "^6.7.4",
"babel-loader": "^6.2.4",
"babel-polyfill": "^6.7.4",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"babel-preset-react-hmre": "^1.1.1",
"webpack": "^1.12.14",
"webpack-dev-server": "^1.14.1",
"xhr": "^2.2.0"
},
"babel": {
"presets": [
"es2015",
"react"
]
}
}