mirror of
https://github.com/lainbo/component-party.git
synced 2026-04-05 04:59:02 +08:00
96 lines
3.1 KiB
JSON
96 lines
3.1 KiB
JSON
{
|
|
"name": "component-party.dev",
|
|
"private": true,
|
|
"version": "2.0.0",
|
|
"type": "module",
|
|
"packageManager": "pnpm@8.6.5",
|
|
"repository": "github:matschik/component-party.dev",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview",
|
|
"lint": "eslint . --fix",
|
|
"lint:check": "eslint .",
|
|
"format": "prettier --cache --ignore-path .gitignore --plugin-search-dir=. --write .",
|
|
"format:check": "prettier --ignore-path .gitignore --plugin-search-dir=. . --check",
|
|
"build:content": "node scripts/generateContent.js",
|
|
"build:progress": "node scripts/generateReadMeProgress.js",
|
|
"prepare": "husky",
|
|
"cy:open-e2e": "cypress open --e2e --browser chrome",
|
|
"cy:open-unit": "cypress open --component --browser chrome",
|
|
"cy:run-e2e": "cypress run --e2e",
|
|
"cy:e2e": "start-server-and-test dev http-get://localhost:5173 cy:open-e2e"
|
|
},
|
|
"dependencies": {
|
|
"@veljs/svelte": "^0.1.11",
|
|
"classnames": "^2.5.1",
|
|
"heroiconsvelte": "^1.0.2",
|
|
"radix3": "^1.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@angular-eslint/eslint-plugin": "^17.2.1",
|
|
"@angular-eslint/eslint-plugin-template": "^17.2.1",
|
|
"@angular-eslint/template-parser": "^17.2.1",
|
|
"@angular/core": "^17.2.4",
|
|
"@aurelia/router": "2.0.0-beta.12",
|
|
"@babel/core": "^7.24.0",
|
|
"@babel/eslint-parser": "^7.23.10",
|
|
"@babel/plugin-proposal-decorators": "^7.24.0",
|
|
"@builder.io/qwik": "^1.5.1",
|
|
"@lit/context": "^1.1.0",
|
|
"@matschik/lz-string": "^0.0.2",
|
|
"@shikijs/markdown-it": "^1.1.7",
|
|
"@sveltejs/vite-plugin-svelte": "^3.0.2",
|
|
"@tailwindcss/typography": "^0.5.10",
|
|
"@typescript-eslint/eslint-plugin": "^7.1.1",
|
|
"@typescript-eslint/parser": "^7.1.1",
|
|
"aurelia": "2.0.0-beta.12",
|
|
"aurelia-framework": "^1.4.1",
|
|
"autoprefixer": "^10.4.18",
|
|
"chokidar": "^3.6.0",
|
|
"codesandbox": "^2.2.3",
|
|
"cypress": "^13.6.6",
|
|
"eslint": "^8.57.0",
|
|
"eslint-plugin-ember": "^12.0.2",
|
|
"eslint-plugin-lit": "^1.11.0",
|
|
"eslint-plugin-prettier": "^5.1.3",
|
|
"eslint-plugin-qwik": "^1.5.1",
|
|
"eslint-plugin-react": "^7.34.0",
|
|
"eslint-plugin-solid": "^0.13.1",
|
|
"eslint-plugin-svelte": "^2.35.1",
|
|
"eslint-plugin-vue": "^9.22.0",
|
|
"esm": "^3.2.25",
|
|
"eta": "^3.2.0",
|
|
"folder-hash": "^4.0.4",
|
|
"html-minifier-terser": "^7.2.0",
|
|
"husky": "^9.0.11",
|
|
"lint-staged": "^15.2.2",
|
|
"lit": "^3.1.2",
|
|
"lodash.kebabcase": "^4.1.1",
|
|
"markdown-it": "^14.0.0",
|
|
"micache": "^2.4.1",
|
|
"pkg-dir": "^8.0.0",
|
|
"postcss": "^8.4.35",
|
|
"prettier": "^3.2.5",
|
|
"prettier-plugin-svelte": "^3.2.2",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"shiki": "^1.1.7",
|
|
"solid-js": "^1.8.15",
|
|
"start-server-and-test": "^2.0.3",
|
|
"svelte": "^4.2.12",
|
|
"svelte-preprocess": "^5.1.3",
|
|
"tailwindcss": "^3.4.1",
|
|
"tslib": "^2.6.2",
|
|
"typescript": "^5.4.2",
|
|
"vite": "^5.1.5",
|
|
"vite-plugin-html": "^3.2.2",
|
|
"vue": "^3.4.21"
|
|
},
|
|
"lint-staged": {
|
|
"*.{js,jsx,ts,tsx,vue}": "eslint --cache --fix",
|
|
"**/svelte4/*.svelte": "eslint --cache --fix",
|
|
"*.{js,jsx,ts,tsx,svelte,vue,html,md,css,hbs}": "prettier --cache --write"
|
|
}
|
|
}
|