forked from VKCOM/VKUI
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
165 lines (165 loc) · 6.61 KB
/
package.json
File metadata and controls
165 lines (165 loc) · 6.61 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
{
"private": true,
"version": "0.0.0",
"name": "@vkontakte/vkui-monorepo",
"dependencies": {
"@project-docs/website": "workspace:1.0.0",
"@project-tools/eslint-plugin-vkui": "workspace:1.0.0",
"@project-tools/postcss-layout-classes": "workspace:1.0.0",
"@project-tools/postcss-restructure-variable": "workspace:1.0.0",
"@project-tools/storybook-addon-cartesian": "workspace:1.0.0",
"@project-tools/stylelint-plugin-vkui": "workspace:1.0.0"
},
"devDependencies": {
"@biomejs/biome": "2.3.8",
"@csstools/postcss-global-data": "3.1.0",
"@morev/stylelint-testing-library": "^1.0.2",
"@playwright/experimental-ct-react": "1.57.0",
"@playwright/test": "1.57.0",
"@rspack/cli": "^v1.6.6",
"@rspack/core": "^v1.6.6",
"@size-limit/file": "^12.0.0",
"@size-limit/webpack": "^12.0.0",
"@size-limit/webpack-css": "^12.0.0",
"@storybook/addon-a11y": "10.1.4",
"@storybook/addon-designs": "11.1.0",
"@storybook/addon-docs": "10.1.4",
"@storybook/addon-links": "10.1.4",
"@storybook/react-vite": "10.1.4",
"@swc/cli": "^0.7.8",
"@swc/core": "1.14.0",
"@testing-library/dom": "^10.4.1",
"@testing-library/react": "^16.3.0",
"@testing-library/user-event": "^14.5.2",
"@types/node": "^24.10.1",
"@types/react": "^19.0.1",
"@types/react-dom": "^19.0.1",
"@types/semver": "^7.7.1",
"@typescript-eslint/eslint-plugin": "^7.5.0",
"@typescript-eslint/parser": "^7.5.0",
"@vitest/coverage-v8": "^4.0.15",
"@vitest/eslint-plugin": "^1.5.2",
"@vkontakte/eslint-plugin": "^2.0.0",
"@vkontakte/stylelint-config": "^4.1.0",
"@vkontakte/vkui-tokens": "4.71.0",
"autoprefixer": "^10.4.22",
"canvas": "^3.2.0",
"clean-webpack-plugin": "^4.0.0",
"concurrently": "^9.2.1",
"cross-env": "^10.1.0",
"css-loader": "^7.1.2",
"css-minimizer-webpack-plugin": "^7.0.3",
"cssnano": "^7.1.2",
"diff2html-cli": "^5.2.15",
"dotenv": "^17.2.3",
"eslint": "^8.56.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-compat": "^6.0.2",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-jsdoc": "^61.5.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-compiler": "0.0.0-experimental-56229e1-20240813",
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-react-server-components": "^1.2.0",
"eslint-plugin-unicorn": "^55.0.0",
"happy-css-modules": "^4.0.0",
"husky": "^9.1.6",
"jsdom": "^27.2.0",
"lint-staged": "^16.2.7",
"mini-css-extract-plugin": "^2.9.4",
"postcss": "^8.5.6",
"postcss-cli": "^11.0.1",
"postcss-custom-media": "^11.0.6",
"postcss-gap-properties": "^6.0.0",
"postcss-import": "^16.1.1",
"postcss-loader": "^8.2.0",
"postcss-logical": "^8.1.0",
"postcss-modules": "^6.0.1",
"postcss-value-parser": "^4.2.0",
"process": "^0.11.10",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"semver": "^7.7.3",
"shx": "^0.4.0",
"size-limit": "^12.0.0",
"storybook": "10.1.4",
"style-loader": "^4.0.0",
"stylelint": "^16.26.1",
"stylelint-config-recess-order": "^7.4.0",
"stylelint-config-standard": "^39.0.1",
"stylelint-media-use-custom-media": "^4.0.0",
"stylelint-order": "^7.0.0",
"stylelint-use-logical": "^2.1.2",
"stylelint-value-no-unknown-custom-properties": "^6.0.1",
"swc-loader": "^0.2.6",
"swc-plugin-css-modules": "6.0.0",
"swc-plugin-transform-remove-imports": "7.0.0",
"typescript": "^5.9.3",
"vitest": "^4.0.15",
"vitest-axe": "^0.1.0",
"vitest-fail-on-console": "^0.10.1",
"webpack": "^5.103.0",
"webpack-cli": "^6.0.1",
"webpack-merge": "^6.0.1",
"yargs": "^18.0.0"
},
"resolutions": {
"markdown-to-jsx@npm:^6.11.4": "^7.5.0",
"@types/mdx@npm:^2.0.0": "patch:@types/mdx@npm%3A2.0.13#~/.yarn/patches/@types-mdx-npm-2.0.13-52981f86f6.patch",
"express": "4.21.2",
"webpack-dev-server": "5.2.1",
"del": "6.1.1"
},
"scripts": {
"docs:storybook": "yarn workspace @vkontakte/vkui storybook",
"docs:storybook:build": "yarn workspace @vkontakte/vkui storybook:build",
"docs:website": "yarn workspace @project-docs/website run dev",
"docs:website:build": "yarn workspace @project-docs/website run build",
"build": "yarn workspaces foreach -A run build",
"build:vkui": "yarn workspace @vkontakte/vkui run build",
"size:vkui": "yarn workspace @vkontakte/vkui run size",
"test": "yarn workspaces foreach -A run test",
"test:ci": "yarn workspaces foreach -A run test:ci",
"test:e2e": "yarn workspace @vkontakte/vkui run test:e2e",
"test:e2e-update": "yarn workspace @vkontakte/vkui run test:e2e-update",
"test:e2e:ci": "yarn workspace @vkontakte/vkui run test:e2e:ci",
"test:e2e-update:ci": "yarn workspace @vkontakte/vkui run test:e2e-update:ci",
"test:coverage": "npx nyc report --reporter=lcov",
"lint": "yarn lint:generated-files && concurrently 'yarn:lint:types' 'yarn:lint:types:vkui-date-fns-tz' 'yarn:lint:es' 'yarn:lint:style' 'yarn:lint:format'",
"lint:es": "eslint . --ext .jsx,.js,.ts,.tsx --cache --cache-location .cache/.eslintcache",
"lint:es:ci": "yarn lint:es -o lint-results.json -f json",
"lint:style": "cross-env LINT_PRECOMMIT_RUN=1 stylelint '**/*.css' --cache --cache-location .cache/.stylelintcache",
"lint:format": "biome format .",
"lint:types": "concurrently 'yarn:lint:types:*'",
"lint:types:root": "tsc --incremental --emitDeclarationOnly --declaration --tsBuildInfoFile .cache/.tsbuildinfo",
"lint:types:vkui-date-fns-tz": "yarn workspace @vkontakte/vkui-date-fns-tz run lint:types",
"lint:generated-files": "yarn workspace @vkontakte/vkui run lint:generated-files",
"prepare": "husky",
"playwright:install": "playwright install --with-deps",
"playwright:cmd:merge-reports": "playwright merge-reports",
"codesandbox:install": "PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD=1 yarn install",
"g:npm:version": "cd $INIT_CWD && npm version --no-workspaces-update --no-commit-hooks --no-git-tag-version"
},
"lint-staged": {
"*.{ts,tsx,js,jsx}": [
"biome format --no-errors-on-unmatched",
"eslint"
],
"*.css": [
"biome format --no-errors-on-unmatched",
"cross-env LINT_PRECOMMIT_RUN=1 stylelint --allow-empty-input"
],
"*.{json,md,mdx}": [
"biome format --no-errors-on-unmatched"
]
},
"packageManager": "yarn@4.12.0+sha512.f45ab632439a67f8bc759bf32ead036a1f413287b9042726b7cc4818b7b49e14e9423ba49b18f9e06ea4941c1ad062385b1d8760a8d5091a1a31e5f6219afca8",
"workspaces": {
"packages": [
"benchmark",
"website",
"packages/*",
"tools/*"
]
}
}