{
  "name": "@tws-js/playground",
  "description": "Type-Safe Web Server Playground",
  "repository": "https://github.com/sergiodeveloper/tws-playground",
  "license": "MIT",
  "version": "2.0.1",
  "type": "module",
  "scripts": {
    "tws-server": "bun ./tws-server.ts",
    "dev": "concurrently \"npm run tws-server\" \"npx vite\"",
    "build": "tsc -b && vite build && cp assets/favicon.png dist",
    "lint": "eslint .",
    "preview": "concurrently \"npm run tws-server\" \"vite preview\"",
    "storybook": "concurrently \"npm run tws-server\" \"npx storybook dev -p 6006\"",
    "build-storybook": "storybook build",
    "deploy": "npm run lint && npm run build && npm publish --access=public"
  },
  "dependencies": {
    "@remixicon/react": "^4.2.0",
    "marked": "^14.1.3",
    "react": "^18.3.1",
    "react-dom": "^18.3.1"
  },
  "devDependencies": {
    "@babel/preset-env": "^7.25.4",
    "@babel/preset-react": "^7.24.7",
    "@babel/preset-typescript": "^7.24.7",
    "@chromatic-com/storybook": "^1.9.0",
    "@eslint/js": "^9.9.0",
    "@storybook/addon-essentials": "^8.3.2",
    "@storybook/addon-interactions": "^8.3.2",
    "@storybook/addon-links": "^8.3.2",
    "@storybook/addon-onboarding": "^8.3.2",
    "@storybook/blocks": "^8.3.2",
    "@storybook/react": "^8.3.2",
    "@storybook/react-vite": "^8.3.2",
    "@storybook/test": "^8.3.2",
    "@tws-js/common": "^1.0.0",
    "@tws-js/server": "^1.0.5",
    "@types/react": "^18.3.3",
    "@types/react-dom": "^18.3.0",
    "@vitejs/plugin-react-swc": "^3.5.0",
    "concurrently": "^9.0.1",
    "eslint": "^9.14.0",
    "eslint-plugin-react-hooks": "^5.1.0-rc.0",
    "eslint-plugin-react-refresh": "^0.4.9",
    "eslint-plugin-storybook": "^0.8.0",
    "globals": "^15.9.0",
    "sass-embedded": "^1.79.3",
    "storybook": "^8.3.2",
    "typescript": "^5.5.3",
    "typescript-eslint": "^8.12.2",
    "vite": "^5.4.1"
  }
}
