{
    "name": "meetcode-ui",
    "version": "0.0.38",
    "private": false,
    "files": [
        "es",
        "lib",
        "dist"
    ],
    "main": "lib/index.js",
    "module": "es/index.js",
    "types": "es/index.d.ts",
    "unpkg": "dist/meetcode-ui.umd.js",
    "jsdelivr": "dist/meetcode-ui.umd.js",
    "license": "MIT",
    "scripts": {
        "dev": "vite",
        "serve": "vite preview",
        "build:site": "sh scripts/build-site.sh",
        "build:packages": "sh scripts/build-packages.sh",
        "new": "sh scripts/new.sh",
        "test": "NODE_OPTIONS=--experimental-vm-modules npx jest --collectCoverage=false",
        "test:watch": "NODE_OPTIONS=--experimental-vm-modules npx jest ---watch --verbose --coverage",
        "test:coverage": "NODE_OPTIONS=--experimental-vm-modules npx jest"
    },
    "dependencies": {
        "@antfu/utils": "^0.3.0",
        "@types/lodash-es": "^4.17.6",
        "@vicons/ionicons5": "^0.11.0",
        "@vueuse/core": "7.7.1",
        "css-render": "^0.15.9",
        "lodash-es": "^4.17.21",
        "vueuc": "^0.4.15"
    },
    "devDependencies": {
        "@babel/core": "^7.16.0",
        "@babel/preset-env": "^7.16.4",
        "@babel/preset-typescript": "^7.16.0",
        "@docsearch/css": "^3.1.1",
        "@docsearch/js": "^3.1.0",
        "@rollup/plugin-commonjs": "^21.0.1",
        "@rollup/plugin-node-resolve": "^13.0.6",
        "@rollup/pluginutils": "^4.2.1",
        "@types/jest": "^27.0.3",
        "@types/js-beautify": "^1.13.3",
        "@types/lz-string": "^1.3.34",
        "@types/markdown-it": "^12.2.3",
        "@types/markdown-it-container": "^2.0.4",
        "@types/markdown-it-highlightjs": "^3.3.1",
        "@types/node": "^16.11.7",
        "@types/node-forge": "^1.0.2",
        "@vicons/ionicons5": "^0.11.0",
        "@vitejs/plugin-vue": "^3.0.0",
        "@vitejs/plugin-vue-jsx": "^1.3.10",
        "@vue/babel-preset-app": "^4.5.15",
        "@vue/compiler-sfc": "^3.2.21",
        "@vue/runtime-core": "^3.2.37",
        "@vue/test-utils": "^2.0.0-rc.17",
        "algoliasearch": "^4.13.1",
        "autoprefixer": "^10.4.2",
        "babel-core": "^7.0.0-bridge.0",
        "babel-jest": "^26.6.3",
        "csstype": "2.6.20",
        "fp-ts": "^2.12.1",
        "happy-dom": ">=6.0.4 <7.0.0",
        "highlight.js": "^11.4.0",
        "inferred-types": "^0.22.0",
        "jest": "^26.0.0",
        "jest-canvas-mock": "^2.3.1",
        "jest-css-modules": "^2.1.0",
        "js-beautify": "^1.14.0",
        "lz-string": "^1.4.4",
        "markdown-it": "^12.2.0",
        "markdown-it-anchor": "^8.4.1",
        "markdown-it-container": "^3.0.0",
        "markdown-it-highlightjs": "^3.5.0",
        "monaco-editor": "^0.34.0",
        "monaco-editor-core": "^0.34.0",
        "node-forge": "^0.10.0",
        "node-sass": "^6.0.1",
        "postcss": "^8.3.8",
        "postcss-import": "^14.0.2",
        "rollup": "^2.77.0",
        "rollup-plugin-postcss": "^4.0.1",
        "rollup-plugin-typescript2": "^0.32.1",
        "rollup-plugin-vue": "^6.0.0",
        "sass": "^1.43.4",
        "splitpanes": "^3.1.0",
        "sucrase": "^3.20.3",
        "tailwindcss": "^2.2.16",
        "theme-vitesse": "^0.1.13",
        "ts-jest": "^26.5.6",
        "ts-node": "^10.4.0",
        "tslib": "^2.4.0",
        "typescript": "^4.5.4",
        "vfonts": "^0.1.0",
        "vite": "^3.0.3",
        "vite-plugin-compression": "^0.3.5",
        "vite-plugin-md": "^0.11.0",
        "vscode-html-languageservice": "^5.0.1",
        "vue": "^3.2.33",
        "vue-jest": "^5.0.0-alpha.10",
        "vue-router": "^4.0.12",
        "vue-tsc": "^0.3.0",
        "windicss": "^3.2.1"
    },
    "sideEffects": false,
    "repository": {
        "type": "git",
        "url": "https://github.com/TonyL1u/meetcode-ui"
    },
    "keywords": [
        "meetcode-ui",
        "vue3",
        "script setup",
        "ui framework"
    ]
}
