Skip to content

Commit

Permalink
Additional package.json for buildpack
Browse files Browse the repository at this point in the history
  • Loading branch information
philipp-bode committed May 26, 2018
1 parent 575fdc3 commit 42cb309
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"name": "lowcarb",
"version": "0.1.0",
"private": true,
"dependencies": {
"font-awesome": "^4.7.0",
"react": "^16.4.0",
"react-dom": "^16.4.0",
"react-router-dom": "^4.2.2",
"react-scripts": "1.1.4",
"uikit": "^3.0.0-rc.2"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
}
}

0 comments on commit 42cb309

Please sign in to comment.