UNPKG

ddu_icons

Version:

小杜的自定义react图标库

54 lines (53 loc) 1.29 kB
{ "name": "ddu_icons", "version": "0.0.4", "description": "小杜的自定义react图标库", "keywords": [ "ddu", "ddu_icons" ], "author": "dujm", "license": "ISC", "main": "es/index.mjs", "exports": { "import": "./es/index.mjs", "require": "./lib/index.js" }, "scripts": { "dev": "vite", "build": "vite build", "package": "vite build && npm publish" }, "files": [ "./es", "./lib" ], "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org" }, "dependencies": { "@ant-design/icons": "5.2.6", "@reduxjs/toolkit": "1.9.7", "antd": "5.11.5", "prop-types": "^15.8.1", "react": "18.2.0", "react-dom": "18.2.0", "react-redux": "8.1.3", "react-router-dom": "6.20.1" }, "devDependencies": { "@types/react": "18.2.37", "@types/react-dom": "18.2.15", "@typescript-eslint/eslint-plugin": "6.10.0", "@typescript-eslint/parser": "6.10.0", "@vitejs/plugin-react": "4.2.0", "eslint": "8.53.0", "eslint-plugin-react": "7.33.2", "eslint-plugin-react-hooks": "4.6.0", "eslint-plugin-react-refresh": "0.4.4", "less": "4.2.0", "typescript": "5.2.2", "vite": "5.0.4" } }