Skip to main content
Module

x/jotai/website/package.json

👻 Primitive and flexible state management for React
Go to Latest
File
{ "name": "jotai-website", "version": "0.0.0", "description": "👻 Primitive, flexible state management for React", "homepage": "https://github.com/pmndrs/jotai", "bugs": "https://github.com/pmndrs/jotai/issues", "license": "MIT", "author": "Sophia Michelle Andren <sophia+poimandres@candycode.com> (https://candycode.com/)", "scripts": { "start": "yarn develop", "develop": "gatsby develop", "build": "gatsby build", "serve": "gatsby serve", "clean": "gatsby clean", "deduplicate": "npx yarn-deduplicate yarn.lock", "postdeduplicate": "yarn install" }, "dependencies": { "classnames": "^2.3.1", "gatsby": "^3.8.0", "gatsby-plugin-google-gtag": "^3.7.1", "gatsby-plugin-image": "^1.8.0", "gatsby-plugin-postcss": "^4.7.1", "gatsby-plugin-react-helmet": "^4.7.1", "gatsby-plugin-sharp": "^3.7.1", "gatsby-plugin-sitemap": "^3.3.0", "gatsby-source-filesystem": "^3.7.1", "jotai": "^1.1.0", "prism-react-renderer": "^1.2.1", "react": "^17.0.2", "react-dom": "^17.0.2", "react-helmet": "^6.1.0" }, "devDependencies": { "@tailwindcss/forms": "^0.3.3", "autoprefixer": "^10.2.6", "babel-preset-gatsby": "^1.7.1", "postcss": "^8.3.5", "postcss-import": "^14.0.2", "postcss-loader": "^6.1.0", "tailwindcss": "^2.2.0" }, "private": true, "browserslist": [ ">0.25%", "not dead", "not ie <=11", "not ie_mob <=11", "not op_mini all" ]}