package.json 991 B

123456789101112131415161718192021222324252627282930313233343536
  1. {
  2. "name": "vendure-docs",
  3. "version": "1.0.0",
  4. "description": "Documentation site for Vendure",
  5. "main": "index.js",
  6. "author": "Michael Bromley <michael@michaelbromley.co.uk>",
  7. "license": "MIT",
  8. "private": true,
  9. "scripts": {
  10. "watch": "yarn webpack -w",
  11. "build": "yarn webpack && hugo"
  12. },
  13. "dependencies": {
  14. "@tailwindcss/aspect-ratio": "^0.2.0",
  15. "@tailwindcss/forms": "^0.3.2",
  16. "@tailwindcss/typography": "^0.4.0",
  17. "@types/node": "^14.14.37",
  18. "@types/webpack": "^4.41.11",
  19. "alpinejs": "^2.8.2",
  20. "autoprefixer": "^10.2.5",
  21. "css-loader": "^3.5.2",
  22. "fuzzy": "^0.1.3",
  23. "mini-css-extract-plugin": "^0.9.0",
  24. "node-sass": "^6.0.1",
  25. "postcss": "^8.2.10",
  26. "postcss-loader": "^4.2.0",
  27. "sass-loader": "^10.2.1",
  28. "tailwindcss": "^2.1.1",
  29. "terser-webpack-plugin": "^4.2.3",
  30. "ts-loader": "^6.2.2",
  31. "ts-node": "^9.1.1",
  32. "typescript": "^4.2.4",
  33. "webpack": "^4.46.0",
  34. "webpack-cli": "^4.10.0"
  35. }
  36. }