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": "👻 Next gen state management that will spook you", "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": { "@mdx-js/mdx": "^1.6.22", "@mdx-js/react": "^1.6.22", "@radix-ui/react-dialog": "^0.1.5", "algoliasearch": "^4.12.1", "classnames": "^2.3.1", "gatsby": "^4.7.1", "gatsby-plugin-algolia": "^0.26.0", "gatsby-plugin-google-gtag": "^4.7.0", "gatsby-plugin-mdx": "^3.7.0", "gatsby-plugin-postcss": "^5.7.0", "gatsby-plugin-react-helmet": "^5.7.0", "gatsby-plugin-sitemap": "^5.7.0", "gatsby-plugin-use-dark-mode": "^1.4.0", "gatsby-source-filesystem": "^4.7.0", "jotai": "^1.6.0", "prism-react-renderer": "^1.3.1", "react": "^17.0.2", "react-dom": "^17.0.2", "react-helmet": "^6.1.0", "react-instantsearch-dom": "^6.22.0", "use-dark-mode": "^2.3.1" }, "devDependencies": { "@tailwindcss/forms": "^0.4.0", "autoprefixer": "^10.4.2", "babel-preset-gatsby": "^2.7.0", "postcss": "^8.4.6", "postcss-import": "^14.0.2", "postcss-loader": "^6.2.1", "prettier": "^2.5.1", "tailwindcss": "^3.0.22" }, "private": true, "browserslist": [ ">0.25%", "not dead", "not ie <=11", "not ie_mob <=11", "not op_mini all" ]}