Skip to content

Instantly share code, notes, and snippets.

@omargourari
Created March 21, 2018 09:36
Show Gist options
  • Save omargourari/4decf51a7469b1e8b94fe46a66755cd8 to your computer and use it in GitHub Desktop.
Save omargourari/4decf51a7469b1e8b94fe46a66755cd8 to your computer and use it in GitHub Desktop.
Package.json for for IntlTelInput issue
{
"name": "test",
"private": true,
"repository": {
"type": "git",
"url": "git@gitlab.com:test/test.git"
},
"scripts": {
"dev": "cross-env NODE_ENV=dev webpack --progress --config webpack.js"
},
"dependencies": {
"intl-tel-input": "^12.1.11",
"jquery": "3.3.1",
"vue": "^2.5.2",
"vue-router": "^3.0.1",
"vuex": "^3.0.0"
},
"devDependencies": {
"asset-builder": "^1.1.0",
"autoprefixer": "^7.1.2",
"babel": "^6.23.0",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-eslint": "^8.0.1",
"babel-loader": "^7.1.1",
"babel-plugin-module-resolver": "^3.0.0",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-plugin-syntax-flow": "^6.18.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-es2015-destructuring": "^6.23.0",
"babel-plugin-transform-es2015-parameters": "^6.24.1",
"babel-plugin-transform-flow-strip-types": "^6.22.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-plugin-transform-runtime": "^6.22.0",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.6.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-flow": "^6.23.0",
"babel-preset-stage-0": "^6.24.1",
"babel-preset-stage-2": "^6.22.0",
"babel-preset-stage-3": "^6.24.1",
"babel-register": "^6.22.0",
"browser-sync": "2.23.6",
"chalk": "^2.0.1",
"clean-webpack-plugin": "^0.1.17",
"color": "^3.0.0",
"connect-history-api-fallback": "^1.3.0",
"copy-webpack-plugin": "^4.0.1",
"cross-env": "^5.0.5",
"css-loader": "^0.28.8",
"del": "3.0.0",
"eslint": "^4.13.1",
"eslint-config-airbnb": "^16.1.0",
"eslint-config-airbnb-base": "12.1.0",
"eslint-config-prettier": "^2.9.0",
"eslint-config-standard": "^10.2.1",
"eslint-config-vue": "^2.0.2",
"eslint-friendly-formatter": "^3.0.0",
"eslint-loader": "^1.7.1",
"eslint-plugin-filenames": "^1.2.0",
"eslint-plugin-flowtype-errors": "^3.3.6",
"eslint-plugin-html": "^4.0.2",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-jsx-a11y": "6.0.3",
"eslint-plugin-node": "^5.2.1",
"eslint-plugin-prettier": "^2.6.0",
"eslint-plugin-promise": "^3.6.0",
"eslint-plugin-react": "7.6.1",
"eslint-plugin-standard": "^3.0.1",
"eslint-plugin-vue": "4.2.2",
"eventsource-polyfill": "^0.9.6",
"exports-loader": "^0.6.4",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^1.1.11",
"flow-bin": "0.64.0",
"friendly-errors-webpack-plugin": "^1.6.1",
"hard-source-webpack-plugin": "^0.6.1",
"html-webpack-plugin": "^2.30.1",
"http-proxy-middleware": "^0.17.3",
"imagemin-pngcrush": "5.1.0",
"imports-loader": "^0.7.1",
"intl-tel-input": "^12.1.11",
"json-server": "^0.12.0",
"lazypipe": "^1.0.1",
"merge-stream": "^1.0.0",
"minimist": "^1.1.3",
"node-libs-browser": "2.1.0",
"node-sass": "^4.7.2",
"opn": "^5.1.0",
"optimize-css-assets-webpack-plugin": "^3.2.0",
"ora": "^1.2.0",
"parsleyjs": "^2.8.1",
"portfinder": "^1.0.13",
"postcss": "^6.0.13",
"postcss-cli": "^4.1.1",
"postcss-custom-properties": "^6.2.0",
"postcss-import": "11.0.0",
"postcss-loader": "^2.0.10",
"postcss-sass": "0.3.0",
"precss": "3.1.0",
"prettier": "1.10.2",
"prettier-eslint": "^8.8.1",
"prettier-stylelint": "^0.4.2",
"rimraf": "^2.6.0",
"run-sequence": "2.2.1",
"sass-loader": "^6.0.6",
"semver": "^5.3.0",
"shelljs": "0.8.1",
"style-loader": "^0.20.1",
"stylelint": "8.4.0",
"stylelint-config-idiomatic-order": "^5.0.0",
"stylelint-config-standard": "^18.0.0",
"stylelint-scss": "^2.4.0",
"svg-inline-loader": "^0.8.0",
"traverse": "^0.6.6",
"url-loader": "^0.6.2",
"vue-loader": "^13.5.0",
"vue-style-loader": "^3.0.1",
"vue-template-compiler": "^2.5.2",
"vuex-persistedstate": "^2.4.2",
"webpack": "^3.6.0",
"webpack-dev-middleware": "^2.0.4",
"webpack-dev-server": "^2.8",
"webpack-hot-middleware": "^2.18.2",
"webpack-merge": "^4.1.0",
"wiredep": "^4.0.0"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment