package.json 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. {
  2. "name": "cordova-website",
  3. "version": "0.0.1",
  4. "description": "website for cordova.apache.org",
  5. "main": "echo \"not specified\" && exit 1",
  6. "directories": {
  7. "doc": "doc"
  8. },
  9. "scripts": {
  10. "test": "npm run eslint && gulp build",
  11. "serve": "gulp serve --prod",
  12. "clean": "gulp clean",
  13. "update-docs": "gulp snapshot",
  14. "build": "gulp build --prod",
  15. "eslint": "eslint tools *.js"
  16. },
  17. "author": "Apache Software Foundation",
  18. "license": "Apache-2.0",
  19. "dependencies": {
  20. "baconjs": "^0.7.70",
  21. "browser-sync": "^2.8.0",
  22. "browserify": "^10.2.4",
  23. "chalk": "^2.3.1",
  24. "classnames": "^2.1.2",
  25. "envify": "^3.4.0",
  26. "fs-extra": "^0.11.1",
  27. "gulp": "^3.9.0",
  28. "gulp-footer": "^1.0.5",
  29. "gulp-header": "1.2.2",
  30. "gulp-less": "^3.0.3",
  31. "gulp-rename": "^1.2.2",
  32. "gulp-replace": "^0.5.4",
  33. "gulp-sass": "^4.0.2",
  34. "gulp-uglify": "^1.2.0",
  35. "gulp-util": "^3.0.5",
  36. "js-yaml": "^3.2.2",
  37. "ncp": "^2.0.0",
  38. "optimist": "^0.6.1",
  39. "preact": "^8.2.5",
  40. "preact-compat": "^3.17.0",
  41. "vinyl-buffer": "^1.0.0",
  42. "vinyl-source-stream": "^1.1.0"
  43. },
  44. "devDependencies": {
  45. "babel-plugin-transform-react-jsx": "^6.24.1",
  46. "babel-plugin-transform-h-jsx": "^1.0.0",
  47. "babel-preset-react": "^6.24.1",
  48. "babelify": "^7.3.0",
  49. "eslint": "^5.16.0",
  50. "eslint-config-semistandard": "^13.0.0",
  51. "eslint-config-standard": "^12.0.0",
  52. "eslint-plugin-import": "^2.8.0",
  53. "eslint-plugin-node": "^9.0.1",
  54. "eslint-plugin-promise": "^4.1.1",
  55. "eslint-plugin-standard": "^4.0.0",
  56. "glob": "^7.0.3",
  57. "gulp-htmllint": "^0.0.5",
  58. "simplecrawler": "^0.5.2"
  59. },
  60. "repository": {
  61. "type": "git",
  62. "url": "https://github.com/apache/cordova-docs"
  63. },
  64. "bugs": {
  65. "url": "https://github.com/apache/cordova-website/issues"
  66. },
  67. "homepage": "https://cordova.apache.org"
  68. }