Skip to content
Snippets Groups Projects
Commit 888299f6 authored by Alexander Rose's avatar Alexander Rose
Browse files

move @types to dependencies

parent e6e97ad7
No related branches found
No related tags found
No related merge requests found
...@@ -69,19 +69,6 @@ ...@@ -69,19 +69,6 @@
"author": "Mol* Contributors", "author": "Mol* Contributors",
"license": "MIT", "license": "MIT",
"devDependencies": { "devDependencies": {
"@types/argparse": "^1.0.36",
"@types/benchmark": "^1.0.31",
"@types/compression": "0.0.36",
"@types/express": "^4.16.1",
"@types/gl": "^4.1.0",
"@types/jest": "^24.0.13",
"@types/node": "^12.0.2",
"@types/node-fetch": "^2.3.4",
"@types/pngjs": "^3.3.2",
"@types/react": "^16.8.17",
"@types/react-dom": "^16.8.4",
"@types/swagger-ui-dist": "3.0.0",
"@types/webgl2": "0.0.4",
"benchmark": "^2.1.4", "benchmark": "^2.1.4",
"circular-dependency-plugin": "^5.0.2", "circular-dependency-plugin": "^5.0.2",
"concurrently": "^4.1.0", "concurrently": "^4.1.0",
...@@ -109,6 +96,19 @@ ...@@ -109,6 +96,19 @@
"webpack-cli": "^3.3.2" "webpack-cli": "^3.3.2"
}, },
"dependencies": { "dependencies": {
"@types/argparse": "^1.0.36",
"@types/benchmark": "^1.0.31",
"@types/compression": "0.0.36",
"@types/express": "^4.16.1",
"@types/gl": "^4.1.0",
"@types/jest": "^24.0.13",
"@types/node": "^12.0.2",
"@types/node-fetch": "^2.3.4",
"@types/pngjs": "^3.3.2",
"@types/react": "^16.8.17",
"@types/react-dom": "^16.8.4",
"@types/swagger-ui-dist": "3.0.0",
"@types/webgl2": "0.0.4",
"argparse": "^1.0.10", "argparse": "^1.0.10",
"compression": "^1.7.4", "compression": "^1.7.4",
"express": "^4.17.0", "express": "^4.17.0",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment