-
Notifications
You must be signed in to change notification settings - Fork 27
Expand file tree
/
Copy pathpackage.json
More file actions
154 lines (154 loc) · 6.58 KB
/
Copy pathpackage.json
File metadata and controls
154 lines (154 loc) · 6.58 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
{
"name": "plasma",
"private": true,
"workspaces": ["packages/*", "packages/themes/*", "utils/*", "website/*-docs", "website/plasma-website"],
"author": "Salute Frontend Team <salute.developers@gmail.com>",
"license": "MIT",
"scripts": {
"scaffold:update-components-docs": "npm run scaffold:components",
"scaffold:docs": "simple-scaffold -c scaffold/scaffold-config.js --name $npm_config_package",
"scaffold:components": "node scaffold/scaffold-components.js",
"scaffold:update-docs-ui": "node scaffold/update-docs-ui.js && npm i --no-audit --no-progress --package-lock-only --lockfile-version 3 --legacy-peer-deps --prefix=$npm_config_dir",
"scaffold:install": "npm i --prefix=$npm_config_dir && npm run scaffold:update-docs-ui --dir=$npm_config_dir",
"scaffold:bootstrap": "node scaffold/update-package-json.js && npm run scaffold:install --dir=$(echo 'website/'$npm_config_package'-docs/')",
"postscaffold:docs": "npm run scaffold:components && npm run scaffold:bootstrap",
"git:diff": "git diff -- ':!packages/themes/sdds-themes' ':!packages/themes/plasma-themes'",
"release": "npm run git:diff && auto shipit -v",
"precy:run": "rm -rf {.nyc_output}",
"cy:clean": "rm -rf cypress/{results,reports,screenshots,videos}",
"cy:run": "node scripts/cy-run.js",
"cy:cli": "node scripts/cy-cli.js",
"cy:open": "cypress open --component --browser chromium",
"cy:report:coverage": "nyc report --reporter=cobertura --reporter=html",
"extract-docgen-info": "lerna run extract-docgen-info",
"lint:scripts": "eslint ./scripts ./auto-plugins/src --ext .js,.ts --quiet",
"lint:packages": "./scripts/lint-packages.js",
"lint:lerna": "npx lerna run lint --parallel --since=$(git merge-base --fork-point origin/dev) --ignore=@salutejs/plasma-{website,colors}",
"lint": "npm run lint:scripts && npm run lint:lerna && npm run lint:packages",
"test": "lerna run test --since=$(git merge-base --fork-point origin/dev)",
"typescript-coverage": "lerna run typescript-coverage --since=$(git merge-base --fork-point origin/dev) --no-bail --stream",
"generate:theme-html": "lerna run generate:theme-html --scope @salutejs/plasma-tokens",
"setup": "npm run setup:deps && npm run setup:cypress && npm run setup:packages",
"setup:ci": "npm run setup:deps:ci && npm run setup:packages --",
"setup:deps": "npm install --ignore-scripts && patch-package",
"setup:deps:ci": "npm ci --no-audit --no-progress --ignore-scripts && patch-package",
"setup:install:ci": "npm run setup:deps:ci",
"setup:cypress": "cypress install",
"setup:packages": "lerna run prepare --stream",
"prepare": "test ! -n \"$CI\" && husky install || echo skip husky",
"postinstall": "patch-package",
"prepare:packages": "for pkg in plasma-b2c plasma-giga plasma-web sdds-cs sdds-insol sdds-serv sdds-scan sdds-os sdds-platform-ai sdds-finai plasma-homeds; do (cd packages/$pkg && npm run prepare) & done; wait"
},
"devDependencies": {
"@actions/core": "1.2.7",
"@actions/github": "4.0.0",
"@auto-it/conventional-commits": "11.1.1",
"@auto-it/npm": "11.1.1",
"@auto-it/released": "11.1.1",
"@babel/plugin-proposal-class-properties": "7.18.6",
"@babel/plugin-transform-react-constant-elements": "7.22.5",
"@babel/preset-env": "7.24.1",
"@babel/preset-react": "7.24.1",
"@babel/preset-typescript": "7.24.1",
"@commitlint/cli": "17.4.4",
"@commitlint/config-conventional": "17.4.4",
"@cypress/code-coverage": "3.10.9",
"@cypress/react": "9.0.1",
"@cypress/webpack-dev-server": "5.6.0",
"@cypress/webpack-preprocessor": "7.0.2",
"@emotion/babel-plugin": "11.13.5",
"@linaria/vite": "5.0.4",
"@salutejs/eslint-config": "1.2.0",
"@salutejs/eslint-config-base": "0.4.0",
"@salutejs/prettier-config": "0.3.0",
"@simonsmith/cypress-image-snapshot": "10.0.2",
"@storybook/addon-docs": "10.3.4",
"@storybook/react": "10.3.4",
"@storybook/react-vite": "10.3.4",
"@swc/cli": "0.7.10",
"@swc/core": "1.15.11",
"@swc/plugin-emotion": "14.5.0",
"@swc/plugin-styled-components": "12.5.0",
"@swc/plugin-transform-imports": "12.5.0",
"@testing-library/cypress": "7.0.7",
"@types/mocha": "9.0.0",
"@types/node": "16.11.6",
"@types/react-native": "0.69.6",
"@typescript-eslint/eslint-plugin": "5.48.2",
"@typescript-eslint/parser": "5.48.2",
"@vitejs/plugin-react": "3.1.0",
"@vitejs/plugin-react-swc": "4.2.2",
"auto": "11.1.1",
"axe-core": "4.3.4",
"babel-eslint": "10.1.0",
"babel-loader": "9.1.3",
"babel-plugin-inline-svg": "1.2.0",
"babel-plugin-istanbul": "6.1.1",
"babel-plugin-styled-components": "1.13.2",
"chalk": "4.1.2",
"css-loader": "7.1.2",
"cypress": "15.9.0",
"cypress-axe": "0.13.0",
"cypress-file-upload": "5.0.8",
"cypress-plugin-tab": "1.0.5",
"cypress-react-unit-test": "4.17.2",
"endent": "2.1.0",
"eslint": ">= 8.32.0",
"eslint-config-airbnb": "18.1.0",
"eslint-config-prettier": "6.11.0",
"eslint-plugin-cypress": "2.11.1",
"eslint-plugin-flowtype": "4.7.0",
"eslint-plugin-import": ">= 2.27.4",
"eslint-plugin-jest": "23.8.2",
"eslint-plugin-jsx-a11y": "6.2.3",
"eslint-plugin-prettier": "3.1.3",
"eslint-plugin-react": "7.19.0",
"eslint-plugin-react-hooks": "3.0.0",
"eslint-plugin-storybook": "10.3.4",
"expect-type": "1.3.0",
"fast-glob": "3.2.12",
"file-loader": "6.2.0",
"fs-extra": "10.0.0",
"html-webpack-plugin": "5.3.2",
"http-server": "0.12.3",
"husky": "^8.0.0",
"image-loader": "0.0.1",
"io-ts": "2.2.20",
"lerna": "9.0.7",
"lint-staged": "13.1.2",
"nyc": "15.1.0",
"postcss": "8.5.16",
"prettier": "2.0.5",
"react": "19.2.4",
"react-dom": "19.2.4",
"react-hook-form": "7.53.0",
"required-path": "1.0.1",
"semver": "7.3.7",
"simple-scaffold": "2.2.0",
"storybook": "10.3.4",
"style-loader": "4.0.0",
"stylelint": "13.3.3",
"stylelint-config-recommended": "3.0.0",
"stylelint-config-styled-components": "0.1.1",
"stylelint-order": "4.0.0",
"stylelint-prettier": "1.1.2",
"stylelint-processor-styled-components": "1.10.0",
"terminal-link": "3.0.0",
"ts-loader": "9.2.3",
"typescript": "5.6.3",
"url-loader": "4.1.1",
"vite": "5.4.21",
"webpack": "5.104.1",
"webpack-dev-server": "5.2.3",
"zod": "4.3.6"
},
"dependencies": {
"babel-plugin-annotate-pure-calls": "0.4.0",
"cypress-real-events": "1.12.0",
"patch-package": "8.0.0",
"playwright-webkit": "1.58.2"
},
"overrides": {
"chokidar": "^3.3.1"
}
}