You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

37 lines
1.0 KiB

  1. {
  2. "name": "lesspass-website",
  3. "description": "LessPass web site",
  4. "version": "0.1.0",
  5. "license": "GPL-3.0",
  6. "author": "Guillaume Vincent <guillaume@oslab.fr>",
  7. "dependencies": {
  8. "gatsby": "^2.24.54",
  9. "gatsby-image": "^2.4.17",
  10. "gatsby-plugin-manifest": "^2.4.28",
  11. "gatsby-plugin-offline": "^3.2.27",
  12. "gatsby-plugin-postcss": "^2.3.11",
  13. "gatsby-plugin-react-helmet": "^3.3.10",
  14. "gatsby-plugin-sharp": "^2.6.32",
  15. "gatsby-source-filesystem": "^2.3.28",
  16. "gatsby-transformer-sharp": "^2.5.14",
  17. "prettier": "2.1.1",
  18. "prop-types": "^15.7.2",
  19. "react": "^16.12.0",
  20. "react-dom": "^16.12.0",
  21. "react-helmet": "^6.1.0",
  22. "tailwindcss": "^1.8.10"
  23. },
  24. "keywords": [
  25. "lesspass"
  26. ],
  27. "scripts": {
  28. "build": "gatsby build",
  29. "develop": "gatsby develop",
  30. "format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md}\"",
  31. "start": "npm run develop",
  32. "serve": "gatsby serve",
  33. "clean": "gatsby clean",
  34. "test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1"
  35. }
  36. }