Files
minbin/package.json
Tommy Parnell db367dece2 init
2017-12-16 12:07:56 -05:00

23 lines
472 B
JSON

{
"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"
}
}