package.json 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  1. {
  2. "_args": [
  3. [
  4. "vuex@3.0.1",
  5. "/Users/mac/projects/mime/mine"
  6. ]
  7. ],
  8. "_from": "vuex@3.0.1",
  9. "_id": "vuex@3.0.1",
  10. "_inBundle": false,
  11. "_integrity": "sha512-wLoqz0B7DSZtgbWL1ShIBBCjv22GV5U+vcBFox658g6V0s4wZV9P4YjCNyoHSyIBpj1f29JBoNQIqD82cR4O3w==",
  12. "_location": "/vuex",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "vuex@3.0.1",
  18. "name": "vuex",
  19. "escapedName": "vuex",
  20. "rawSpec": "3.0.1",
  21. "saveSpec": null,
  22. "fetchSpec": "3.0.1"
  23. },
  24. "_requiredBy": [
  25. "/"
  26. ],
  27. "_resolved": "https://registry.npmmirror.com/vuex/-/vuex-3.0.1.tgz",
  28. "_spec": "3.0.1",
  29. "_where": "/Users/mac/projects/mime/mine",
  30. "author": {
  31. "name": "Evan You"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/vuejs/vuex/issues"
  35. },
  36. "description": "state management for Vue.js",
  37. "devDependencies": {
  38. "babel-core": "^6.22.1",
  39. "babel-loader": "^7.1.2",
  40. "babel-plugin-transform-object-rest-spread": "^6.23.0",
  41. "babel-polyfill": "^6.22.0",
  42. "babel-preset-env": "^1.5.1",
  43. "chromedriver": "^2.32.3",
  44. "cross-spawn": "^5.0.1",
  45. "css-loader": "^0.28.7",
  46. "eslint": "^3.19.0",
  47. "eslint-plugin-vue-libs": "^1.2.0",
  48. "express": "^4.14.1",
  49. "gitbook-plugin-edit-link": "^2.0.2",
  50. "gitbook-plugin-github": "^3.0.0",
  51. "gitbook-plugin-prism": "^2.3.0",
  52. "gitbook-plugin-theme-vuejs": "^1.1.0",
  53. "jasmine": "2.8.0",
  54. "jasmine-core": "2.8.0",
  55. "nightwatch": "^0.9.12",
  56. "nightwatch-helpers": "^1.2.0",
  57. "phantomjs-prebuilt": "^2.1.14",
  58. "rollup": "^0.50.0",
  59. "rollup-plugin-buble": "^0.16.0",
  60. "rollup-plugin-replace": "^2.0.0",
  61. "rollup-watch": "^4.3.1",
  62. "selenium-server": "^2.53.1",
  63. "todomvc-app-css": "^2.1.0",
  64. "typescript": "^2.5.3",
  65. "uglify-js": "^3.1.2",
  66. "vue": "^2.5.0",
  67. "vue-loader": "^13.3.0",
  68. "vue-template-compiler": "^2.5.0",
  69. "webpack": "^3.7.1",
  70. "webpack-dev-middleware": "^1.10.0",
  71. "webpack-hot-middleware": "^2.19.1"
  72. },
  73. "files": [
  74. "dist",
  75. "types/index.d.ts",
  76. "types/helpers.d.ts",
  77. "types/vue.d.ts"
  78. ],
  79. "homepage": "https://github.com/vuejs/vuex#readme",
  80. "license": "MIT",
  81. "main": "dist/vuex.common.js",
  82. "module": "dist/vuex.esm.js",
  83. "name": "vuex",
  84. "repository": {
  85. "type": "git",
  86. "url": "git+https://github.com/vuejs/vuex.git"
  87. },
  88. "scripts": {
  89. "build": "npm run build:main && npm run build:logger",
  90. "build:logger": "rollup -c build/rollup.logger.config.js",
  91. "build:main": "node build/build.main.js",
  92. "dev": "node examples/server.js",
  93. "dev:dist": "rollup -wm -c build/rollup.dev.config.js",
  94. "docs": "cd docs && gitbook install && gitbook serve",
  95. "docs:deploy": "cd docs && ./deploy.sh",
  96. "lint": "eslint src test",
  97. "release": "bash build/release.sh",
  98. "test": "npm run lint && npm run test:types && npm run test:unit && npm run test:ssr && npm run test:e2e",
  99. "test:e2e": "node test/e2e/runner.js",
  100. "test:ssr": "rollup -c build/rollup.dev.config.js && VUE_ENV=server jasmine JASMINE_CONFIG_PATH=test/unit/jasmine.json",
  101. "test:types": "tsc -p types/test",
  102. "test:unit": "rollup -c build/rollup.dev.config.js && jasmine JASMINE_CONFIG_PATH=test/unit/jasmine.json"
  103. },
  104. "typings": "types/index.d.ts",
  105. "unpkg": "dist/vuex.js",
  106. "version": "3.0.1"
  107. }