mirror of
https://github.com/lainbo/component-party.git
synced 2026-04-05 04:59:02 +08:00
69 lines
2.0 KiB
JSON
69 lines
2.0 KiB
JSON
{
|
|
"name": "component-party",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"type": "module",
|
|
"main": "index.js",
|
|
"packageManager": "pnpm@6.31.0",
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"build": "astro build",
|
|
"preview": "astro preview",
|
|
"lint": "eslint .",
|
|
"lint:fix": "pnpm run lint -- --fix",
|
|
"prettier": "prettier --ignore-path .gitignore --plugin-search-dir=. . --check",
|
|
"prettier:fix": "pnpm run prettier -- --write",
|
|
"format": "pnpm run prettier:fix && pnpm run lint:fix",
|
|
"prepare": "husky install"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/matschik/component-party.git"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/matschik/component-party/issues"
|
|
},
|
|
"homepage": "https://github.com/matschik/component-party#readme",
|
|
"devDependencies": {
|
|
"@angular-eslint/eslint-plugin": "^13.2.1",
|
|
"@angular-eslint/eslint-plugin-template": "^13.2.1",
|
|
"@angular-eslint/template-parser": "^13.2.1",
|
|
"@angular/core": "^13.3.3",
|
|
"@astrojs/svelte": "^0.0.2",
|
|
"@astrojs/tailwind": "^0.1.2",
|
|
"@tailwindcss/typography": "^0.5.2",
|
|
"@typescript-eslint/eslint-plugin": "^5.19.0",
|
|
"@typescript-eslint/parser": "^5.19.0",
|
|
"astro": "^1.0.0-beta.12",
|
|
"autoprefixer": "^10.4.4",
|
|
"eslint": "^8.13.0",
|
|
"eslint-config-prettier": "^8.5.0",
|
|
"eslint-plugin-prettier": "^4.0.0",
|
|
"eslint-plugin-react": "^7.29.4",
|
|
"eslint-plugin-svelte3": "^3.4.1",
|
|
"eslint-plugin-vue": "^8.6.0",
|
|
"husky": "^7.0.4",
|
|
"lint-staged": "^12.3.8",
|
|
"lodash.kebabcase": "^4.1.1",
|
|
"pkg-dir": "^6.0.1",
|
|
"postcss": "^8.4.12",
|
|
"prettier": "^2.6.2",
|
|
"prettier-plugin-svelte": "^2.7.0",
|
|
"prop-types": "^15.8.1",
|
|
"react": "^17.0.2",
|
|
"svelte": "^3.47.0",
|
|
"tailwindcss": "^3.0.24",
|
|
"typescript": "^4.6.3",
|
|
"vite": "^2.9.5"
|
|
},
|
|
"lint-staged": {
|
|
"*.{js,jsx,ts,tsx,vue,svelte}": [
|
|
"eslint --cache --fix",
|
|
"prettier --write"
|
|
]
|
|
}
|
|
}
|