|
- {
- "name": "@xhiveframework/esbuild-plugin-postcss2",
- "version": "0.1.3",
- "description": "Use postcss with esbuild",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/xhiveframework/esbuild-plugin-postcss2.git"
- },
- "author": "Marton Lederer <marton@lederer.hu>",
- "license": "MIT",
- "private": false,
- "publishConfig": {
- "access": "public"
- },
- "scripts": {
- "build": "cross-env NODE_ENV=production node build.js",
- "dev": "cross-env NODE_ENV=development node build.js",
- "test": "yarn build && cd test && mocha 'index.js' --no-timeout --exit",
- "fmt": "prettier --write .",
- "fmt:check": "prettier --check ."
- },
- "gitHooks": {
- "pre-commit": "prettier --write . && git add -A"
- },
- "files": [
- "dist",
- "src/modules.d.ts"
- ],
- "main": "dist/index.js",
- "module": "dist/index.esm.js",
- "types": "src/modules.d.ts",
- "dependencies": {
- "autoprefixer": "^10.2.5",
- "fs-extra": "^9.1.0",
- "less": "^4.x",
- "postcss-modules": "^4.0.0",
- "resolve-file": "^0.3.0",
- "sass": "^1.x",
- "stylus": "^0.x",
- "tmp": "^0.2.1"
- },
- "devDependencies": {
- "@types/chai": "^4.2.15",
- "@types/fs-extra": "^9.0.9",
- "@types/less": "^3.0.2",
- "@types/mocha": "^8.2.2",
- "@types/node": "^14.14.37",
- "@types/sass": "^1.16.0",
- "@types/stylus": "^0.48.33",
- "@types/tmp": "^0.2.0",
- "chai": "^4.3.4",
- "cross-env": "^7.0.3",
- "esbuild": "^0.11.2",
- "mocha": "^8.3.2",
- "normalize.css": "^8.0.1",
- "postcss-import": "^14.0.2",
- "prettier": "^2.2.1",
- "typescript": "^4.2.3",
- "yorkie": "^2.0.0"
- },
- "peerDependencies": {
- "less": "^4.x",
- "postcss": "8.x",
- "sass": "^1.x",
- "stylus": "^0.x"
- },
- "bugs": {
- "url": "https://github.com/xhiveframework/esbuild-plugin-postcss2/issues"
- },
- "homepage": "https://github.com/xhiveframework/esbuild-plugin-postcss2#readme"
- }
|