Skip to content

Commit

Permalink
initial commit - package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
adekbadek committed Dec 27, 2016
0 parents commit 2ac5def
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
node_modules
dist
16 changes: 16 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"name": "react-gcal-tut",
"version": "1.0.0",
"description": "React tutorial",
"author": "Adam Borowski",
"license": "ISC",
"devDependencies": {
"babel-core": "^6.21.0",
"babel-loader": "^6.2.10",
"babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.16.0",
"react": "^15.4.1",
"react-dom": "^15.4.1",
"webpack": "^1.14.0"
}
}

0 comments on commit 2ac5def

Please sign in to comment.