Files
Umbraco-CMS/src/Umbraco.Web.UI.Client/package.json

66 lines
1.8 KiB
JSON
Raw Normal View History

2022-05-17 09:22:18 +02:00
{
"name": "umbraco-cms-backoffice",
2022-05-19 15:42:06 +02:00
"license": "MIT",
2022-05-17 09:22:18 +02:00
"private": true,
"version": "0.0.0",
2022-05-19 15:42:06 +02:00
"repository": {
"url": "https://github.com/umbraco/Umbraco.CMS.Backoffice",
"type": "git"
},
"bugs": {
"url": "https://github.com/umbraco/Umbraco.CMS.Backoffice/issues"
},
"author": {
"name": "Umbraco A/S",
"email": "backoffice@umbraco.com",
"url": "https://umbraco.com"
},
2022-05-17 09:22:18 +02:00
"scripts": {
"dev": "vite",
2022-05-17 10:18:24 +02:00
"build": "tsc && vite build",
2022-05-18 14:21:47 +02:00
"preview": "vite preview --open",
2022-05-24 16:14:15 +02:00
"test": "web-test-runner --coverage",
"test:watch": "web-test-runner --watch",
2022-05-18 13:58:24 +02:00
"lint": "eslint . --ext .ts --cache",
2022-05-19 15:39:37 +02:00
"lint:fix": "npm run lint -- --fix",
"format": "prettier 'src/**/*.ts'",
"format:fix": "npm run format -- --write",
"generate:api": "npx openapi-typescript schemas/**/*.yml --output schemas/generated-schema.ts"
2022-05-17 09:22:18 +02:00
},
2022-05-17 13:10:40 +02:00
"engines": {
"node": ">=16.0.0 <17",
"npm": ">=8.0.0 < 9"
},
2022-05-17 09:22:18 +02:00
"dependencies": {
2022-06-28 15:39:09 +02:00
"@umbraco-ui/uui": "^1.0.0-rc.1",
2022-05-25 13:11:54 +02:00
"element-internals-polyfill": "^1.1.4",
"lit": "^2.2.6",
2022-05-23 20:47:40 +02:00
"openapi-typescript-fetch": "^1.1.3",
Squashed commit of the following: commit d7bdb05df56ebd7f2f3b64d2a9c71fd105ea534f Author: Niels Lyngsø <niels.lyngso@gmail.com> Date: Thu Jun 2 09:36:53 2022 +0200 rename event commit 0fa096d3f1a971672e2170f199046365f433c0d0 Author: Niels Lyngsø <niels.lyngso@gmail.com> Date: Thu Jun 2 09:34:09 2022 +0200 rename datatype event commit ba92bdd11410b4e4beef167306e4512a75e4dc69 Author: Mads Rasmussen <madsr@hey.com> Date: Thu Jun 2 08:49:14 2022 +0200 fix width of router slot commit 41960b8e6ac74cd616fec5d6871710aa60f31adc Author: Mads Rasmussen <madsr@hey.com> Date: Wed Jun 1 22:01:19 2022 +0200 clean up commit 7dcde3153d69b05cf5560519c8cb8ca62911b777 Author: Mads Rasmussen <madsr@hey.com> Date: Wed Jun 1 21:44:50 2022 +0200 format commit 7645687c6f81a9c83449c6396a1741d55a795b49 Author: Mads Rasmussen <madsr@hey.com> Date: Wed Jun 1 21:42:43 2022 +0200 lazy load routes commit a439164c53ad687c2ddab83d15a79a3009f6dbfb Author: Mads Rasmussen <madsr@hey.com> Date: Wed Jun 1 19:06:13 2022 +0200 use createExtensionElement in router commit e851bca7fe02f14b9d60680b4de536caba924cc2 Merge: e6435d8 6779bd3 Author: Mads Rasmussen <madsr@hey.com> Date: Wed Jun 1 16:55:29 2022 +0200 Merge branch 'main' into feature/try-router-slot commit e6435d86034ba0daa91b92dddc56c33b26e649b1 Author: Mads Rasmussen <madsr@hey.com> Date: Wed Jun 1 16:40:31 2022 +0200 remove section context commit e0e63777069a8c4222f1fd3d0868bb68601ce929 Author: Mads Rasmussen <madsr@hey.com> Date: Wed Jun 1 16:17:39 2022 +0200 Remove unused code commit 70c46bbfe5d26b50f449de3161f87605bd4e64d2 Author: Mads Rasmussen <madsr@hey.com> Date: Wed Jun 1 16:14:37 2022 +0200 add missing import commit 42bf326e3ca9921d8c22e59d9c7bbda8b7954fc9 Author: Mads Rasmussen <madsr@hey.com> Date: Wed Jun 1 16:13:31 2022 +0200 wire update current state + redirects commit 3b85abcc97481f3c3a1b9b7def85e4fd7577975e Author: Mads Rasmussen <madsr@hey.com> Date: Wed Jun 1 15:00:44 2022 +0200 set current section commit 78a13a217252a45bd625ff9a53071069d9906c0b Author: Mads Rasmussen <madsr@hey.com> Date: Wed Jun 1 14:46:42 2022 +0200 remove unused router commit 0d0ca217f5214d08d039c12fbbbb131c99c73101 Author: Mads Rasmussen <madsr@hey.com> Date: Wed Jun 1 14:43:15 2022 +0200 wire up href on tree item with router-slot commit ea1676e8fcf9897aa632999353dd1ccd4aeca2cf Author: Mads Rasmussen <madsr@hey.com> Date: Wed Jun 1 14:15:50 2022 +0200 setup root routing logic with router-slot commit d3751118b0b67c5607d30ca9276b20b09381992a Author: Mads Rasmussen <madsr@hey.com> Date: Wed Jun 1 13:56:19 2022 +0200 setup up content nodes with router-slot commit 81875b33544b05c68197772a421d4e6ba75c5aca Author: Mads Rasmussen <madsr@hey.com> Date: Wed Jun 1 13:45:27 2022 +0200 remove unused commit c53ee6ee7eab6d5a21b2e5b35afd583891727599 Author: Mads Rasmussen <madsr@hey.com> Date: Wed Jun 1 13:38:25 2022 +0200 render dashboards through router-slot commit 93fd2d7d05669c9b869c50da5d0e45ff81c4caa7 Author: Mads Rasmussen <madsr@hey.com> Date: Wed Jun 1 13:26:42 2022 +0200 redirect after login commit 2ea950547b4521cf21f4653c127f77effa9fba9e Author: Niels Lyngsø <niels.lyngso@gmail.com> Date: Wed Jun 1 12:41:06 2022 +0200 type commit e78ab72ef8002ca49457c43998a2945c3e9587a7 Author: Niels Lyngsø <niels.lyngso@gmail.com> Date: Wed Jun 1 11:59:40 2022 +0200 router-slot basic impl
2022-06-02 09:44:34 +02:00
"router-slot": "^1.5.5",
2022-05-23 20:47:40 +02:00
"rxjs": "^7.5.5"
2022-05-17 09:22:18 +02:00
},
"devDependencies": {
"@open-wc/testing": "^3.1.6",
2022-05-19 16:38:42 +02:00
"@types/chai": "^4.3.1",
"@types/mocha": "^9.1.1",
"@typescript-eslint/eslint-plugin": "^5.30.0",
"@typescript-eslint/parser": "^5.30.0",
"@web/dev-server-esbuild": "^0.3.1",
"@web/test-runner": "^0.13.31",
"@web/test-runner-playwright": "^0.8.9",
"eslint": "^8.18.0",
2022-05-17 11:10:20 +02:00
"eslint-config-prettier": "^8.5.0",
"eslint-import-resolver-typescript": "^3.1.1",
2022-05-17 13:45:11 +02:00
"eslint-plugin-import": "^2.26.0",
2022-05-17 11:10:20 +02:00
"eslint-plugin-lit": "^1.6.1",
2022-05-18 14:05:36 +02:00
"eslint-plugin-lit-a11y": "^2.2.0",
"msw": "^0.42.3",
"prettier": "2.7.1",
"typescript": "^4.7.4",
2022-06-27 17:46:20 +02:00
"vite": "^2.9.13"
2022-05-17 10:38:51 +02:00
},
"msw": {
"workerDirectory": "public"
2022-05-17 09:22:18 +02:00
}
2022-05-19 16:38:42 +02:00
}