grid-layout-plus-no-pnpm
Version:
<p align="center"> <a href="https://grid-layout-plus.netlify.app/" target="_blank" rel="noopener noreferrer"> <img src="./docs/public/grid-layout-plus.svg" width="180" style="width: 120px;" /> </a> </p>
132 lines (131 loc) • 3.75 kB
JSON
{
"name": "grid-layout-plus-no-pnpm",
"version": "1.0.2",
"type": "module",
"license": "MIT",
"author": "qmhc",
"packageManager": "pnpm@8.3.0",
"scripts": {
"build": "tsx scripts/build.ts",
"build:docs": "pnpm -C docs build",
"serve": "pnpm -C dev-server serve",
"serve:docs": "pnpm -C docs serve",
"lint": "eslint --fix --ext .js,.ts,.tsx,.vue src/** dev-server/** docs/**",
"lint:scripts": "eslint --fix --ext .js,.ts scripts/**",
"lint:style": "stylelint **/*.{vue,scss} --fix",
"lint:test": "eslint --ext .js,.ts,.tsx,.vue src/** dev-server/** docs/** scripts/** && stylelint **/*.{vue,scss}",
"postpublish": "pinst --enable",
"precommit": "lint-staged -c ./.husky/.lintstagedrc -q",
"prepare": "is-ci || husky install",
"prepublishOnly": "pinst --disable",
"prettier": "prettier --write \"{src,dev-server,docs}/**/*.{ts,js,json,css,pcss,scss,vue,html,md}\"",
"prettier:scripts": "prettier --write \"scripts/**/*.{ts,js,json}\"",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s --commit-path .",
"publish:ci": "tsx scripts/publish.ts",
"release": "tsx scripts/release.ts",
"test": "vitest run",
"test:cover": "vitest run --coverage",
"test:dev": "vitest dev"
},
"main": "lib/index.cjs",
"module": "es/index.mjs",
"types": "dist/index.d.ts",
"exports": {
".": {
"import": "./es/index.mjs",
"require": "./lib/index.cjs",
"types": "./dist/index.d.ts"
},
"./es": "./es/index.mjs",
"./lib": "./lib/index.cjs",
"./es/*.mjs": "./es/*.mjs",
"./es/*": "./es/*.mjs",
"./lib/*.cjs": "./lib/*.cjs",
"./lib/*": "./lib/*.cjs",
"./package.json": "./package.json",
"./*": "./*"
},
"files": [
"dist",
"es",
"lib",
"src",
"CHANGELOG.md",
"types.d.ts"
],
"keywords": [
"flex",
"components",
"vue",
"vexip",
"plugin",
"toolkit",
"vite",
"layout",
"grid-layout",
"vue-grid-layout"
],
"dependencies": {
"@vexip-ui/hooks": "^1.9.0",
"@vexip-ui/utils": "^1.11.0",
"interactjs": "^1.10.17"
},
"devDependencies": {
"@commitlint/cli": "^17.6.1",
"@interactjs/types": "^1.10.17",
"@types/minimist": "^1.2.2",
"@types/node": "^18.15.12",
"@types/prettier": "^2.7.2",
"@types/prompts": "^2.4.4",
"@types/semver": "^7.3.13",
"@vexip-ui/commitlint-config": "^0.1.0",
"@vexip-ui/eslint-config": "^0.5.2",
"@vexip-ui/prettier-config": "^0.1.0",
"@vexip-ui/stylelint-config": "^0.3.0",
"@vitejs/plugin-vue": "^4.1.0",
"@vitejs/plugin-vue-jsx": "^3.0.1",
"@vue/test-utils": "^2.3.2",
"autoprefixer": "^10.4.14",
"conventional-changelog-cli": "^2.2.2",
"eslint": "^8.38.0",
"execa": "^7.1.1",
"happy-dom": "^9.8.4",
"husky": "^8.0.3",
"is-ci": "^3.0.1",
"kolorist": "^1.7.0",
"lint-staged": "^13.2.1",
"minimist": "^1.2.8",
"pinst": "^3.0.0",
"postcss": "^8.4.23",
"prettier": "^2.8.7",
"prompts": "^2.4.2",
"sass": "^1.62.0",
"semver": "^7.5.0",
"stylelint": "^15.5.0",
"stylelint-prettier": "^3.0.0",
"tsx": "^3.12.6",
"typescript": "5.0.4",
"vite": "^4.3.1",
"vite-plugin-css-injected-by-js": "^3.1.0",
"vite-plugin-dts": "^2.3.0",
"vitest": "^0.30.1",
"vue": "^3.2.47"
},
"peerDependencies": {
"vue": "^3.0.0"
},
"pnpm": {
"peerDependencyRules": {
"ignoreMissing": [
"@algolia/client-search",
"vue"
],
"allowAny": [
"@csstools/*"
]
},
"patchedDependencies": {
"conventional-changelog-angular@5.0.13": "patches/conventional-changelog-angular@5.0.13.patch"
}
}
}