package.json: Move @types/* to devDependencies.

We only run TypeScript as a linter, so these need only be present in
development.

Signed-off-by: Anders Kaseorg <anders@zulipchat.com>
This commit is contained in:
Anders Kaseorg 2019-10-29 17:38:47 -07:00 committed by Tim Abbott
parent c31615a760
commit c10f3f87b7
1 changed files with 4 additions and 4 deletions

View File

@ -10,10 +10,6 @@
"@babel/preset-env": "^7.5.5",
"@babel/preset-typescript": "^7.3.3",
"@babel/register": "^7.6.2",
"@types/node": "^12.0.7",
"@types/underscore": "^1.8.18",
"@types/webpack": "^4.4.32",
"@types/webpack-dev-server": "^3.1.6",
"autoprefixer": "^9.6.1",
"autosize": "^4.0.2",
"babel-loader": "^8.0.6",
@ -73,6 +69,10 @@
"zxcvbn": "^4.4.2"
},
"devDependencies": {
"@types/node": "^12.0.7",
"@types/underscore": "^1.8.18",
"@types/webpack": "^4.4.32",
"@types/webpack-dev-server": "^3.1.6",
"@typescript-eslint/eslint-plugin": "^1.12.0",
"@typescript-eslint/parser": "^1.12.0",
"babel-plugin-rewire-ts": "^1.3.3",