forked from toptal/picasso
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
153 lines (153 loc) · 5.15 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
{
"name": "@toptal/picasso-root",
"version": "0.0.1",
"description": "",
"private": true,
"workspaces": [
"packages/*"
],
"scripts": {
"build:package": "lerna run build:package --stream --parallel",
"build:storybook": "build-storybook -s ./.storybook/public -c .storybook -o build/storybook --quiet",
"commit": "git-cz",
"generate:component": "hygen component new",
"generate:example": "hygen component example",
"generate:icons": "./bin/generate-icons",
"happo": "cross-env TEST_ENV=visual happo run",
"happo:ci": "cross-env TEST_ENV=visual happo-ci-github-actions",
"lint": "davinci syntax lint code .",
"release": "yarn build:package && changeset publish",
"start": "start-storybook -p 9001 -s ./.storybook/public -c .storybook",
"syncpack": "yarn syncpack:list & yarn syncpack:fix",
"syncpack:list": "syncpack list-mismatches",
"syncpack:fix": "syncpack fix-mismatches",
"symlink": "cross-env ./bin/symlink --link",
"symlink:off": "cross-env ./bin/symlink --unlink",
"test": "yarn test:unit && yarn test:cypress",
"test:cypress": "yarn build:package && yarn test:setup cypress run-ct",
"test:cypress:ci": "happo-cypress -- cypress run-ct",
"test:cypress:open": "yarn build:package && yarn test:setup cypress open-ct",
"test:setup": "cross-env TZ=UTC NODE_ENV=test",
"test:unit": "yarn test:setup jest",
"test:unit:ci": "yarn test:unit --maxWorkers=4 --ci",
"test:unit:watch": "yarn test:unit --watch",
"test:visual": "./bin/run-in-docker ./bin/test-visual",
"test:visual:ci": "./bin/test-visual --ci",
"typecheck": "tsc --noEmit & tsc -p ./cypress/tsconfig.json",
"prepublish": "if [ -f 'yarn.lock' ]; then yarn-deduplicate yarn.lock; fi"
},
"repository": {
"type": "git",
"url": "[email protected]:toptal/picasso.git"
},
"author": "Toptal",
"license": "MIT",
"bugs": {
"url": "https://github.com/toptal/picasso/issues"
},
"homepage": "https://github.com/toptal/picasso#readme",
"devDependencies": {
"@babel/core": "^7.13.8",
"@babel/preset-env": "^7.13.12",
"@babel/preset-react": "^7.12.13",
"@babel/preset-typescript": "^7.13.0",
"@babel/standalone": "^7.13.9",
"@cypress/react": "^5.10.3",
"@changesets/cli": "^2.17.0",
"@changesets/changelog-github": "^0.4.1",
"@cypress/webpack-dev-server": "^1.7.0",
"@cypress/webpack-preprocessor": "^5.9.1",
"@storybook/addon-a11y": "^6.3.12",
"@storybook/addon-viewport": "^6.3.12",
"@storybook/react": "^6.3.12",
"@storybook/theming": "^6.3.12",
"@svgr/cli": "^5.5.0",
"@testing-library/jest-dom": "5.14.1",
"@toptal/browserslist-config": "^1.1.0",
"@toptal/davinci": "^5.0.0",
"@types/debounce": "^1.2.0",
"@types/esprima": "^4.0.2",
"@types/happo-cypress": "^1.17.1",
"@types/jest": "^26.0.15",
"@types/jest-image-snapshot": "^3.1.0",
"@types/puppeteer": "^1.19.0",
"@types/react-truncate": "^2.3.3",
"@types/storybook__react": "^4.0.2",
"babel-jest": "^26.6.3",
"babel-loader": "^8.2.2",
"brace": "^0.11.1",
"cache-loader": "^4.1.0",
"chalk": "^4.1.0",
"commitizen": "^4.2.2",
"copy-to-clipboard": "^3.3.1",
"core-js": "^3.6.5",
"cross-env": "^7.0.3",
"cypress": "^8.7.0",
"cypress-plugin-tab": "^1.0.5",
"cypress-real-events": "^1.5.1",
"cz-conventional-changelog": "3.2.0",
"date-fns": "^2.9.0",
"debounce": "^1.2.1",
"ejs": "^3.1.3",
"escodegen": "^1.12.0",
"esprima": "^4.0.1",
"esprima-walk": "^0.1.0",
"fs-extra": "^8.0.1",
"glob": "^7.1.4",
"happo-cypress": "^1.24.2",
"happo-plugin-storybook": "^2.7.0",
"happo.io": "^6.8.0",
"hygen": "^6.0.4",
"jest": "^26.6.3",
"jest-canvas-mock": "^2.3.1",
"jest-environment-puppeteer": "^4.4.0",
"jest-image-snapshot": "^4.5.1",
"jest-puppeteer": "^4.4.0",
"jsdom": "^16.5.0",
"lerna": "^3.22.1",
"puppeteer": "1.19.0",
"raw-loader": "^4.0.2",
"react": "^16.12.0",
"react-ace": "^9.1.1",
"react-deprecate": "^0.1.0",
"react-docgen-typescript-loader": "^3.7.2",
"react-dom": "^16.12.0",
"react-markdown": "^4.3.1",
"react-router-dom": "^5.2.0",
"react-source-render": "^3.0.0-5",
"react-storybook-addon-chapters": "^3.1.7",
"syncpack": "^5.8.15",
"thread-loader": "^3.0.1",
"ts-loader": "^8.0.17",
"typescript": "^4.2.3",
"wait-on": "^5.2.0",
"webpack-dev-server": "^4.4.0",
"yargs": "^13.2.4",
"yarn-deduplicate": "^3.1.0"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged && (syncpack list-mismatches || (echo \"\n\nyou can use \\033[0;32myarn syncpack:fix \\033[0mto sync versions automatically or do it manually\n\n\" && return 1))"
}
},
"lint-staged": {
"*.{js,jsx,ts,tsx}": [
"davinci syntax lint code",
"prettier --write"
]
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"resolutions": {
"js-yaml": "^3.13.1",
"lodash": "^4.17.21",
"**/marksy/marked": "^0.6.0",
"**/npx/npm": "^5.7.1",
"prettierx": "^0.17.0",
"@storybook/react": "^6.3.12",
"merge-deep": "^3.0.3"
}
}