This commit is contained in:
Tommy Parnell
2017-12-16 12:07:56 -05:00
commit db367dece2
7 changed files with 124 additions and 0 deletions

22
package.json Normal file
View File

@@ -0,0 +1,22 @@
{
"name": "minbin",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-redux": "^5.0.6"
},
"devDependencies": {
"awesome-typescript-loader": "^3.4.1",
"redux-devtools": "^3.4.1",
"source-map-loader": "^0.2.3",
"typescript": "^2.6.2"
}
}