{
  "name": "@foxpage/foxpage-component-theme-context",
  "version": "0.1.0",
  "description": "foxpage component theme",
  "keywords": [
    "foxpage",
    "component",
    "theme",
    "context"
  ],
  "main": "lib/index.js",
  "module": "lib/index.js",
  "types": "lib/index.d.ts",
  "author": {
    "name": "melody-yangjie",
    "email": "mryangjiekilitor@gmail.com",
    "url": "https://github.com/melodyJie"
  },
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "homepage": "https://github.com/foxpage/foxpage-component-framework",
  "repository": {
    "type": "git",
    "url": "https://github.com/foxpage/foxpage-component-framework",
    "directory": "packages/foxpage-component-theme-context"
  },
  "scripts": {
    "build": "tsc",
    "build:css": "node scripts/buildcss.js",
    "prepublishOnly": "npm run build"
  },
  "peerDependencies": {
    "core-js": "^3.0.0",
    "react": "^16.8.0",
    "react-dom": "^16.8.0"
  },
  "dependencies": {
    "classnames": "^2.3.2",
    "lodash": "^4.17.21",
    "postcss": "^8.4.24"
  },
  "devDependencies": {
    "@types/react": "^17.0.60",
    "@types/react-dom": "^18.2.4",
    "autoprefixer": "^10.4.14",
    "postcss-js": "^4.0.1",
    "precss": "^4.0.0"
  },
  "sideEffects": [
    "*.css",
    "*.less",
    "*.scss"
  ],
  "files": [
    "lib/**",
    "es/**",
    "dist/**",
    "*.js",
    "*.d.ts",
    "schema.md"
  ]
}
