@sunzi/icon
Version:
React Icon Set
95 lines (94 loc) • 2.71 kB
JSON
{
"name": "@sunzi/icon",
"version": "1.2.21",
"description": "React Icon Set",
"type": "module",
"types": "./types",
"module": "./es/customeow/index.js",
"sideEffects": false,
"files": [
"es",
"dist",
"manifest.json",
"src",
"types"
],
"scripts": {
"preinstall": "npx only-allow pnpm",
"generate-icon:customeow": "generate-icon --file=yCYdiodKuhwbhBUC9f9O3j --folder=src/customeow --prefixCls=customeow --gitDiff=false --fileName=icons",
"generate-icon:customeow-shein": "generate-icon --file=yCYdiodKuhwbhBUC9f9O3j --folder=src/customeow-shein --prefixCls=customeow-shein --gitDiff=false --fileName=icons-shein",
"generate-icon:customeow-empty": "generate-icon --file=yCYdiodKuhwbhBUC9f9O3j --folder=src/customeow-empty --prefixCls=customeow-empty --gitDiff=false --fileName=Empty",
"build": "rimraf dist && rimraf types && vite build",
"prepublishOnly": "pnpm build",
"publish": "npm run generate-icon:customeow && lerna publish --yes"
},
"keywords": [
"icon",
"react"
],
"author": "lynn1286 <lynn1286@126.com>",
"dependencies": {
"@babel/core": "^7.23.7",
"@babel/preset-env": "^7.23.7",
"@rollup/plugin-babel": "^6.0.4",
"react": "18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@sunzi/generate-icon": "1.2.3",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.10",
"@vitejs/plugin-react": "^3.0.1",
"typescript": "4.9.4",
"vite": "^4.0.4",
"vite-plugin-dts": "^1.7.1"
},
"peerDependencies": {
"react": ">=17.0.0"
},
"exports": {
"./customeow/*": {
"types": "./types/customeow/*",
"import": "./es/customeow/*",
"require": "./es/customeow/*"
},
"./customeow": {
"types": "./types/customeow/index.d.ts",
"import": "./es/customeow/index.js",
"require": "./es/customeow/index.js"
},
"./customeow-shein/*": {
"types": "./types/customeow-shein/*",
"import": "./es/customeow-shein/*",
"require": "./es/customeow-shein/*"
},
"./customeow-shein": {
"types": "./types/customeow-shein/index.d.ts",
"import": "./es/customeow-shein/index.js",
"require": "./es/customeow-shein/index.js"
}
},
"typesVersions": {
"*": {
"*": [
"types/*"
],
"./customeow/*": [
"types/customeow/*"
],
"customeow": [
"types/customeow/index.d.ts"
],
"./customeow-shein/*": [
"types/customeow-shein/*"
],
"customeow-shein": [
"types/customeow-shein/index.d.ts"
]
}
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
}
}