simplify package.json

This commit is contained in:
Michael Bradley, Jr 2018-09-27 10:46:28 -05:00 committed by emizzle
parent bee7cfdd4a
commit 6f827c982f
1 changed files with 1 additions and 8 deletions

View File

@ -2,7 +2,6 @@
"name": "embark-dtwitter", "name": "embark-dtwitter",
"version": "0.0.1", "version": "0.0.1",
"description": "", "description": "",
"main": "Gruntfile.js",
"scripts": { "scripts": {
"test": "embark test" "test": "embark test"
}, },
@ -12,7 +11,6 @@
"dependencies": { "dependencies": {
"async": "^2.6.1", "async": "^2.6.1",
"date-fns": "^2.0.0-alpha.11", "date-fns": "^2.0.0-alpha.11",
"npm": "^6.2.0",
"react": "^16.3.2", "react": "^16.3.2",
"react-bootstrap": "^0.32.1", "react-bootstrap": "^0.32.1",
"react-dom": "^16.3.2", "react-dom": "^16.3.2",
@ -21,11 +19,6 @@
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "7.0.0-rc.1", "@babel/core": "7.0.0-rc.1",
"@babel/plugin-proposal-class-properties": "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"
} }
} }