|
|
@@ -4,7 +4,7 @@
|
|
|
"license": "MIT",
|
|
|
"scripts": {
|
|
|
"build": "env-cmd -f config/env.prod.js webpack --config config/webpack.prod.js --profile --bail",
|
|
|
- "prebuild": "yarn ts-node bin/generate-plugin-definitions-source.ts && yarn ts-node bin/download-cdn-resources.ts",
|
|
|
+ "// prebuild": "yarn ts-node bin/generate-plugin-definitions-source.ts && yarn ts-node bin/download-cdn-resources.ts",
|
|
|
"lint:js:fix": "eslint \"**/*.{js,jsx}\" --fix",
|
|
|
"lint:js": "eslint \"**/*.{js,jsx}\"",
|
|
|
"lint:styles:fix": "stylelint --fix src/**/*.scss",
|
|
|
@@ -122,12 +122,6 @@
|
|
|
"@alienfast/i18next-loader": "^1.0.16",
|
|
|
"@atlaskit/drawer": "^5.3.7",
|
|
|
"@atlaskit/navigation-next": "^8.0.5",
|
|
|
- "@babel/core": "^7.4.5",
|
|
|
- "@babel/plugin-proposal-class-properties": "^7.8.3",
|
|
|
- "@babel/plugin-proposal-optional-chaining": "^7.9.0",
|
|
|
- "@babel/polyfill": "^7.4.4",
|
|
|
- "@babel/preset-env": "^7.4.5",
|
|
|
- "@babel/preset-react": "^7.0.0",
|
|
|
"@handsontable/react": "=2.1.0",
|
|
|
"@types/compression": "^1.7.0",
|
|
|
"@types/express": "^4.17.11",
|
|
|
@@ -137,10 +131,6 @@
|
|
|
"@typescript-eslint/eslint-plugin": "^4.28.5",
|
|
|
"@typescript-eslint/parser": "^4.28.5",
|
|
|
"autoprefixer": "^9.0.0",
|
|
|
- "babel-eslint": "^10.0.1",
|
|
|
- "babel-loader": "^8.0.6",
|
|
|
- "babel-plugin-lodash": "^3.3.4",
|
|
|
- "babel-plugin-transform-imports": "^2.0.0",
|
|
|
"bootstrap": "^4.5.0",
|
|
|
"browser-sync": "^2.26.3",
|
|
|
"bunyan-debug": "^2.0.0",
|