32 lines
879 B
JSON
32 lines
879 B
JSON
{
|
|
"name": "embark-dtwitter",
|
|
"version": "0.0.1",
|
|
"description": "",
|
|
"main": "Gruntfile.js",
|
|
"scripts": {
|
|
"test": "embark test"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"homepage": "",
|
|
"dependencies": {
|
|
"async": "^2.6.1",
|
|
"date-fns": "^2.0.0-alpha.11",
|
|
"npm": "^6.2.0",
|
|
"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",
|
|
"@babel/plugin-proposal-decorators": "7.0.0-rc.1",
|
|
"@babel/plugin-proposal-export-namespace-from": "7.0.0-rc.1",
|
|
"@babel/plugin-proposal-function-sent": "7.0.0-rc.1",
|
|
"@babel/plugin-proposal-numeric-separator": "7.0.0-rc.1",
|
|
"@babel/plugin-proposal-throw-expressions": "7.0.0-rc.1"
|
|
}
|
|
}
|