Skip to content

Commit

Permalink
Top level packages (arkime#1526)
Browse files Browse the repository at this point in the history
* start moving common packages to top level

added vue, bootstrap, and bootstrap-vue

* relocate autoprefixer and postcss stuff to top level package.json

* move babel stuff to top level package.json

* move chalk to top level

* move clean-webpack-plugin to top level

* move js-yaml to top level

* use lodash at top level

* move node-notifier to top level

* move ora to top level

* remove rimraf dependency

* move semver to top level

* move shelljs to top level
  • Loading branch information
31453 authored Sep 27, 2020
1 parent 259c588 commit 0018b00
Show file tree
Hide file tree
Showing 16 changed files with 5,036 additions and 5,535 deletions.
10 changes: 10 additions & 0 deletions .postcssrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
// https://github.com/michael-ciniawsky/postcss-load-config

module.exports = {
"plugins": {
"postcss-import": {},
"postcss-url": {},
// to edit target browsers: use "browserslist" field in package.json
"autoprefixer": {}
}
}
5,382 changes: 4,948 additions & 434 deletions package-lock.json

Large diffs are not rendered by default.

26 changes: 24 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
"axios": "^0.19.0",
"body-parser": "^1.18.2",
"bson": "^1.0.5",
"clean-webpack-plugin": "^2.0.1",
"connect-timeout": "^1.7.0",
"console-stamp": "^0.2.2",
"cryptiles": ">=4.1.2",
Expand Down Expand Up @@ -65,7 +64,22 @@
"lint-fix-wise": "eslint --fix --ext .js,.vue wiseService"
},
"devDependencies": {
"@babel/core": "^7.11.6",
"@babel/preset-env": "^7.11.5",
"autoprefixer": "^9.8.6",
"babel-core": "^6.26.3",
"babel-eslint": "^10.0.3",
"babel-helper-vue-jsx-merge-props": "^2.0.3",
"babel-loader": "^7.1.5",
"babel-plugin-syntax-jsx": "^6.18.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-plugin-transform-vue-jsx": "^3.7.0",
"babel-preset-env": "^1.7.0",
"babel-preset-stage-2": "^6.24.1",
"bootstrap": "^4.5.2",
"bootstrap-vue": "^2.17.3",
"chalk": "^4.1.0",
"clean-webpack-plugin": "^2.0.2",
"eslint": "^6.8.0",
"eslint-config-standard": "^12.0.0-alpha.0",
"eslint-friendly-formatter": "^4.0.1",
Expand All @@ -74,7 +88,15 @@
"eslint-plugin-node": "^6.0.1",
"eslint-plugin-promise": "^3.8.0",
"eslint-plugin-standard": "^3.1.0",
"eslint-plugin-vue": "^5.2.3"
"eslint-plugin-vue": "^5.2.3",
"js-yaml": "^3.14.0",
"node-notifier": "^8.0.0",
"ora": "^5.1.0",
"postcss-import": "^12.0.1",
"postcss-loader": "^4.0.2",
"postcss-url": "^8.0.0",
"semver": "^7.3.2",
"shelljs": "^0.8.4"
},
"optionalDependencies": {}
}
Loading

0 comments on commit 0018b00

Please sign in to comment.