{
  "name": "aling",
  "version": "0.2.7",
  "description": "奇怪的组件库",
  "main": "./dist/lib/index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "tsc --project ./tsconfig.build.json",
    "start": "webpack serve --config ./config/webpack.config.js",
    "publish": "npm run build & npm publish",
    "storybook": "storybook dev -p 6006",
    "build-storybook": "storybook build"
  },
  "files": [
    "dist/lib"
  ],
  "keywords": [
    "react",
    "antd",
    "antd-mobile",
    "Mui"
  ],
  "author": "Aling",
  "license": "ISC",
  "devDependencies": {
    "@chromatic-com/storybook": "^1.6.1",
    "@eslint/js": "^9.7.0",
    "@storybook/addon-essentials": "^8.2.6",
    "@storybook/addon-interactions": "^8.2.6",
    "@storybook/addon-links": "^8.2.6",
    "@storybook/addon-onboarding": "^8.2.6",
    "@storybook/addon-webpack5-compiler-swc": "^1.0.5",
    "@storybook/blocks": "^8.2.6",
    "@storybook/react": "^8.2.6",
    "@storybook/react-webpack5": "^8.2.6",
    "@storybook/test": "^8.2.6",
    "@types/dplayer": "^1.25.5",
    "@types/react": "^18.3.3",
    "@types/react-dom": "^18.3.0",
    "antd-mobile-icons": "^0.3.0",
    "clean-webpack-plugin": "^4.0.0",
    "css-loader": "^7.1.2",
    "eslint": "^8.57.0",
    "eslint-config-prettier": "^9.1.0",
    "eslint-plugin-prettier": "^5.1.3",
    "eslint-plugin-react": "^7.34.4",
    "eslint-plugin-storybook": "^0.8.0",
    "globals": "^15.8.0",
    "html-webpack-plugin": "^5.6.0",
    "prettier": "^3.3.3",
    "react-dom": "^18.2.0",
    "react-router-dom": "^6.17.0",
    "sass": "^1.77.8",
    "sass-loader": "^14.2.1",
    "storybook": "^8.2.6",
    "style-loader": "^4.0.0",
    "ts-loader": "^9.5.1",
    "typescript": "^5.5.3",
    "typescript-eslint": "^7.16.1",
    "webpack": "^5.93.0",
    "webpack-cli": "^5.1.4",
    "webpack-dev-server": "^5.0.4"
  },
  "peerDependencies": {
    "@ant-design/icons": "^5.3.7",
    "@emotion/react": "^11.11.1",
    "@emotion/styled": "^11.11.0",
    "@mui/system": "^5.14.14",
    "antd": "^5.10.2",
    "antd-mobile": "^5.34.0",
    "antd-mobile-icons": "^0.3.0",
    "react": "^18.3.1"
  },
  "dependencies": {
    "@mui/material": "^6.1.1",
    "aplayer": "^1.10.1",
    "dplayer": "^1.27.1",
    "mime": "^4.0.4"
  },
  "eslintConfig": {
    "extends": [
      "plugin:storybook/recommended"
    ]
  }
}