Skip to content

Commit

Permalink
Separate package.json deps and dev-deps (#6758)
Browse files Browse the repository at this point in the history
* Separate dependencies and dev-dependencies.
* add external vue component "vue-js-modal"
* add external vue component "vue-cookie"

* Update tablesorter's jQuery version

* Move the rest of the packages
  • Loading branch information
p0psicles authored Jun 2, 2019
1 parent cd2931b commit 01f809f
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 27 deletions.
45 changes: 24 additions & 21 deletions themes-default/slim/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,26 +25,45 @@
}
}
},
"dependencies": {},
"dependencies": {
"axios": "0.19.0",
"bootstrap": "3.4.1",
"country-language": "0.1.7",
"date-fns": "2.0.0-alpha.27",
"is-visible": "2.2.0",
"jquery": "3.4.1",
"lodash": "4.17.11",
"tablesorter": "2.31.1",
"vue": "2.6.10",
"vue-async-computed": "3.6.1",
"vue-cookie": "1.1.4",
"vue-good-table": "https://github.com/p0psicles/vue-good-table#master",
"vue-js-modal": "1.3.28",
"vue-js-toggle-button": "1.3.2",
"vue-meta": "1.6.0",
"vue-native-websocket": "2.0.13",
"vue-router": "3.0.6",
"vue-scrollto": "2.15.0",
"vue-snotify": "3.2.1",
"vue-template-compiler": "2.6.10",
"vue-truncate-collapsed": "2.1.0",
"vuex": "3.1.1"
},
"devDependencies": {
"@babel/core": "7.4.5",
"@babel/plugin-syntax-dynamic-import": "7.2.0",
"@babel/preset-env": "7.4.5",
"@mapbox/stylelint-processor-arbitrary-tags": "0.2.0",
"@vue/test-utils": "1.0.0-beta.29",
"axios": "0.19.0",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "10.0.1",
"babel-loader": "8.0.6",
"bootstrap": "3.4.1",
"browser-env": "3.2.6",
"clean-webpack-plugin": "3.0.0",
"codecov": "3.5.0",
"copy-webpack-plugin": "5.0.3",
"country-language": "0.1.7",
"cross-env": "5.2.0",
"css-loader": "2.1.1",
"date-fns": "2.0.0-alpha.27",
"eslint": "5.16.0",
"eslint-config-xo": "0.26.0",
"eslint-import-resolver-webpack": "0.11.1",
Expand All @@ -60,33 +79,17 @@
"gulp-changed": "4.0.0",
"gulp-imagemin": "6.0.0",
"imagemin-pngquant": "7.0.0",
"is-visible": "2.2.0",
"jest": "24.8.0",
"jest-haste-map": "24.8.0",
"jest-resolve": "24.8.0",
"jest-serializer-vue": "2.0.2",
"jquery": "3.4.1",
"lodash": "4.17.11",
"mini-css-extract-plugin": "0.7.0",
"nyc": "14.1.1",
"optimize-css-assets-webpack-plugin": "5.0.1",
"stylelint": "10.0.1",
"stylelint-config-standard": "18.3.0",
"tablesorter": "2.31.1",
"vue": "2.6.10",
"vue-async-computed": "3.6.1",
"vue-good-table": "https://github.com/p0psicles/vue-good-table#master",
"vue-jest": "3.0.4",
"vue-js-toggle-button": "1.3.2",
"vue-loader": "15.7.0",
"vue-meta": "1.6.0",
"vue-native-websocket": "2.0.13",
"vue-router": "3.0.6",
"vue-scrollto": "2.15.0",
"vue-snotify": "3.2.1",
"vue-template-compiler": "2.6.10",
"vue-truncate-collapsed": "2.1.0",
"vuex": "3.1.1",
"webpack": "4.32.2",
"webpack-cli": "3.3.2"
},
Expand Down
24 changes: 18 additions & 6 deletions themes-default/slim/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7349,16 +7349,11 @@ jpegtran-bin@^4.0.0:
bin-wrapper "^4.0.0"
logalot "^2.0.0"

[email protected]:
[email protected], jquery@>=1.2.6:
version "3.4.1"
resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.4.1.tgz#714f1f8d9dde4bdfa55764ba37ef214630d80ef2"
integrity sha512-36+AdBzCL+y6qjw5Tx7HgzeGCzC81MDDgaUP8ld2zhx58HdqXGoBd+tHdrBMiyjGQs0Hxs/MLZTu/eHNJJuWPw==

jquery@>=1.2.6:
version "3.3.1"
resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.3.1.tgz#958ce29e81c9790f31be7792df5d4d95fc57fbca"
integrity sha512-Ubldcmxp5np52/ENotGxlLe6aGMvmF4R8S6tZjsP6Knsaxd/xp3Zrh50cG93lR6nPXyUFwzN3ZSOQI0wRJNdGg==

js-beautify@^1.6.12, js-beautify@^1.6.14:
version "1.9.0"
resolved "https://registry.yarnpkg.com/js-beautify/-/js-beautify-1.9.0.tgz#2562fcdee340f9f962ae2ec4a8a40e7aaa6d964f"
Expand Down Expand Up @@ -11818,6 +11813,11 @@ timsort@^0.3.0:
resolved "https://registry.yarnpkg.com/timsort/-/timsort-0.3.0.tgz#405411a8e7e6339fe64db9a234de11dc31e02bd4"
integrity sha1-QFQRqOfmM5/mTbmiNN4R3DHgK9Q=

tiny-cookie@^1.0:
version "1.0.1"
resolved "https://registry.yarnpkg.com/tiny-cookie/-/tiny-cookie-1.0.1.tgz#753786079c642a3c3d0b2accad600f8de119ac2a"
integrity sha1-dTeGB5xkKjw9CyrMrWAPjeEZrCo=

tmp@^0.0.33:
version "0.0.33"
resolved "https://registry.yarnpkg.com/tmp/-/tmp-0.0.33.tgz#6d34335889768d21b2bcda0aa277ced3b1bfadf9"
Expand Down Expand Up @@ -12500,6 +12500,13 @@ [email protected]:
resolved "https://registry.yarnpkg.com/vue-async-computed/-/vue-async-computed-3.6.1.tgz#6b790e2125347c678d1b82b10a5b03b41d7b86d0"
integrity sha512-8FFDTqfdvKrzK5Fr7nNHZgP6sQ2hTUELTrLn25i8VW/g06MztD+FOe1gs0RYVpRkPlcrykf2hbJxNYra1c4OGg==

[email protected]:
version "1.1.4"
resolved "https://registry.yarnpkg.com/vue-cookie/-/vue-cookie-1.1.4.tgz#b8b46d112bda9f93a2f47017c2ed5282d2064fda"
integrity sha1-uLRtESvan5Oi9HAXwu1SgtIGT9o=
dependencies:
tiny-cookie "^1.0"

vue-eslint-parser@^5.0.0:
version "5.0.0"
resolved "https://registry.yarnpkg.com/vue-eslint-parser/-/vue-eslint-parser-5.0.0.tgz#00f4e4da94ec974b821a26ff0ed0f7a78402b8a1"
Expand Down Expand Up @@ -12545,6 +12552,11 @@ [email protected]:
tsconfig "^7.0.0"
vue-template-es2015-compiler "^1.6.0"

[email protected]:
version "1.3.28"
resolved "https://registry.yarnpkg.com/vue-js-modal/-/vue-js-modal-1.3.28.tgz#fc83d8884802b22d6eb2ba5f5c4f7ec33d71a766"
integrity sha512-ory5ymvMVDnyd/+i+DY4OZN1W8aS4gyPYwU8yvfhTc1sNTNEReBNd94MmBCOjJRihsaEl5daeWTKvsjujnqlsw==

[email protected]:
version "1.3.2"
resolved "https://registry.yarnpkg.com/vue-js-toggle-button/-/vue-js-toggle-button-1.3.2.tgz#d2e538465c321967144d035824cb71eedd82984e"
Expand Down

0 comments on commit 01f809f

Please sign in to comment.