forked from VKCOM/VKUI
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
147 lines (147 loc) · 5.69 KB
/
package.json
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
{
"private": true,
"version": "0.0.0",
"name": "@vkontakte/vkui-monorepo",
"dependencies": {
"@project-docs/styleguide": "workspace:1.0.0",
"@project-tools/eslint-plugin-vkui": "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": {
"@csstools/postcss-global-data": "3.0.0",
"@playwright/experimental-ct-react": "1.46.0",
"@playwright/test": "1.46.0",
"@size-limit/file": "^11.1.4",
"@size-limit/webpack": "^11.1.4",
"@size-limit/webpack-css": "^11.1.4",
"@swc/cli": "^0.4.0",
"@swc/core": "1.7.18",
"@swc/jest": "^0.2.36",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.5.0",
"@testing-library/react": "^16.0.0",
"@testing-library/user-event": "^14.5.2",
"@types/jest": "^29.5.12",
"@types/jest-axe": "^3.5.9",
"@types/node": "^22.5.0",
"@types/react": "^18.3.4",
"@types/react-dom": "^18.3.0",
"@types/webpack": "^5.28.5",
"@typescript-eslint/eslint-plugin": "^7.5.0",
"@typescript-eslint/parser": "^7.5.0",
"@vkontakte/eslint-plugin": "^2.0.0",
"@vkontakte/prettier-config": "^0.2.1",
"@vkontakte/stylelint-config": "^4.1.0",
"@vkontakte/vkui-tokens": "4.53.1",
"autoprefixer": "^10.4.20",
"concurrently": "^8.2.2",
"cross-env": "^7.0.3",
"css-loader": "^6.10.0",
"css-minimizer-webpack-plugin": "^7.0.0",
"cssnano": "^7.0.5",
"dotenv": "^16.4.5",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-compat": "^6.0.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jest": "^28.2.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-unicorn": "^55.0.0",
"husky": "^9.1.5",
"jest": "^29.7.0",
"jest-axe": "^9.0.0",
"jest-environment-jsdom": "^29.7.0",
"jest-environment-node": "^29.7.0",
"jest-preset-stylelint": "^7.1.0",
"lint-staged": "^15.2.9",
"mini-css-extract-plugin": "^2.9.1",
"postcss": "^8.4.41",
"postcss-cli": "^11.0.0",
"postcss-custom-media": "^11.0.1",
"postcss-gap-properties": "^6.0.0",
"postcss-import": "^16.1.0",
"postcss-loader": "^8.1.1",
"postcss-logical": "^8.0.0",
"postcss-modules": "^6.0.0",
"postcss-value-parser": "^4.2.0",
"prettier": "^3.3.2",
"process": "^0.11.10",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"semver": "^7.6.3",
"shx": "^0.3.4",
"size-limit": "^11.1.4",
"style-loader": "^4.0.0",
"stylelint": "^16.8.2",
"stylelint-config-standard": "^36.0.1",
"stylelint-media-use-custom-media": "^4.0.0",
"stylelint-prettier": "^5.0.2",
"stylelint-use-logical": "^2.1.2",
"stylelint-value-no-unknown-custom-properties": "^6.0.1",
"swc-loader": "^0.2.6",
"swc-plugin-css-modules": "0.1.15",
"swc-plugin-transform-remove-imports": "1.17.0",
"ts-node": "^10.9.2",
"typescript": "^5.5.4",
"typescript-plugin-css-modules": "^5.1.0",
"webpack": "^5.94.0",
"webpack-cli": "^5.1.4",
"webpack-merge": "^6.0.1",
"yargs": "^17.7.2"
},
"scripts": {
"docs:styleguide": "yarn workspace @project-docs/styleguide run start",
"docs:styleguide:props": "yarn workspace @project-docs/styleguide run start:props",
"docs:styleguide:build": "yarn workspace @project-docs/styleguide run build",
"docs:storybook": "yarn workspace @vkontakte/vkui storybook",
"docs:storybook:build": "yarn workspace @vkontakte/vkui storybook:build",
"build": "yarn workspaces foreach -A run build",
"build:vkui": "yarn workspace @vkontakte/vkui run build",
"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": "concurrently 'yarn:lint:types' 'yarn:lint:es' 'yarn:lint:style' 'yarn:lint:prettier' 'yarn:lint:generated-files'",
"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:prettier": "prettier --check --ignore-unknown --cache --cache-location .cache/.prettiercache .",
"lint:types": "tsc --incremental --emitDeclarationOnly --declaration --tsBuildInfoFile .cache/.tsbuildinfo",
"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}": [
"prettier --check",
"eslint"
],
"*.css": [
"prettier --check",
"cross-env LINT_PRECOMMIT_RUN=1 stylelint --allow-empty-input"
],
"*.{json,md,mdx}": [
"prettier --check"
]
},
"packageManager": "[email protected]",
"workspaces": {
"packages": [
"benchmark",
"styleguide",
"packages/*",
"tools/*"
]
}
}