package.json 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  1. {
  2. "name": "vue-i18n",
  3. "description": "Internationalization plugin for Vue.js",
  4. "version": "7.8.1",
  5. "author": {
  6. "name": "kazuya kawaguchi",
  7. "email": "kawakazu80@gmail.com"
  8. },
  9. "bugs": {
  10. "url": "https://github.com/kazupon/vue-i18n/issues"
  11. },
  12. "devDependencies": {
  13. "@babel/core": "^7.0.0-beta.48",
  14. "@babel/plugin-proposal-class-properties": "^7.0.0-beta.49",
  15. "@babel/plugin-syntax-flow": "^7.0.0-beta.49",
  16. "@babel/plugin-transform-flow-strip-types": "^7.0.0-beta.49",
  17. "babel-eslint": "^8.0.0",
  18. "babel-loader": "^8.0.0-beta.3",
  19. "babel-plugin-istanbul": "^3.1.2",
  20. "babel-preset-power-assert": "^3.0.0-beta.1",
  21. "buble": "^0.19.3",
  22. "chromedriver": "^2.27.2",
  23. "conventional-changelog-cli": "^1.2.0",
  24. "conventional-github-releaser": "^1.1.3",
  25. "cross-env": "^5.1.6",
  26. "cross-spawn": "^6.0.0",
  27. "eslint": "^4.19.0",
  28. "eslint-loader": "^2.0.0",
  29. "eslint-plugin-flowtype": "^2.47.0",
  30. "eslint-plugin-vue-libs": "^2.0.1",
  31. "flow-bin": "^0.38.0",
  32. "git-commit-message-convention": "git://github.com/kazupon/git-commit-message-convention.git",
  33. "http-server": "^0.9.0",
  34. "intl": "^1.2.5",
  35. "jasmine": "^2.5.3",
  36. "jasmine-core": "^2.5.2",
  37. "karma": "^2.0.2",
  38. "karma-chrome-launcher": "^2.2.0",
  39. "karma-coverage": "^1.1.2",
  40. "karma-firefox-launcher": "^1.1.0",
  41. "karma-mocha": "^1.3.0",
  42. "karma-mocha-reporter": "^2.2.5",
  43. "karma-safari-launcher": "^1.0.0",
  44. "karma-sauce-launcher": "^1.2.0",
  45. "karma-sourcemap-loader": "^0.3.7",
  46. "karma-webpack": "^3.0.0",
  47. "mocha": "^4.1.0",
  48. "mocha-loader": "^1.1.1",
  49. "nightwatch": "^0.9.12",
  50. "nightwatch-helpers": "^1.2.0",
  51. "power-assert": "^1.5.0",
  52. "rollup": "^0.59.3",
  53. "rollup-plugin-buble": "^0.19.2",
  54. "rollup-plugin-flow-no-whitespace": "^1.0.0",
  55. "rollup-plugin-replace": "^2.0.0",
  56. "selenium-server": "2.53.1",
  57. "sinon": "^2.1.0",
  58. "typescript": "^2.4.1",
  59. "uglify-js": "^2.7.5",
  60. "vue": "^2.5.16",
  61. "vue-template-compiler": "^2.5.16",
  62. "@vue/babel-preset-app": "^3.0.0-beta.11",
  63. "vuepress": "^0.10.0",
  64. "webpack": "^4.9.1",
  65. "webpack-serve": "^1.0.2"
  66. },
  67. "files": [
  68. "dist/vue-i18n.js",
  69. "dist/vue-i18n.min.js",
  70. "dist/vue-i18n.common.js",
  71. "dist/vue-i18n.esm.js",
  72. "src",
  73. "types/*.d.ts",
  74. "decls"
  75. ],
  76. "homepage": "https://github.com/kazupon/vue-i18n#readme",
  77. "keywords": [
  78. "i18n",
  79. "internationalization",
  80. "plugin",
  81. "vue",
  82. "vue.js"
  83. ],
  84. "license": "MIT",
  85. "main": "dist/vue-i18n.common.js",
  86. "module": "dist/vue-i18n.esm.js",
  87. "types": "types/index.d.ts",
  88. "repository": {
  89. "type": "git",
  90. "url": "git+https://github.com/kazupon/vue-i18n.git"
  91. },
  92. "scripts": {
  93. "build": "node config/build.js",
  94. "changelog": "conventional-changelog -i CHANGELOG.md -s -n ./node_modules/git-commit-message-convention/convention.js",
  95. "clean": "rm -rf coverage && rm -rf dist/*.js* && rm ./*.log",
  96. "coverage": "cat ./coverage/lcov.info",
  97. "dev": "cross-env BABEL_ENV=test webpack-serve --hot --open --content ./test/unit/ --config config/webpack.dev.conf.js",
  98. "docs:dev": "vuepress dev vuepress",
  99. "docs:clean": "rm -rf docs/**",
  100. "docs:build": "node config/version.js && vuepress build vuepress -d docs",
  101. "flow": "flow check",
  102. "lint": "eslint --fix src test config",
  103. "release": "conventional-github-releaser -n ./node_modules/git-commit-message-convention/convention.js",
  104. "sauce": "npm run sauce:coolkids && npm run sauce:ie && npm run sauce:mobile",
  105. "sauce:coolkids": "karma start config/karma.sauce.conf.js -- 0",
  106. "sauce:ie": "karma start config/karma.sauce.conf.js -- 1",
  107. "sauce:mobile": "karma start config/karma.sauce.conf.js -- 2",
  108. "test": "npm run lint && npm run flow && npm run test:types && npm run test:cover && npm run test:e2e",
  109. "test:cover": "cross-env BABEL_ENV=test karma start config/karma.cover.conf.js",
  110. "test:e2e": "npm run build && node test/e2e/runner.js",
  111. "test:types": "tsc -p types",
  112. "test:unit": "cross-env BABEL_ENV=test karma start config/karma.unit.conf.js"
  113. },
  114. "unpkg": "dist/vue-i18n.js"
  115. }