UNPKG

@bitcobblers/wod-wiki-library

Version:

A specialized markdown-like workout syntax editor and runtime for defining workouts

99 lines 2.74 kB
{ "name": "@bitcobblers/wod-wiki-library", "private": false, "version": "0.4.56", "description": "A specialized markdown-like workout syntax editor and runtime for defining workouts", "author": "BitCobblers", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/bitcobblers/wod-wiki.git" }, "homepage": "https://github.com/bitcobblers/wod-wiki", "keywords": [ "workout", "timer", "editor", "wod" ], "publishConfig": { "access": "public" }, "type": "module", "main": "./dist/index.umd.cjs", "module": "./dist/index.js", "exports": { ".": { "import": "./dist/index.js", "require": "./dist/index.umd.cjs" }, "./style.css": "./style.css" }, "files": [ "dist" ], "scripts": { "dev": "storybook dev -p 6006", "build": "cross-env BUILD_TARGET=core vite build", "build-storybook": "storybook build", "test": "vitest", "test-storybook": "test-storybook" }, "peerDependencies": { "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { "@chromatic-com/storybook": "^4.0.0", "@storybook/addon-docs": "^9.0.4", "@storybook/addon-links": "^9.0.4", "@storybook/addon-onboarding": "^9.0.4", "@storybook/react": "^9.0.4", "@storybook/react-vite": "^9.0.4", "@storybook/test-runner": "^0.22.0", "@storybook/testing-library": "^0.2.1", "@testing-library/jest-dom": "^6.6.3", "@testing-library/react": "^16.3.0", "@types/pako": "^2.0.3", "@types/react": "^18.2.66", "@types/react-dom": "^18.2.22", "@typescript-eslint/eslint-plugin": "^7.2.0", "@typescript-eslint/parser": "^7.2.0", "@vitejs/plugin-react": "^4.2.1", "autoprefixer": "^10.4.19", "cross-env": "^7.0.3", "eslint": "^8.57.1", "eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-react-refresh": "^0.4.6", "eslint-plugin-storybook": "^9.0.4", "jsdom": "^26.1.0", "postcss": "^8.4.38", "react": "^18.2.0", "react-docgen-typescript": "^2.2.2", "react-dom": "^18.2.0", "storybook": "^9.0.4", "tailwindcss": "^3.4.3", "typescript": "^5.2.2", "vite": "^6.3.5", "vite-plugin-dts": "^4.5.4", "vite-plugin-monaco-editor": "^1.1.0", "vite-tsconfig-paths": "^5.1.4", "vitest": "^3.1.4" }, "dependencies": { "@headlessui/react": "^2.2.1", "@heroicons/react": "^2.2.0", "@monaco-editor/react": "^4.6.2", "@textea/json-viewer": "^4.0.1", "chevrotain": "^11.0.3", "js-base64": "^3.7.7", "lodash": "^4.17.21", "monaco-editor": "^0.52.2", "pako": "^2.1.0", "rollup": "^4.41.0", "rxjs": "^7.8.2" }, "overrides": { "storybook": "$storybook" } }