UNPKG

react-pp-bundle

Version:

Polaris组件库扩展包

86 lines (85 loc) 2.09 kB
{ "name": "react-pp-bundle", "version": "1.3.0", "description": "Polaris组件库扩展包", "type": "module", "main": "dist/index.js", "module": "dist/index.es.js", "types": "dist/index.d.ts", "files": [ "dist" ], "scripts": { "dev": "vite", "build": "vite build", "preview": "vite preview", "test": "echo \"Error: no test specified\" && exit 1", "release": "release-it", "translate": "npx i18n-ai-trans translate" }, "keywords": [ "shopify", "polaris", "react", "typescript", "components" ], "author": "", "license": "ISC", "peerDependencies": { "@shopify/polaris": ">=10.0.0", "axios": ">=0.26.0", "i18next": ">=21.6.16", "i18next-browser-languagedetector": ">=6.1.4", "i18next-http-backend": ">=1.4.0", "lodash-es": ">=4.0.0", "react": ">=16.8.0", "react-dom": ">=16.8.0", "react-i18next": ">=11.16.6" }, "devDependencies": { "@eslint/js": "^9.30.1", "@tailwindcss/vite": "^4.1.11", "@types/react": "^18.2.66", "@types/react-dom": "^18.2.22", "@vitejs/plugin-react": "^4.2.1", "autoprefixer": "^10.4.21", "classnames": "^2.5.1", "eslint": "^9.30.1", "eslint-config-prettier": "^10.1.5", "eslint-plugin-react": "^7.37.5", "eslint-plugin-react-hooks": "^5.2.0", "globals": "^16.3.0", "i18n-ai-trans": "^5.2.1", "postcss": "^8.5.6", "release-it": "^19.0.4", "rollup-plugin-visualizer": "^6.0.3", "sass": "^1.72.0", "tailwindcss": "^3.4.17", "typescript": "^5.2.2", "typescript-eslint": "^8.35.1", "vite": "^5.2.0", "vite-plugin-dts": "^3.9.1" }, "release-it": { "git": { "commitMessage": "chore: release v${version}", "commit": true, "tag": true, "push": true }, "npm": { "publish": true, "publishConfig": { "registry": "https://registry.npmjs.org/" } }, "hooks": { "after:bump": "npm run build" } }, "dependencies": { "eslint-formatter-pretty": "^6.0.1", "query-string": "^9.2.2" } }