-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 2.6 KB
/
package.json
File metadata and controls
70 lines (70 loc) · 2.6 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
{
"name": "@chromaui/chromatic-e2e",
"version": "0.0.56",
"private": true,
"description": "Archive end-to-end tests to be replayed in Storybook and Chromatic",
"repository": {
"type": "git",
"url": "https://github.com/chromaui/chromatic-e2e.git"
},
"license": "MIT",
"author": "Chromatic <tom@chromatic.com>",
"workspaces": [
"packages/*"
],
"scripts": {
"archive-storybook:cypress": "CHROMATIC_ARCHIVE_LOCATION=tests/cypress/test-downloads yarn workspace @chromatic-com/cypress exec archive-storybook",
"archive-storybook:playwright": "CHROMATIC_ARCHIVE_LOCATION=test-results yarn workspace @chromatic-com/playwright archive-storybook",
"prebuild": "yarn clean",
"build": "yarn prebuild && yarn workspaces foreach --all --topological-dev --parallel run build && jiti scripts/prepare-embedded.ts",
"prepare-embedded": "jiti scripts/prepare-embedded.ts",
"build-archive-storybook:cypress": "CHROMATIC_ARCHIVE_LOCATION=tests/cypress/test-downloads yarn workspace @chromatic-com/cypress exec build-archive-storybook",
"build-archive-storybook:playwright": "CHROMATIC_ARCHIVE_LOCATION=test-results yarn workspace @chromatic-com/playwright build-archive-storybook",
"changeset": "changeset",
"clean": "yarn workspaces foreach --all --parallel run clean",
"dev:server": "node test-server/server",
"lint": "eslint .",
"prepare": "husky install",
"prettier": "prettier",
"release": "yarn build && yarn changeset publish",
"test:unit": "vitest run"
},
"lint-staged": {
"*.{ts,js,css,md}": "prettier --write"
},
"devDependencies": {
"@auto-it/released": "^10.32.6",
"@changesets/cli": "^2.27.1",
"@eslint/js": "^9.15.0",
"@playwright/test": "^1.46.1",
"@swc/core": "^1.4.6",
"@testing-library/dom": "^8.1.0",
"@testing-library/react": "^12.0.0",
"@testing-library/user-event": "^13.2.1",
"@types/chrome-remote-interface": "^0",
"@types/express": "^4.17.17",
"@types/node": "^22.0.0",
"@types/node-fetch": "^2.6.6",
"@vitest/coverage-v8": "^4.0.18",
"auto": "^10.3.0",
"eslint": "^9.15.0",
"eslint-config-prettier": "^9.1.0",
"express": "^4.18.2",
"express-basic-auth": "^1.2.1",
"globals": "^15.12.0",
"husky": ">=6",
"jiti": "^2.0.0",
"lint-staged": ">=10",
"node-fetch": "2",
"playwright": "^1.46.1",
"prettier": "^3.5.3",
"prompts": "^2.4.2",
"rimraf": "^3.0.2",
"start-server-and-test": "^2.0.3",
"tsup": "^7.3.0",
"typescript": "^5.9.3",
"typescript-eslint": "^8.15.0",
"vitest": "^4.0.18"
},
"packageManager": "yarn@4.0.2"
}