Bumps [@playwright/test](https://github.com/Microsoft/playwright) from 1.28.1 to 1.29.0. - [Release notes](https://github.com/Microsoft/playwright/releases) - [Commits](https://github.com/Microsoft/playwright/compare/v1.28.1...v1.29.0) --- updated-dependencies: - dependency-name: "@playwright/test" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
119 lines
3.9 KiB
JSON
119 lines
3.9 KiB
JSON
{
|
|
"name": "umbraco-cms-backoffice",
|
|
"license": "MIT",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"main": "dist/main.js",
|
|
"exports": {
|
|
".": "./dist/main.js"
|
|
},
|
|
"types": "types/src/app.d.ts",
|
|
"files": [
|
|
"dist",
|
|
"types"
|
|
],
|
|
"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"
|
|
},
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc && vite build --mode staging",
|
|
"build:for:static": "tsc && vite build",
|
|
"build:for:cms": "tsc && vite build -c vite.cms.config.ts",
|
|
"build:for:cms:watch": "npm run build:for:cms -- --watch",
|
|
"preview": "vite preview --open",
|
|
"test": "web-test-runner --coverage",
|
|
"test:watch": "web-test-runner --watch",
|
|
"test:e2e": "npx playwright test",
|
|
"lint": "eslint --cache src e2e",
|
|
"lint:fix": "npm run lint -- --fix",
|
|
"format": "prettier 'src/**/*.ts'",
|
|
"format:fix": "npm run format -- --write",
|
|
"generate:api": "openapi --input https://raw.githubusercontent.com/umbraco/Umbraco-CMS/v11/dev/src/Umbraco.Cms.ManagementApi/OpenApi.json --output src/core/backend-api --postfix Resource --useOptions",
|
|
"generate:api-dev": "openapi --input http://localhost:9000/umbraco/swagger/v1/swagger.json --output src/core/backend-api --postfix Resource --useOptions",
|
|
"storybook": "npm run wc-analyze && start-storybook -p 6006",
|
|
"build-storybook": "npm run wc-analyze && build-storybook",
|
|
"generate:icons": "node ./devops/icons/index.js",
|
|
"wc-analyze": "wca **/*.element.ts --outFile custom-elements.json",
|
|
"new-extension": "plop --plopfile ./devops/plop/plop.js",
|
|
"compile": "tsc"
|
|
},
|
|
"engines": {
|
|
"node": ">=16.0.0 <17",
|
|
"npm": ">=8.0.0 < 9"
|
|
},
|
|
"dependencies": {
|
|
"@umbraco-ui/uui": "^1.0.2",
|
|
"@umbraco-ui/uui-css": "^1.0.0",
|
|
"@umbraco-ui/uui-modal": "file:umbraco-ui-uui-modal-0.0.0.tgz",
|
|
"@umbraco-ui/uui-modal-container": "file:umbraco-ui-uui-modal-container-0.0.0.tgz",
|
|
"@umbraco-ui/uui-modal-dialog": "file:umbraco-ui-uui-modal-dialog-0.0.0.tgz",
|
|
"@umbraco-ui/uui-modal-sidebar": "file:umbraco-ui-uui-modal-sidebar-0.0.0.tgz",
|
|
"element-internals-polyfill": "^1.1.17",
|
|
"lit": "^2.5.0",
|
|
"lodash": "^4.17.21",
|
|
"openapi-typescript-fetch": "^1.1.3",
|
|
"router-slot": "^1.5.5",
|
|
"rxjs": "^7.8.0",
|
|
"uuid": "^9.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.20.5",
|
|
"@mdx-js/react": "^2.2.1",
|
|
"@open-wc/testing": "^3.1.7",
|
|
"@playwright/test": "^1.29.0",
|
|
"@storybook/addon-a11y": "^6.5.14",
|
|
"@storybook/addon-actions": "^6.5.14",
|
|
"@storybook/addon-essentials": "^6.5.14",
|
|
"@storybook/addon-links": "^6.5.13",
|
|
"@storybook/builder-vite": "^0.2.6",
|
|
"@storybook/mdx2-csf": "^0.0.3",
|
|
"@storybook/web-components": "^6.5.14",
|
|
"@types/chai": "^4.3.4",
|
|
"@types/lodash-es": "^4.17.6",
|
|
"@types/mocha": "^10.0.0",
|
|
"@types/uuid": "^9.0.0",
|
|
"@typescript-eslint/eslint-plugin": "^5.47.0",
|
|
"@typescript-eslint/parser": "^5.46.1",
|
|
"@web/dev-server-esbuild": "^0.3.3",
|
|
"@web/dev-server-import-maps": "^0.0.7",
|
|
"@web/test-runner": "^0.15.0",
|
|
"@web/test-runner-playwright": "^0.9.0",
|
|
"babel-loader": "^9.1.0",
|
|
"eslint": "^8.29.0",
|
|
"eslint-config-prettier": "^8.5.0",
|
|
"eslint-import-resolver-typescript": "^3.5.2",
|
|
"eslint-plugin-import": "^2.26.0",
|
|
"eslint-plugin-lit": "^1.7.2",
|
|
"eslint-plugin-lit-a11y": "^2.3.0",
|
|
"eslint-plugin-local-rules": "^1.3.2",
|
|
"eslint-plugin-storybook": "^0.6.8",
|
|
"lit-html": "^2.5.0",
|
|
"msw": "^0.49.2",
|
|
"msw-storybook-addon": "^1.6.3",
|
|
"openapi-typescript-codegen": "^0.23.0",
|
|
"playwright-msw": "^2.1.0",
|
|
"plop": "^3.1.1",
|
|
"prettier": "2.8.1",
|
|
"tiny-glob": "^0.2.9",
|
|
"typescript": "^4.9.4",
|
|
"vite": "^3.2.4",
|
|
"vite-plugin-static-copy": "^0.13.0",
|
|
"vite-tsconfig-paths": "^4.0.3",
|
|
"web-component-analyzer": "^2.0.0-next.4"
|
|
},
|
|
"msw": {
|
|
"workerDirectory": "public"
|
|
}
|
|
}
|