Front end of the Slack clone application.

package.json 2.8KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. {
  2. "_from": "acorn-dynamic-import@^2.0.0",
  3. "_id": "acorn-dynamic-import@2.0.2",
  4. "_inBundle": false,
  5. "_integrity": "sha1-x1K9IQvvZ5UBtsbLf8hPj0cVjMQ=",
  6. "_location": "/acorn-dynamic-import",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "acorn-dynamic-import@^2.0.0",
  12. "name": "acorn-dynamic-import",
  13. "escapedName": "acorn-dynamic-import",
  14. "rawSpec": "^2.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.0.0"
  17. },
  18. "_requiredBy": [
  19. "/webpack"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/acorn-dynamic-import/-/acorn-dynamic-import-2.0.2.tgz",
  22. "_shasum": "c752bd210bef679501b6c6cb7fc84f8f47158cc4",
  23. "_spec": "acorn-dynamic-import@^2.0.0",
  24. "_where": "/Users/jaehoonp/zipteamUIv2/node_modules/webpack",
  25. "author": {
  26. "name": "Jordan Gensler",
  27. "email": "jordangens@gmail.com"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/kesne/acorn-dynamic-import/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "acorn": "^4.0.3"
  35. },
  36. "deprecated": false,
  37. "description": "Support dynamic imports in acorn",
  38. "devDependencies": {
  39. "babel-cli": "^6.18.0",
  40. "babel-eslint": "^7.1.1",
  41. "babel-preset-airbnb": "^2.1.1",
  42. "babel-register": "^6.18.0",
  43. "chai": "^3.0.0",
  44. "eslint": "^3.10.2",
  45. "eslint-config-airbnb-base": "^10.0.1",
  46. "eslint-plugin-import": "^2.2.0",
  47. "in-publish": "^2.0.0",
  48. "mocha": "^2.2.5",
  49. "rimraf": "^2.5.4",
  50. "safe-publish-latest": "^1.1.1"
  51. },
  52. "homepage": "https://github.com/kesne/acorn-dynamic-import",
  53. "license": "MIT",
  54. "main": "lib/index.js",
  55. "name": "acorn-dynamic-import",
  56. "repository": {
  57. "type": "git",
  58. "url": "git+https://github.com/kesne/acorn-dynamic-import.git"
  59. },
  60. "scripts": {
  61. "build": "babel src --out-dir lib",
  62. "check-changelog": "expr $(git status --porcelain 2>/dev/null| grep \"^\\s*M.*CHANGELOG.md\" | wc -l) >/dev/null || (echo 'Please edit CHANGELOG.md' && exit 1)",
  63. "check-only-changelog-changed": "(expr $(git status --porcelain 2>/dev/null| grep -v \"CHANGELOG.md\" | wc -l) >/dev/null && echo 'Only CHANGELOG.md may have uncommitted changes' && exit 1) || exit 0",
  64. "lint": "eslint .",
  65. "postversion": "git commit package.json CHANGELOG.md -m \"v$npm_package_version\" && npm run tag && git push && git push --tags",
  66. "prepublish": "in-publish && safe-publish-latest && npm run build || not-in-publish",
  67. "preversion": "npm run test && npm run check-changelog && npm run check-only-changelog-changed",
  68. "tag": "git tag v$npm_package_version",
  69. "test": "npm run lint && npm run tests-only",
  70. "tests-only": "mocha",
  71. "version:major": "npm --no-git-tag-version version major",
  72. "version:minor": "npm --no-git-tag-version version minor",
  73. "version:patch": "npm --no-git-tag-version version patch"
  74. },
  75. "version": "2.0.2"
  76. }