{ "name": "lesspass-website", "description": "LessPass web site", "version": "0.1.0", "license": "GPL-3.0", "author": "Guillaume Vincent ", "dependencies": { "@wardpeet/gatsby-plugin-static-site": "^0.3.0", "gatsby": "^4.15.1", "gatsby-image": "^3.11.0", "gatsby-plugin-manifest": "^4.15.0", "gatsby-plugin-offline": "^5.15.0", "gatsby-plugin-postcss": "^5.15.0", "gatsby-plugin-react-helmet": "^5.15.0", "gatsby-plugin-sharp": "^4.15.0", "gatsby-source-filesystem": "^4.15.0", "gatsby-transformer-sharp": "^4.15.0", "lesspass-pure": "^10.0.1", "prettier": "2.6.2", "prop-types": "^15.8.1", "react": "^18.1.0", "react-dom": "^18.1.0", "react-helmet": "^6.1.0", "tailwindcss": "^3.0.24" }, "devDependencies": { "@types/react-helmet": "^6.1.5" }, "keywords": [ "lesspass" ], "scripts": { "no-analytics": "gatsby telemetry --disable", "build:static": "cp -r node_modules/lesspass-pure/dist/* static/", "build": "yarn no-analytics && gatsby build", "develop": "gatsby develop", "format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md}\"", "start": "yarn no-analytics && yarn develop", "serve": "gatsby serve", "clean": "gatsby clean", "test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1" }, "engines": { "node": ">=14.15.0" } }