-
Notifications
You must be signed in to change notification settings - Fork 127
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 710 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 710 Bytes
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
{
"name": "egghead-notetaker-updates",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Tyler McGinnis <tylermcginnis33@gmail.com> (http://tylermcginnis.com)",
"license": "ISC",
"dependencies": {
"axios": "^0.8.0",
"firebase": "^2.3.2",
"history": "^1.13.1",
"re-base": "^1.3.1",
"react": "^0.14.3",
"react-dom": "^0.14.3",
"react-router": "^1.0.1",
"reactfire": "^0.5.1"
},
"devDependencies": {
"babel-core": "^6.3.13",
"babel-loader": "^6.2.0",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"webpack": "^1.12.9"
}
}