2020-07-15 17:30:37 -04:00
|
|
|
{
|
2025-05-29 19:26:10 -04:00
|
|
|
"name": "@webawesome/monorepo",
|
|
|
|
|
"private": true,
|
2020-07-15 17:30:37 -04:00
|
|
|
"description": "A forward-thinking library of web components.",
|
2025-12-16 13:21:46 -05:00
|
|
|
"version": "3.1.0",
|
2024-06-20 11:54:01 -04:00
|
|
|
"homepage": "https://webawesome.com/",
|
2023-09-05 12:01:19 -04:00
|
|
|
"author": "Web Awesome",
|
2020-12-29 14:57:45 -05:00
|
|
|
"license": "MIT",
|
2021-02-26 09:09:13 -05:00
|
|
|
"type": "module",
|
2025-05-29 19:26:10 -04:00
|
|
|
"workspaces": [
|
|
|
|
|
"packages/*"
|
2023-11-02 08:53:17 -04:00
|
|
|
],
|
2020-07-15 17:30:37 -04:00
|
|
|
"scripts": {
|
2025-05-30 11:46:43 -04:00
|
|
|
"check-updates": "npx npm-check-updates --interactive --format group",
|
|
|
|
|
"start": "cd packages/webawesome && npm run start",
|
2025-12-19 14:21:58 -05:00
|
|
|
"build": "cd packages/webawesome && npm run build",
|
|
|
|
|
"start:pro": "cd packages/webawesome-pro && npm run start",
|
|
|
|
|
"build:pro": "cd packages/webawesome-pro && npm run build"
|
2021-02-26 09:09:13 -05:00
|
|
|
},
|
2022-01-06 08:50:45 -05:00
|
|
|
"engines": {
|
2022-01-18 09:23:48 -05:00
|
|
|
"node": ">=14.17.0"
|
2022-01-06 08:50:45 -05:00
|
|
|
},
|
2020-07-15 17:30:37 -04:00
|
|
|
"devDependencies": {
|
2024-12-17 10:44:28 -05:00
|
|
|
"@11ty/eleventy": "3.0.0",
|
2025-12-19 14:21:58 -05:00
|
|
|
"@custom-elements-manifest/analyzer": "^0.11.0",
|
2024-09-11 10:25:42 -04:00
|
|
|
"@lit-labs/eleventy-plugin-lit": "^1.0.3",
|
2024-12-17 10:44:28 -05:00
|
|
|
"@lit-labs/testing": "^0.2.5",
|
2025-07-28 13:55:12 -04:00
|
|
|
"@lit/react": "^1.0.8",
|
2023-10-12 15:03:38 -04:00
|
|
|
"@open-wc/testing": "^3.2.0",
|
2024-12-17 10:44:28 -05:00
|
|
|
"@types/mocha": "^10.0.10",
|
2023-10-12 15:03:38 -04:00
|
|
|
"@types/react": "^18.2.28",
|
2025-12-19 14:21:58 -05:00
|
|
|
"@wc-toolkit/cem-inheritance": "^1.2.2",
|
|
|
|
|
"@wc-toolkit/type-parser": "^1.2.0",
|
2023-10-12 15:03:38 -04:00
|
|
|
"@web/dev-server-esbuild": "^0.3.6",
|
2024-12-17 10:44:28 -05:00
|
|
|
"@web/test-runner": "^0.19.0",
|
2024-03-11 12:23:25 -04:00
|
|
|
"@web/test-runner-commands": "^0.9.0",
|
|
|
|
|
"@web/test-runner-playwright": "^0.11.0",
|
2023-06-06 09:21:07 -04:00
|
|
|
"browser-sync": "^2.29.3",
|
2023-10-12 15:03:38 -04:00
|
|
|
"chalk": "^5.3.0",
|
2023-06-06 08:22:18 -04:00
|
|
|
"change-case": "^4.1.2",
|
2024-02-05 11:02:14 -05:00
|
|
|
"chokidar": "^3.5.3",
|
2025-01-15 16:24:42 -05:00
|
|
|
"colorjs.io": "^0.6.0-alpha.1",
|
2022-02-01 09:16:38 -05:00
|
|
|
"command-line-args": "^5.2.1",
|
2024-12-17 10:44:28 -05:00
|
|
|
"comment-parser": "^1.4.1",
|
2023-01-13 14:35:28 -05:00
|
|
|
"cspell": "^6.18.1",
|
2025-12-19 15:57:57 -05:00
|
|
|
"custom-element-jet-brains-integration": "^1.7.0",
|
2025-12-19 14:21:58 -05:00
|
|
|
"custom-element-svelte-integration": "^1.2.0",
|
2025-12-19 15:57:57 -05:00
|
|
|
"custom-element-vs-code-integration": "^1.5.0",
|
|
|
|
|
"custom-element-vuejs-integration": "^1.4.0",
|
2023-10-12 15:03:38 -04:00
|
|
|
"del": "^7.1.0",
|
2020-07-15 17:30:37 -04:00
|
|
|
"download": "^8.0.0",
|
2024-12-17 10:57:23 -05:00
|
|
|
"esbuild": "0.23.1",
|
2023-07-24 13:00:07 -04:00
|
|
|
"esbuild-plugin-replace": "^1.4.0",
|
2020-07-15 17:30:37 -04:00
|
|
|
"front-matter": "^4.0.2",
|
2024-12-17 10:44:28 -05:00
|
|
|
"get-port": "^7.1.0",
|
2023-10-12 15:03:38 -04:00
|
|
|
"globby": "^13.2.2",
|
2023-01-13 14:35:28 -05:00
|
|
|
"husky": "^8.0.3",
|
2023-10-12 15:03:38 -04:00
|
|
|
"lint-staged": "^14.0.1",
|
2021-09-07 11:52:58 -04:00
|
|
|
"lunr": "^2.3.9",
|
2024-04-17 11:20:27 -04:00
|
|
|
"markdown-it": "^14.1.0",
|
2024-12-17 10:44:28 -05:00
|
|
|
"markdown-it-attrs": "^4.3.0",
|
2023-06-06 08:22:18 -04:00
|
|
|
"markdown-it-container": "^3.0.0",
|
|
|
|
|
"markdown-it-ins": "^3.0.1",
|
|
|
|
|
"markdown-it-kbd": "^2.2.2",
|
|
|
|
|
"markdown-it-mark": "^3.0.1",
|
2024-02-05 11:02:14 -05:00
|
|
|
"marked": "^11.1.0",
|
2024-04-17 11:20:27 -04:00
|
|
|
"node-html-parser": "^6.1.13",
|
2024-12-17 10:44:28 -05:00
|
|
|
"npm-check-updates": "^17.1.11",
|
|
|
|
|
"ora": "^8.1.1",
|
2022-01-06 05:44:13 -08:00
|
|
|
"pascal-case": "^3.1.2",
|
2024-12-17 10:44:28 -05:00
|
|
|
"playwright": "^1.49.1",
|
|
|
|
|
"plop": "^4.0.1",
|
|
|
|
|
"prettier": "^3.4.2",
|
2024-12-13 04:16:32 -05:00
|
|
|
"prettier-plugin-organize-imports": "^4.1.0",
|
2023-06-06 08:22:18 -04:00
|
|
|
"prismjs": "^1.29.0",
|
2022-07-14 09:11:16 -04:00
|
|
|
"react": "^18.2.0",
|
2022-02-16 16:13:54 -05:00
|
|
|
"recursive-copy": "^2.0.14",
|
2023-10-12 15:03:38 -04:00
|
|
|
"sinon": "^16.1.0",
|
2023-01-09 13:06:34 -05:00
|
|
|
"source-map": "^0.7.4",
|
2024-12-17 10:44:28 -05:00
|
|
|
"tslib": "^2.8.1",
|
|
|
|
|
"typescript": "^5.7.2",
|
|
|
|
|
"user-agent-data-types": "^0.4.2",
|
2024-04-17 11:20:27 -04:00
|
|
|
"uuid": "^9.0.1"
|
2022-03-02 10:10:41 -05:00
|
|
|
},
|
2024-09-11 10:25:42 -04:00
|
|
|
"overrides": {
|
2024-12-17 10:44:28 -05:00
|
|
|
"playwright": "^1.49.1"
|
2024-09-11 10:25:42 -04:00
|
|
|
},
|
2022-03-02 10:10:41 -05:00
|
|
|
"lint-staged": {
|
2023-11-02 08:53:17 -04:00
|
|
|
"*.{ts,js}": [
|
|
|
|
|
"prettier --write"
|
|
|
|
|
]
|
2020-07-15 17:30:37 -04:00
|
|
|
}
|
2025-12-19 14:21:58 -05:00
|
|
|
}
|