mirror of
https://github.com/shoelace-style/webawesome.git
synced 2026-01-11 20:08:56 +00:00
89 lines
2.5 KiB
JSON
89 lines
2.5 KiB
JSON
{
|
|
"name": "@webawesome/monorepo",
|
|
"private": true,
|
|
"description": "A forward-thinking library of web components.",
|
|
"version": "3.0.0-alpha.13",
|
|
"homepage": "https://webawesome.com/",
|
|
"author": "Web Awesome",
|
|
"license": "MIT",
|
|
"type": "module",
|
|
"workspaces": [
|
|
"packages/*"
|
|
],
|
|
"scripts": {
|
|
"check-updates": "npx npm-check-updates --interactive --format group",
|
|
"start": "cd packages/webawesome && npm run start",
|
|
"start:pro": "cd packages/webawesome-pro && npm run start"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.17.0"
|
|
},
|
|
"devDependencies": {
|
|
"@11ty/eleventy": "3.0.0",
|
|
"@custom-elements-manifest/analyzer": "^0.10.4",
|
|
"@lit-labs/eleventy-plugin-lit": "^1.0.3",
|
|
"@lit-labs/testing": "^0.2.5",
|
|
"@lit/react": "^1.0.8",
|
|
"@open-wc/testing": "^3.2.0",
|
|
"@types/mocha": "^10.0.10",
|
|
"@types/react": "^18.2.28",
|
|
"@web/dev-server-esbuild": "^0.3.6",
|
|
"@web/test-runner": "^0.19.0",
|
|
"@web/test-runner-commands": "^0.9.0",
|
|
"@web/test-runner-playwright": "^0.11.0",
|
|
"browser-sync": "^2.29.3",
|
|
"chalk": "^5.3.0",
|
|
"change-case": "^4.1.2",
|
|
"chokidar": "^3.5.3",
|
|
"colorjs.io": "^0.6.0-alpha.1",
|
|
"command-line-args": "^5.2.1",
|
|
"comment-parser": "^1.4.1",
|
|
"cspell": "^6.18.1",
|
|
"custom-element-jet-brains-integration": "^1.6.2",
|
|
"custom-element-vs-code-integration": "^1.4.1",
|
|
"custom-element-vuejs-integration": "^1.3.3",
|
|
"del": "^7.1.0",
|
|
"download": "^8.0.0",
|
|
"esbuild": "0.23.1",
|
|
"esbuild-plugin-replace": "^1.4.0",
|
|
"front-matter": "^4.0.2",
|
|
"get-port": "^7.1.0",
|
|
"globby": "^13.2.2",
|
|
"husky": "^8.0.3",
|
|
"lint-staged": "^14.0.1",
|
|
"lunr": "^2.3.9",
|
|
"markdown-it": "^14.1.0",
|
|
"markdown-it-attrs": "^4.3.0",
|
|
"markdown-it-container": "^3.0.0",
|
|
"markdown-it-ins": "^3.0.1",
|
|
"markdown-it-kbd": "^2.2.2",
|
|
"markdown-it-mark": "^3.0.1",
|
|
"marked": "^11.1.0",
|
|
"node-html-parser": "^6.1.13",
|
|
"npm-check-updates": "^17.1.11",
|
|
"ora": "^8.1.1",
|
|
"pascal-case": "^3.1.2",
|
|
"playwright": "^1.49.1",
|
|
"plop": "^4.0.1",
|
|
"prettier": "^3.4.2",
|
|
"prettier-plugin-organize-imports": "^4.1.0",
|
|
"prismjs": "^1.29.0",
|
|
"react": "^18.2.0",
|
|
"recursive-copy": "^2.0.14",
|
|
"sinon": "^16.1.0",
|
|
"source-map": "^0.7.4",
|
|
"tslib": "^2.8.1",
|
|
"typescript": "^5.7.2",
|
|
"user-agent-data-types": "^0.4.2",
|
|
"uuid": "^9.0.1"
|
|
},
|
|
"overrides": {
|
|
"playwright": "^1.49.1"
|
|
},
|
|
"lint-staged": {
|
|
"*.{ts,js}": [
|
|
"prettier --write"
|
|
]
|
|
}
|
|
}
|