UNPKG

@minko-fe/postcss-config

Version:
91 lines 2.31 kB
{ "name": "@minko-fe/postcss-config", "version": "1.0.1", "description": "postcss-config", "type": "module", "keywords": [ "postcss-config" ], "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/hemengke1997/util.git" }, "author": "hemengke <https://github.com/hemengke1997>", "files": [ "*.d.ts", "CHANGELOG.md", "README.md", "dist" ], "main": "./dist/index.cjs", "module": "./dist/index.js", "types": "./dist/index.d.ts", "exports": { ".": { "types": "./dist/vite/index.d.ts", "require": "./dist/vite/index.cjs", "import": "./dist/vite/index.js" }, "./vite": { "types": "./dist/vite/index.d.ts", "require": "./dist/vite/index.cjs", "import": "./dist/vite/index.js" }, "./nextjs": { "types": "./dist/nextjs/index.d.ts", "require": "./dist/nextjs/index.cjs", "import": "./dist/nextjs/index.js" }, "./tailwindcss/plugin": { "types": "./dist/tailwindcss/plugin/index.d.ts", "require": "./dist/tailwindcss/plugin/index.cjs", "import": "./dist/tailwindcss/plugin/index.js" }, "./*": "./*" }, "typesVersions": { "*": { "*": [ "*.d.ts" ] } }, "peerDependencies": { "@minko-fe/postcss-pxtorem": ">=1.5.0", "@minko-fe/postcss-pxtoviewport": ">=1.5.0", "postcss": ">=8.0.0", "tailwindcss": ">=3.0.0" }, "peerDependenciesMeta": { "@minko-fe/postcss-pxtorem": { "optional": true }, "@minko-fe/postcss-pxtoviewport": { "optional": true } }, "dependencies": { "@minko-fe/postcss-pxtorem": "^1.5.0", "@minko-fe/postcss-pxtoviewport": "^1.5.0", "autoprefixer": "^10.4.15", "browserslist": "^4.21.10", "postcss-import": "^15.1.0", "postcss-preset-env": "^8.5.1", "@minko-fe/lodash-pro": "0.3.3" }, "devDependencies": { "@types/postcss-import": "^14.0.0", "postcss": "^8.4.29", "tailwindcss": "^3.3.3" }, "scripts": { "dev": "rimraf dist && tsx scripts/dev", "build": "rimraf dist && tsx scripts/build", "release": "pnpm run build && pnpm publish --access public", "test": "vitest --run", "lint": "eslint .", "clean": "rimraf node_modules", "up": "taze -I -w" } }