{
  "name": "core-vite-lite",
  "version": "1.0.81",
  "files": [
    "dist/**/*"
  ],
  "main": "dist/src/index.js",
  "module": "dist/src/index.js",
  "types": "dist/src/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/runtime-es-bundle/bundle.js",
      "types": "./dist/src/index.d.ts"
    },
    "./bundle": {
      "import": "./dist/runtime-es-bundle/bundle.js",
      "require": "./dist/runtime-es-bundle/bundle.js",
      "types": "./dist/src/index.d.ts"
    },
    "./bundle.css": {
      "import": "./dist/runtime-es-bundle/bundle.css",
      "require": "./dist/runtime-es-bundle/bundle.css"
    },
    "./dist/*": "./dist/*",
    "./package.json": "./package.json"
  },
  "scripts": {
    "prepare": "husky install",
    "dev": "vite",
    "build": "NODE_ENV=production vite build",
    "build:lib": "NODE_ENV=production vite --config vite.config.lib.js build",
    "build:cmf": "NODE_ENV=production vite --config vite.config.cmf.js build",
    "build:tsc": "NODE_ENV=production tsc -p tsconfig.lib.json",
    "lint": "eslint src --ext js,jsx,ts,tsx",
    "lint:quiet": "eslint src --ext js,jsx,ts,tsx --quiet",
    "lint:quiet:watch": "nodemon --watch './src/**/*' --exec yarn lint:ts:quiet",
    "lint:fix": "yarn lint -- --fix",
    "lint:ts:fix": "yarn lint:ts --fix",
    "test": "jest ./src --verbose",
    "test:coverage": "jest ./src --coverage  --verbose",
    "test:watch": "jest ./src --watch  --verbose",
    "preview": "vite preview",
    "start": "npx serve ./dist -p 2001 -C",
    "tsc": "tsc",
    "prepush": "yarn lint && yarn test && yarn tsc",
    "storybook": "storybook dev -p 6006",
    "build-storybook": "storybook build -- --no-manager-cache && cp ./start-storybook.sh ./storybook-static && cp -r ./src/locales ./storybook-static"
  },
  "dependencies": {
    "@e1011/es-kit": "^1.0.190",
    "@e1011/i18n-kit": "^1.0.31",
    "@emotion/react": "^11.10.5",
    "@emotion/styled": "^11.10.5",
    "@mui/material": "^5.11.5",
    "@tanstack/react-router": "^1.15.10",
    "bootstrap": "^5.2.3",
    "lit": "^2.6.1",
    "react": "^18.2.0",
    "react-bootstrap": "^2.7.0",
    "react-dom": "^18.2.0",
    "react-icons": "^4.7.1",
    "react-router-dom": "^6.15.0"
  },
  "devDependencies": {
    "@babel/eslint-plugin": "^7.23.5",
    "@earlorg/eslint-config": "^1.5.46",
    "@storybook/addon-actions": "^7.6.11",
    "@storybook/addon-essentials": "^7.6.11",
    "@storybook/addon-interactions": "^7.6.11",
    "@storybook/addon-links": "^7.6.11",
    "@storybook/addon-mdx-gfm": "^7.6.11",
    "@storybook/addon-storysource": "^7.6.11",
    "@storybook/blocks": "^7.6.11",
    "@storybook/builder-vite": "^7.6.11",
    "@storybook/preset-scss": "^1.0.3",
    "@storybook/react": "^7.6.11",
    "@storybook/react-vite": "^7.6.11",
    "@storybook/source-loader": "^7.6.11",
    "@storybook/testing-library": "^0.2.2",
    "@testing-library/jest-dom": "^6.4.2",
    "@testing-library/react": "^14.2.1",
    "@testing-library/user-event": "^14.4.3",
    "@types/jest": "^29.2.3",
    "@types/react": "^18.0.34",
    "@types/react-dom": "^18.0.34",
    "@vitejs/plugin-react": "^3.0.1",
    "autoprefixer": "^10.4.13",
    "esbuild": "^0.20.0",
    "husky": "^8.0.3",
    "identity-obj-proxy": "^3.0.0",
    "jest": "^29.3.1",
    "jest-environment-jsdom": "^29.3.1",
    "postcss": "^8.4.21",
    "postcss-import": "^15.1.0",
    "postcss-nesting": "^11.1.0",
    "rollup": "^3.10.0",
    "rollup-plugin-external-globals": "^0.7.1",
    "rollup-plugin-replace": "^2.2.0",
    "sass": "^1.57.1",
    "storybook": "^7.6.11",
    "storybook-addon-themes": "^6.1.0",
    "storybook-dark-mode": "^3.0.3",
    "storybook-source-code-addon": "^1.2.0",
    "stylelint": "^14.16.1",
    "stylelint-config-standard": "^29.0.0",
    "tailwindcss": "^3.2.6",
    "terser": "^5.16.1",
    "ts-jest": "^29.0.3",
    "ts-node": "^10.9.1",
    "typescript": "^5.3.3",
    "vite": "^5.0.0",
    "vite-plugin-replace": "^0.1.1",
    "vite-tsconfig-paths": "^4.3.1",
    "whatwg-fetch": "^3.6.20"
  }
}
