This repository has been archived by the owner on Dec 14, 2023. It is now read-only.
forked from chromaui/action
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
189 lines (189 loc) · 5.57 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
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
{
"name": "chromatic",
"version": "6.19.5",
"description": "Automate visual testing across browsers. Gather UI feedback. Versioned documentation.",
"keywords": [
"storybook-addon",
"storybook",
"addon",
"test",
"popular"
],
"homepage": "https://www.chromatic.com",
"bugs": {
"url": "https://github.com/chromaui/chromatic-cli",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "https://github.com/chromaui/chromatic-cli.git"
},
"license": "MIT",
"exports": {
".": {
"require": "./isChromatic.js",
"import": "./isChromatic.mjs"
},
"./node": {
"require": "./dist/node.js",
"node": "./dist/node.js",
"types": "./dist/node.d.ts"
}
},
"main": "isChromatic.js",
"module": "isChromatic.mjs",
"bin": {
"chroma": "dist/bin.js",
"chromatic": "dist/bin.js",
"chromatic-cli": "dist/bin.js"
},
"files": [
"dist/*.js",
"dist/node.d.ts",
"isChromatic.js",
"isChromatic.mjs",
"isChromatic.d.ts"
],
"scripts": {
"build": "tsup",
"build-storybook": "build-storybook -s static",
"build-test-storybook": "cross-env SMOKE_TEST=true build-storybook -o test-storybook",
"build-subdir": "cd subdir ; yarn build ; cd ..",
"chromatic": "./dist/bin.js",
"chromatic-prebuilt": "./dist/bin.js --storybook-build-dir=\"storybook-static\"",
"chromatic-staging": "CHROMATIC_INDEX_URL=https://www.staging-chromatic.com ./dist/bin.js",
"chromatic-verbose": "cross-env LOG_LEVEL=verbose ./dist/bin.js",
"lint": "yarn lint:js .storybook bin-src node-src test-stories ./isChromatic.js ./isChromatic.mjs",
"lint:js": "cross-env NODE_ENV=production eslint --fix --cache --cache-location=.cache/eslint --ext .js,.json,.mjs,.ts,.cjs --report-unused-disable-directives",
"lint:package": "sort-package-json",
"release": "node scripts/release.js",
"trace": "node -r esm bin-src/trace.js",
"trim-stats": "node -r esm bin-src/trim-stats-file.js",
"storybook": "start-storybook -p 9009 -s static",
"test": "jest",
"prepare": "husky install && npm run build",
"dev": "tsup --watch",
"lint-staged": "lint-staged"
},
"lint-staged": {
"*.ts": [
"yarn lint:js --fix"
],
"*.js": [
"yarn lint:js --fix"
],
"*.json": [
"yarn lint:js --fix"
],
"package.json": [
"yarn lint:package"
]
},
"resolutions": {
"any-observable": "^0.5.1"
},
"dependencies": {},
"devDependencies": {
"@actions/core": "^1.10.0",
"@actions/github": "^5.0.0",
"@babel/cli": "^7.14.8",
"@babel/core": "^7.15.0",
"@babel/node": "^7.15.4",
"@babel/plugin-transform-runtime": "^7.15.0",
"@babel/preset-env": "^7.15.0",
"@babel/preset-typescript": "^7.15.0",
"@babel/runtime": "^7.15.3",
"@discoveryjs/json-ext": "^0.5.7",
"@storybook/addon-essentials": "^6.5.6",
"@storybook/builder-webpack5": "^6.5.6",
"@storybook/csf-tools": "^7.0.12",
"@storybook/eslint-config-storybook": "^3.1.2",
"@storybook/linter-config": "^3.1.2",
"@storybook/manager-webpack5": "^6.5.6",
"@storybook/react": "^6.5.6",
"@types/archiver": "^5.3.1",
"@types/async-retry": "^1.4.3",
"@types/cross-spawn": "^6.0.2",
"@types/fs-extra": "^9.0.13",
"@types/jest": "^27.5.0",
"@types/jsonfile": "^6.0.1",
"@types/listr": "^0.14.4",
"@types/node": "^14.14.25",
"@types/picomatch": "^2.3.0",
"@types/progress-stream": "^2.0.2",
"@types/semver": "^7.3.9",
"@typescript-eslint/eslint-plugin": "^5.59.8",
"@typescript-eslint/parser": "^5.59.8",
"ansi-html": "0.0.8",
"any-observable": "^0.5.1",
"archiver": "^5.3.0",
"async-retry": "^1.3.3",
"babel-preset-minify": "^0.5.1",
"chalk": "^4.1.2",
"cpy": "^8.1.2",
"cross-env": "^7.0.3",
"cross-spawn": "^7.0.2",
"debug": "^4.3.2",
"dotenv": "^8.2.0",
"env-ci": "^5.0.2",
"eslint": "^7.32.0",
"eslint-plugin-jest": "^27.2.1",
"esm": "^3.2.25",
"execa": "^5.0.0",
"fake-tag": "^2.0.0",
"fs-extra": "^10.0.0",
"https-proxy-agent": "^5.0.0",
"husky": "^7.0.0",
"jest": "^27.0.6",
"jsonfile": "^6.0.1",
"junit-report-builder": "2.1.0",
"lint-staged": "^11.1.2",
"listr": "0.14.3",
"meow": "^9.0.0",
"mock-fs": "^5.1.2",
"no-proxy": "^1.0.3",
"node-ask": "^1.0.1",
"node-fetch": "3.2.10",
"node-loggly-bulk": "^2.2.4",
"npm-run-all": "^4.0.2",
"observable": "^2.1.4",
"os-browserify": "^0.3.0",
"p-limit": "3.1.0",
"picomatch": "2.2.2",
"pkg-up": "^3.1.0",
"pluralize": "^8.0.0",
"prettier": "^2.3.2",
"progress-stream": "^2.0.0",
"prop-types": "^15.7.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"read-pkg-up": "^7.0.1",
"semver": "^7.3.5",
"slash": "^3.0.0",
"snyk-nodejs-lockfile-parser": "^1.49.0",
"sort-package-json": "1.50.0",
"string-argv": "^0.3.1",
"strip-ansi": "6.0.0",
"tmp-promise": "3.0.2",
"tree-kill": "^1.2.2",
"ts-dedent": "^1.0.0",
"ts-loader": "^9.2.5",
"ts-node": "^10.9.1",
"tsup": "^6.7.0",
"typescript": "^4.3.5",
"util-deprecate": "^1.0.2",
"uuid": "^8.3.2",
"why-is-node-running": "^2.1.2",
"yarn-or-npm": "^3.0.1",
"zen-observable": "^0.8.15"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"docs": "https://www.chromatic.com/docs/cli",
"storybook": {
"icon": "https://user-images.githubusercontent.com/263385/101995175-2e087800-3c96-11eb-9a33-9860a1c3ce62.gif",
"displayName": "Chromatic"
}
}