embark-dtwitter-workshop/package.json

25 lines
529 B
JSON

{
"name": "embark-dtwitter",
"version": "0.0.1",
"description": "",
"scripts": {
"test": "embark test"
},
"author": "",
"license": "ISC",
"homepage": "",
"dependencies": {
"async": "^2.6.1",
"date-fns": "^2.0.0-alpha.11",
"react": "^16.3.2",
"react-bootstrap": "^0.32.1",
"react-dom": "^16.3.2",
"react-router-dom": "^4.2.2",
"react-spinkit": "^3.0.0"
},
"devDependencies": {
"@babel/core": "7.0.0-rc.1",
"@babel/plugin-proposal-class-properties": "7.0.0-rc.1"
}
}