mirror of https://github.com/zulip/zulip.git
package.json: Move testing dependencies to devDependencies.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
parent
10bd7a47c4
commit
2bfb590391
10
package.json
10
package.json
|
@ -7,7 +7,6 @@
|
|||
"main": "",
|
||||
"dependencies": {
|
||||
"@babel/core": "^7.5.5",
|
||||
"@babel/eslint-parser": "^7.11.3",
|
||||
"@babel/plugin-proposal-class-properties": "^7.5.5",
|
||||
"@babel/preset-env": "^7.5.5",
|
||||
"@babel/preset-typescript": "^7.3.3",
|
||||
|
@ -28,7 +27,6 @@
|
|||
"emoji-datasource-google-blob": "npm:emoji-datasource-google@^3.0.0",
|
||||
"emoji-datasource-twitter": "^5.0.1",
|
||||
"error-stack-parser": "^2.0.2",
|
||||
"eslint-plugin-import": "^2.22.0",
|
||||
"expose-loader": "^1.0.0",
|
||||
"file-loader": "^6.0.0",
|
||||
"flatpickr": "^4.5.7",
|
||||
|
@ -41,13 +39,11 @@
|
|||
"jquery": "^3.4.1",
|
||||
"jquery-caret-plugin": "^1.5.2",
|
||||
"jquery-validation": "^1.19.0",
|
||||
"js-yaml": "^3.13.1",
|
||||
"katex": "^0.12.0",
|
||||
"lodash": "^4.17.19",
|
||||
"mini-css-extract-plugin": "^0.10.0",
|
||||
"moment": "^2.24.0",
|
||||
"moment-timezone": "^0.5.25",
|
||||
"openapi-examples-validator": "^4.0.0",
|
||||
"optimize-css-assets-webpack-plugin": "^5.0.3",
|
||||
"plotly.js": "^1.48.1",
|
||||
"postcss-calc": "^7.0.1",
|
||||
|
@ -57,7 +53,6 @@
|
|||
"postcss-scss": "^2.0.0",
|
||||
"postcss-simple-vars": "^5.0.2",
|
||||
"regenerator-runtime": "^0.13.3",
|
||||
"rewiremock": "^3.13.9",
|
||||
"script-loader": "^0.7.2",
|
||||
"shebang-loader": "^0.0.1",
|
||||
"simplebar": "^5.0.7",
|
||||
|
@ -80,6 +75,7 @@
|
|||
"zxcvbn": "^4.4.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/eslint-parser": "^7.11.3",
|
||||
"@types/clean-css": "^4.2.2",
|
||||
"@types/jquery": "^3.3.31",
|
||||
"@types/mini-css-extract-plugin": "^0.9.0",
|
||||
|
@ -95,10 +91,14 @@
|
|||
"eslint": "^7.2.0",
|
||||
"eslint-config-prettier": "^6.11.0",
|
||||
"eslint-plugin-empty-returns": "^1.0.2",
|
||||
"eslint-plugin-import": "^2.22.0",
|
||||
"js-yaml": "^3.13.1",
|
||||
"jsdom": "^16.1.0",
|
||||
"nyc": "^15.0.0",
|
||||
"openapi-examples-validator": "^4.0.0",
|
||||
"prettier": "^2.0.5",
|
||||
"puppeteer": "^5.2.0",
|
||||
"rewiremock": "^3.13.9",
|
||||
"source-map": "^0.6.1",
|
||||
"stylelint": "^13.0.0",
|
||||
"stylelint-config-prettier": "^8.0.2",
|
||||
|
|
Loading…
Reference in New Issue