-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
48 lines (48 loc) · 1.33 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
{
"name": "reactjs.ba-talks",
"version": "0.1.0",
"description": "",
"main": "main.js",
"scripts": {
"static": "node src/static.js",
"hot": "node src/hot.js",
"dev": "webpack-dev-server --hot --progress --colors",
"build": "webpack --progress --colors"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ReactJS-BA/charlas.git"
},
"homepage": "https://reactjs-ba.github.io/charlas/",
"devDependencies": {
"auth0-lock": "^10.2.2",
"jwt-decode": "^2.1.0",
"axios": "^0.14.0",
"react": "^15.1",
"react-dom": "^15.1",
"react-modal": "^1.4.0",
"react-redux": "^4.4.5",
"react-router": "^2.6.1",
"react-router-apply-middleware": "0.0.2",
"react-router-redux": "^4.0.5",
"react-router-relative-links": "^0.1.0",
"react-tap-event-plugin": "^1.0.0",
"react-hot-loader": "^1.3.0",
"redux": "^3.0.0",
"redux-logger": "^2.6.1",
"webpack": "^1.13.1",
"webpack-dev-server": "^1.14.1",
"babel-core": "^6.3.13",
"babel-loader": "^6.2.4",
"babel-polyfill": "^6.13.0",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"babel-preset-stage-1": "^6.13.0",
"redux-observable": "^0.12.0",
"rxjs": "^5.0.0-beta.12",
"github-api": "^2.2.0"
},
"dependencies": {
"parse": "sebasjm/Parse-SDK-JS#dist"
}
}