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.
 
 
 
 
 
 

42 lines
1.2 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": "^4.4.0",
  9. "gatsby-image": "^3.11.0",
  10. "gatsby-plugin-manifest": "^4.4.0",
  11. "gatsby-plugin-offline": "^5.4.0",
  12. "gatsby-plugin-postcss": "^5.4.0",
  13. "gatsby-plugin-react-helmet": "^5.4.0",
  14. "gatsby-plugin-sharp": "^4.4.0",
  15. "gatsby-source-filesystem": "^4.4.0",
  16. "gatsby-transformer-sharp": "^4.4.0",
  17. "lesspass-pure": "^9.5.2",
  18. "prettier": "2.5.1",
  19. "prop-types": "^15.7.2",
  20. "react": "^17.0.2",
  21. "react-dom": "^17.0.2",
  22. "react-helmet": "^6.1.0",
  23. "tailwindcss": "^3.0.6"
  24. },
  25. "devDependencies": {
  26. "@types/react-helmet": "^6.1.4"
  27. },
  28. "keywords": [
  29. "lesspass"
  30. ],
  31. "scripts": {
  32. "build:static": "cp -r node_modules/lesspass-pure/dist/* static/",
  33. "build": "gatsby build",
  34. "develop": "gatsby develop",
  35. "format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md}\"",
  36. "start": "gatsby telemetry --disable && npm run develop",
  37. "serve": "gatsby serve",
  38. "clean": "gatsby clean",
  39. "test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1"
  40. }
  41. }