-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
118 lines (118 loc) · 5.23 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
{
"name": "temple",
"private": true,
"author": "Salute Frontend Team <[email protected]>",
"license": "MIT",
"scripts": {
"release": "git diff && auto shipit -v",
"cy:clean": "rm -rf cypress/{results,reports,screenshots,videos}",
"cy:accept-diffs": "docker run -it --rm -v $PWD:/e2e -w /e2e -e CYPRESS_updateSnapshots=true -e CYPRESS_BASE_URL=${PUBLIC_URL:-'http://host.docker.internal:6006'} cypress/included:8.0.0 run --browser chrome",
"cy:run": "docker run -it --rm -v $PWD:/e2e -w /e2e -e CYPRESS_BASE_URL=${PUBLIC_URL:-'http://host.docker.internal:6006'} cypress/included:8.0.0 run --browser chrome",
"cy:open": "cypress open",
"cy:get-image": "echo trike94/cypress$(if [[ $(uname -a) == *\"ARM64\"* ]]; then echo \"-m1\"; fi):9.4.1",
"precy:run-ct": "rm -rf {.nyc_output}",
"cy:run-ct": "CYPRESS_IMAGE=$(npm run cy:get-image | tail -1) && docker run --rm -v $PWD:/e2e -w /e2e --entrypoint=/bin/bash -e CYPRESS_CONFIG_FILE=$CYPRESS_CONFIG_FILE -e PACKAGE_NAME=$PACKAGE_NAME -e COVERAGE_DIR=cypress/${PACKAGE_NAME}-coverage -e COVERAGE=true -e PACKAGE_DIR=packages/$PACKAGE_NAME -e CYPRESS_updateSnapshots=$CYPRESS_updateSnapshots ${CYPRESS_IMAGE} -c 'node ./actions/platform-test/lib/index.js --config cypress/config/$CYPRESS_CONFIG_FILE --command run-ct'",
"cy:temple:run-ct": "PACKAGE_NAME=plasma-temple CYPRESS_CONFIG_FILE=temple npm run cy:run-ct",
"cy:temple:run-ct-update-diffs": "PACKAGE_NAME=plasma-temple CYPRESS_updateSnapshots=true CYPRESS_CONFIG_FILE=temple npm run cy:run-ct",
"cy:temple:open-ct": "PACKAGE_DIR=packages/plasma-temple node actions/platform-test/lib/index.js --config cypress/config/temple --command open-ct --platform ${TEST_PLATFORM:=sberbox} --env failOnSnapshotDiff=false",
"cy:report:coverage": "nyc report --reporter=cobertura --reporter=html",
"extract-docgen-info": "lerna run extract-docgen-info",
"lint:scripts": "eslint ./scripts --ext .js --quiet",
"lint:packages": "./scripts/lint-packages.js",
"lint:lerna": "npx lerna run lint --parallel",
"lint": "npm run lint:scripts && npm run lint:lerna && npm run lint:packages",
"test": "lerna run test",
"typescript-coverage": "lerna run typescript-coverage --no-bail --stream",
"prepare": "test ! -n \"$CI\" && husky install || echo skip husky",
"bootstrap": "npx lerna bootstrap"
},
"devDependencies": {
"@actions/core": "1.2.7",
"@actions/github": "4.0.0",
"@auto-it/conventional-commits": "10.36.6",
"@auto-it/npm": "10.36.6",
"@auto-it/released": "10.46.0",
"@babel/plugin-proposal-class-properties": "7.18.6",
"@babel/plugin-transform-react-constant-elements": "7.22.5",
"@babel/preset-env": "7.23.9",
"@babel/preset-react": "7.23.3",
"@babel/preset-typescript": "7.23.3",
"@commitlint/cli": "17.4.4",
"@commitlint/config-conventional": "17.4.4",
"@cypress/code-coverage": "3.9.11",
"@cypress/react": "5.9.2",
"@cypress/webpack-dev-server": "1.4.0",
"@cypress/webpack-preprocessor": "5.9.1",
"@salutejs/eslint-config": "1.2.0",
"@salutejs/eslint-config-base": "0.4.0",
"@salutejs/prettier-config": "0.3.0",
"@testing-library/cypress": "7.0.7",
"@types/cypress-image-snapshot": "3.1.6",
"@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",
"auto": "10.36.6",
"axe-core": "4.3.4",
"babel-eslint": "10.1.0",
"babel-loader": "9.1.3",
"babel-plugin-const-enum": "1.2.0",
"babel-plugin-inline-svg": "1.2.0",
"babel-plugin-istanbul": "6.1.1",
"babel-plugin-styled-components": "1.13.2",
"chalk": "4.1.2",
"commander": "10.0.0",
"cypress": "8.0.0",
"cypress-axe": "0.13.0",
"cypress-image-snapshot": "4.0.1",
"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",
"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": "6.5.1",
"lint-staged": "13.1.2",
"nyc": "15.1.0",
"prettier": "2.0.5",
"react": "18.2.0",
"react-dom": "18.2.0",
"required-path": "1.0.1",
"semver": "7.3.7",
"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": "4.2.4",
"url-loader": "4.1.1",
"webpack": "5.76.0",
"webpack-dev-server": "3.11.2"
},
"dependencies": {
"babel-plugin-annotate-pure-calls": "0.4.0"
},
"engines": {
"npm": "^8.19.0 || ^9.5.1"
}
}