{
  "name": "jinge-material",
  "version": "3.0.3",
  "description": "A material design ui library implemented with jinge mvvm framework",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "scripts": {
    "dev": "WATCH=true npm run build",
    "tsc": "tsc && rm -rf .tmp",
    "build": "rm -rf lib && rm -rf style && npm run tsc && node ./scripts/esbuild.js",
    "eslint": "tsc --noEmit && eslint './{src,compiler,scripts}/**/*.{js,ts}' --fix",
    "stylelint": "stylelint './src/**/*.scss' --fix",
    "lint": "npm run eslint && npm run stylelint",
    "lint-staged": "lint-staged",
    "prepare": "husky install"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jingeweb/jinge-material.git"
  },
  "keywords": [
    "material",
    "ui",
    "library",
    "jinge"
  ],
  "lint-staged": {
    "*.{js,ts}": "eslint --fix",
    "*.scss": "stylelint --fix"
  },
  "author": "Yuhang Ge <abeyuhang@gmail.com>",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/jingeweb/jinge-material/issues"
  },
  "homepage": "https://github.com/jingeweb/jinge-material#readme",
  "peerDependencies": {
    "jinge": ">= 3.2.2"
  },
  "devDependencies": {
    "@types/node": "^18.7.5",
    "@typescript-eslint/eslint-plugin": "^5.33.1",
    "@typescript-eslint/parser": "^5.33.1",
    "chokidar": "^3.5.3",
    "esbuild": "^0.15.3",
    "eslint": "^8.22.0",
    "eslint-config-prettier": "^8.5.0",
    "eslint-import-resolver-typescript": "^3.4.1",
    "eslint-plugin-import": "^2.26.0",
    "eslint-plugin-prettier": "^4.2.1",
    "husky": "^8.0.1",
    "jinge": "^3.2.2",
    "jinge-compiler": "^3.2.2",
    "jinge-router": "^3.2.2",
    "lint-staged": "^13.0.3",
    "postcss": "^8.4.16",
    "postcss-scss": "^4.0.4",
    "prettier": "^2.7.1",
    "sass": "^1.54.4",
    "stylelint": "^14.10.0",
    "stylelint-config-prettier": "^9.0.3",
    "stylelint-config-standard-scss": "^5.0.0",
    "stylelint-prettier": "^2.0.0",
    "typescript": "^4.7.4"
  },
  "dependencies": {
    "@popperjs/core": "^2.11.6",
    "jinge-material-icons": "^1.0.1"
  }
}
