storybook-addon-recoil-flow
Version:
Shows a graph of the current recoil state
86 lines (85 loc) • 2.48 kB
JSON
{
"name": "storybook-addon-recoil-flow",
"version": "2.0.0",
"description": "Shows a graph of the current recoil state",
"main": "dist/preset.js",
"scripts": {
"build": "npx tsc --skipLibCheck && node ./esbuildbunder.mjs",
"test": "echo \"Error: no test specified\" && exit 1",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"build-then-storybook": "npm run build && npm run storybook",
"prepack": "npm run build"
},
"files": [
"preset.js",
"dist"
],
"storybook": {
"displayName": "Recoil Flow",
"supportedFrameworks": [
"react"
],
"icon": "https://user-images.githubusercontent.com/2095051/161646312-fc0a96d0-8bc6-4c88-b8c4-0490587c479e.png"
},
"keywords": [
"storybook",
"storybook-addons",
"recoil",
"debug"
],
"prettier": {
"trailingComma": "es5",
"tabWidth": 2,
"semi": false,
"singleQuote": false
},
"author": "Neil Morrison",
"license": "MIT",
"dependencies": {
"@emotion/react": "^11.11.4",
"just-compare": "^2.3.0",
"mix-css-color": "^0.2.0"
},
"devDependencies": {
"@storybook/manager-api": "^8.0.0",
"@storybook/preview-api": "^8.0.0",
"@babel/core": "^7.24.0",
"@babel/preset-env": "^7.24.0",
"@babel/preset-react": "^7.23.3",
"@babel/preset-typescript": "^7.23.3",
"@storybook/addon-actions": "^8.0.0",
"@storybook/addon-essentials": "^8.0.0",
"@storybook/addon-interactions": "^8.0.0",
"@storybook/addon-links": "^8.0.0",
"@storybook/cli": "^8.0.0",
"@storybook/react": "^8.0.0",
"@storybook/react-vite": "^8.0.0",
"@storybook/react-webpack5": "^8.0.0",
"@storybook/testing-library": "^0.2.2",
"babel-loader": "^9.1.3",
"esbuild": "^0.20.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"reagraph": "4.15.22",
"recoil": "^0.7.7",
"storybook": "^8.0.0",
"typescript": "^5.4.2"
},
"peerDependencies": {
"@storybook/manager-api": "^8.0.0",
"@storybook/preview-api": "^8.0.0",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"recoil": ">= 0.6.1"
},
"types": "./dist/preset.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/neil-morrison44/storybook-addon-recoil-flow.git"
},
"bugs": {
"url": "https://github.com/neil-morrison44/storybook-addon-recoil-flow/issues"
},
"homepage": "https://github.com/neil-morrison44/storybook-addon-recoil-flow#readme"
}