{
  "name": "@live-codes/browser-compilers",
  "version": "0.22.10",
  "description": "Compilers that run in the browser, for use in livecodes.io",
  "author": "Hatem Hosny",
  "license": "MIT",
  "keywords": [],
  "access": "public",
  "repository": {
    "url": "https://github.com/live-codes/browser-compilers"
  },
  "scripts": {
    "start": "live-server dist --port=8081 --no-browser --cors",
    "build": "run-s clean build:vendors copy:types",
    "build:vendors": "node ./scripts/vendors.js",
    "copy:types": "recursive-copy vendor_modules/types dist/types",
    "gh-pages": "gh-pages -m \"[ci skip] Updates\" -d dist",
    "release": "standard-version",
    "prepare-release": "run-s reset build test cov release",
    "reset": "git clean -dfx && git reset --hard && npm i",
    "clean": "recursive-delete dist",
    "postinstall": "patch-package",
    "prepush": "run-s fix build"
  },
  "dependencies": {
    "@danielx/civet": "0.11.0",
    "@esbuild-plugins/node-globals-polyfill": "0.2.3",
    "@esbuild-plugins/node-modules-polyfill": "0.2.2",
    "@fullhuman/postcss-purgecss": "7.0.2",
    "@huggingface/jinja": "0.5.1",
    "@mdx-js/mdx": "3.1.1",
    "@prettier/plugin-pug": "3.4.2",
    "@tailwindcss/aspect-ratio": "0.4.2",
    "@tailwindcss/forms": "0.5.10",
    "@tailwindcss/line-clamp": "0.4.4",
    "@tailwindcss/typography": "0.5.19",
    "@testing-library/dom": "10.4.1",
    "@testing-library/jest-dom": "6.9.1",
    "@testing-library/react": "16.3.0",
    "@testing-library/user-event": "14.6.1",
    "@tokencss/core": "0.1.0",
    "@tokencss/postcss": "0.0.5",
    "@typescript/ata": "0.9.8",
    "@typescript/vfs": "1.6.2",
    "@unocss/core": "66.5.4",
    "@unocss/preset-attributify": "66.5.4",
    "@unocss/preset-icons": "66.5.4",
    "@unocss/preset-mini": "66.5.4",
    "@unocss/preset-tagify": "66.5.4",
    "@unocss/preset-typography": "66.5.4",
    "@unocss/preset-uno": "66.5.4",
    "@unocss/preset-web-fonts": "66.5.4",
    "@unocss/preset-wind": "66.5.4",
    "@unocss/transformer-attributify-jsx": "66.5.4",
    "@unocss/transformer-compile-class": "66.5.4",
    "@unocss/transformer-directives": "66.5.4",
    "@unocss/transformer-variant-group": "66.5.4",
    "@vue/compiler-sfc": "3.5.22",
    "@webassemblyjs/wast-refmt": "1.14.1",
    "assemblyscript": "0.28.9",
    "autoprefixer": "10.4.21",
    "babel-plugin-react-compiler": "1.0.0",
    "babel-preset-solid": "1.9.10",
    "codemirror-theme-catppuccin": "0.3.0",
    "cssnano-preset-default": "7.0.10",
    "dotenv": "17.3.1",
    "dotenv-expand": "12.0.3",
    "dts-bundle": "0.1.1",
    "elkjs-svg": "0.2.1",
    "eslint": "8.11.0",
    "flow-remove-types": "2.289.0",
    "highlight.js": "11.11.1",
    "less": "4.4.2",
    "lightningcss-wasm": "1.30.2",
    "monaco-tailwindcss": "0.6.1",
    "patch-package": "8.0.1",
    "path-browserify": "1.0.1",
    "php-wasm": "0.0.8",
    "postcss": "8.5.6",
    "postcss-modules": "6.0.1",
    "postcss-preset-env": "10.4.0",
    "posthtml": "0.16.7",
    "posthtml-css-modules": "0.1.3",
    "prettier-plugin-java": "2.7.7",
    "pug": "3.0.3",
    "react": "19.2.3",
    "react-dom": "19.2.3",
    "react-native-web": "0.21.2",
    "remark-gfm": "4.0.1",
    "sass": "1.93.3",
    "sucrase": "3.35.0",
    "tailwindcss": "4.1.16",
    "ventojs": "2.2.0",
    "windicss": "3.5.6"
  },
  "devDependencies": {
    "@types/live-server": "1.2.0",
    "@types/node": "14.0.4",
    "@types/prettier": "2.1.6",
    "@typescript-eslint/eslint-plugin": "5.16.0",
    "@typescript-eslint/parser": "5.16.0",
    "cz-conventional-changelog": "3.2.0",
    "esbuild": "0.25.12",
    "esbuild-plugin-polyfill-node": "0.3.0",
    "eslint-config-prettier": "8.5.0",
    "eslint-plugin-import": "2.25.4",
    "eslint-plugin-jest": "26.1.3",
    "eslint-plugin-jsdoc": "38.0.6",
    "eslint-plugin-prefer-arrow": "1.2.3",
    "gh-pages": "2.2.0",
    "live-server": "1.1.0",
    "mkdirp": "1.0.4",
    "npm-run-all": "4.1.5",
    "parcel-bundler": "1.8.1",
    "postcss-cli": "8.3.1",
    "recursive-fs": "2.1.0",
    "standard-version": "9.3.0",
    "typescript": "4.9.5"
  },
  "config": {
    "commitizen": {
      "path": "cz-conventional-changelog"
    }
  },
  "prettier": {
    "semi": true,
    "singleQuote": true,
    "trailingComma": "all",
    "printWidth": 100
  }
}
