|
8 | 8 | "workspaces": [
|
9 | 9 | "packages/*",
|
10 | 10 | "tooling/*",
|
11 |
| - "website", |
12 |
| - "tests" |
| 11 | + "website" |
13 | 12 | ],
|
14 | 13 | "scripts": {
|
15 | 14 | "pkg": "manypkg run",
|
|
20 | 19 | "scaffold": "hygen generator",
|
21 | 20 | "release": "yarn changeset publish",
|
22 | 21 | "build": "lerna run build --no-private --stream",
|
23 |
| - "dev": "NODE_ENV=development vite serve playground --config ./vite.config.ts", |
| 22 | + "dev": "NODE_ENV=development vite serve playground --config ./vite.config.ts --open", |
24 | 23 | "playground:build": "yarn install && yarn build && yarn bootstrap && NODE_ENV=production vite build playground --config ./vite.config.ts",
|
25 | 24 | "cy:open": "cypress open-ct",
|
26 | 25 | "cy:run": "cypress run-ct --quiet",
|
|
55 | 54 | "@testing-library/jest-dom": "^5.11.9",
|
56 | 55 | "@testing-library/user-event": "^12.6.2",
|
57 | 56 | "@testing-library/vue": "^6.3.4",
|
| 57 | + "@types/body-scroll-lock": "^2.6.1", |
58 | 58 | "@types/jest": "^26.0.20",
|
59 | 59 | "@types/jest-axe": "^3.5.1",
|
60 | 60 | "@types/lodash.camelcase": "^4.3.6",
|
|
70 | 70 | "@vue/eslint-config-typescript": "^5.1.0",
|
71 | 71 | "@vuedx/typecheck": "^0.4.1",
|
72 | 72 | "@vuedx/typescript-plugin-vue": "^0.4.1",
|
73 |
| - "@vueuse/motion": "1.5.4", |
74 | 73 | "@vueuse/core": "4.9.1",
|
| 74 | + "@vueuse/integrations": "^4.8.1", |
| 75 | + "@vueuse/motion": "^1.5.4", |
| 76 | + "aria-hidden": "^1.1.2", |
75 | 77 | "axe-core": "^4.1.2",
|
76 | 78 | "babel-jest": "^26.6.3",
|
| 79 | + "body-scroll-lock": "^3.1.5", |
77 | 80 | "change-case": "^4.1.1",
|
78 | 81 | "chokidar": "^3.5.1",
|
79 | 82 | "concurrently": "^5.3.0",
|
|
82 | 85 | "css-get-unit": "^1.0.1",
|
83 | 86 | "csstype": "^3.0.5",
|
84 | 87 | "dequal": "^2.0.2",
|
| 88 | + "dom-focus-lock": "^1.0.4", |
85 | 89 | "esbuild-jest": "^0.4.0",
|
86 | 90 | "eslint": "^7.0.0",
|
87 | 91 | "eslint-config-prettier": "^6.12.0",
|
|
93 | 97 | "eslint-plugin-standard": "^4.0.1",
|
94 | 98 | "eslint-plugin-vue": "^7.0.0",
|
95 | 99 | "feather-icons-paths": "^1.0.8",
|
| 100 | + "focus-trap": "^6.3.0", |
96 | 101 | "fs-extra": "^9.0.1",
|
97 | 102 | "husky": "^4.3.8",
|
98 | 103 | "hygen": "^6.0.4",
|
|
124 | 129 | "vue3-perfect-scrollbar": "^1.5.5"
|
125 | 130 | },
|
126 | 131 | "devDependencies": {
|
| 132 | + "@babel/plugin-transform-runtime": "^7.13.15", |
127 | 133 | "@cypress/snapshot": "^2.1.7",
|
128 | 134 | "@cypress/vite-dev-server": "^1.2.6",
|
129 |
| - "@cypress/vue": "^3.0.1", |
| 135 | + "@cypress/vue": "^3", |
130 | 136 | "@vue/test-utils": "^2.0.0-rc.6",
|
131 |
| - "cypress": "^7.2.0" |
| 137 | + "cypress": "^7.2.0", |
| 138 | + "cypress-commands": "^1.1.0", |
| 139 | + "cypress-plugin-tab": "^1.0.5", |
| 140 | + "local-cypress": "^1.2.1" |
132 | 141 | }
|
133 | 142 | }
|
0 commit comments