{ "name": "umbraco-cms-backoffice", "license": "MIT", "private": true, "version": "0.0.0", "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:production": "tsc && vite build", "preview": "vite preview --open", "test": "web-test-runner --coverage", "test:watch": "web-test-runner --watch", "test:e2e": "playwright test", "lint": "eslint src/**/* e2e/**/* --cache", "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", "storybook": "start-storybook -p 6006", "build-storybook": "build-storybook" }, "engines": { "node": ">=16.0.0 <17", "npm": ">=8.0.0 < 9" }, "dependencies": { "@umbraco-ui/uui": "^1.0.0-rc.2", "element-internals-polyfill": "^1.1.6", "lit": "^2.2.8", "openapi-typescript-fetch": "^1.1.3", "router-slot": "^1.5.5", "rxjs": "^7.5.6", "uuid": "^8.3.2", "@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" }, "devDependencies": { "@babel/core": "^7.18.10", "@mdx-js/react": "^2.1.2", "@open-wc/testing": "^3.1.6", "@playwright/test": "^1.24.2", "@storybook/addon-a11y": "^6.5.10", "@storybook/addon-actions": "^6.5.10", "@storybook/addon-essentials": "^6.5.10", "@storybook/addon-links": "^6.5.10", "@storybook/builder-vite": "^0.2.2", "@storybook/mdx2-csf": "^0.0.3", "@storybook/web-components": "^6.5.10", "@types/chai": "^4.3.1", "@types/mocha": "^9.1.1", "@types/uuid": "^8.3.4", "@typescript-eslint/eslint-plugin": "^5.32.0", "@typescript-eslint/parser": "^5.32.0", "@web/dev-server-esbuild": "^0.3.1", "@web/test-runner": "^0.14.0", "@web/test-runner-playwright": "^0.8.9", "babel-loader": "^8.2.5", "eslint": "^8.21.0", "eslint-config-prettier": "^8.5.0", "eslint-import-resolver-typescript": "^3.4.0", "eslint-plugin-import": "^2.26.0", "eslint-plugin-lit": "^1.6.1", "eslint-plugin-lit-a11y": "^2.2.2", "eslint-plugin-storybook": "^0.6.4", "lit-html": "^2.2.7", "msw": "^0.44.2", "msw-storybook-addon": "^1.6.3", "playwright-msw": "^1.0.0", "prettier": "2.7.1", "typescript": "^4.7.4", "vite": "^3.0.3" }, "msw": { "workerDirectory": "public" } }