forked from toptal/picasso
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
146 lines (146 loc) · 5.06 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
{
"name": "@toptal/picasso-root",
"version": "0.0.1",
"description": "",
"private": true,
"workspaces": [
"packages/*"
],
"scripts": {
"build:package": "lerna run build:package",
"build:storybook": "build-storybook -c .storybook -o build/storybook --quiet",
"circularity": "madge --circular packages/*/src",
"generate:component": "davinci-code new component",
"generate:example": "davinci-code new example",
"generate:icons": "./bin/generate-icons",
"happo": "cross-env TEST_ENV=visual HAPPO_PROJECT=Picasso/Storybook happo",
"happo:storybook": "cross-env TEST_ENV=visual HAPPO_IS_ASYNC=false happo-ci-github-actions",
"lint": "davinci-syntax lint code .",
"release": "yarn build:package && changeset publish",
"start": "start-storybook -p 9001 -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:integration",
"test:integration": "yarn build:package && yarn test:setup cypress run --component",
"test:integration:ci": "yarn happo-e2e -- -- yarn test:setup cypress run --component",
"test:integration:open": "yarn build:package && yarn test:setup cypress open --browser=electron --component",
"test:setup": "cross-env TZ=UTC NODE_ENV=development",
"test:unit": "davinci-qa unit --config=./jest.spec.js",
"test:unit:debug": "cross-env NODE_OPTIONS=--inspect-brk yarn test:unit",
"test:unit:ci": "yarn test:unit --maxWorkers=4 --ci",
"test:unit:watch": "yarn test:unit --watch",
"typecheck": "tsc --noEmit && tsc -p ./cypress/tsconfig.json",
"prepublish": "if [ -f 'yarn.lock' ]; then yarn-deduplicate yarn.lock; fi",
"prepare": "husky install"
},
"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.19.6",
"@babel/preset-env": "^7.19.4",
"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.18.6",
"@babel/standalone": "^7.19.6",
"@changesets/changelog-github": "^0.4.7",
"@changesets/cli": "^2.22.0",
"@cypress/skip-test": "^2.6.1",
"@storybook/addon-a11y": "^6.5.15",
"@storybook/addon-viewport": "^6.5.15",
"@storybook/builder-webpack5": "^6.5.15",
"@storybook/manager-webpack5": "^6.5.15",
"@storybook/react": "^6.5.15",
"@storybook/theming": "^6.5.15",
"@svgr/cli": "^6.2.1",
"@testing-library/jest-dom": "^5.16.5",
"@toptal/browserslist-config": "^1.2.0",
"@toptal/davinci-ci": "^2.1.0",
"@toptal/davinci-code": "^1.7.2",
"@toptal/davinci-engine": "^7.6.1",
"@toptal/davinci-qa": "^12.1.0",
"@toptal/davinci-syntax": "^16.2.0",
"@types/debounce": "^1.2.1",
"@types/esprima": "^4.0.3",
"@types/happo-cypress": "^3.0.1",
"@types/jest-image-snapshot": "^3.1.0",
"@types/react-truncate": "^2.3.4",
"babel-loader": "^8.2.5",
"brace": "^0.11.1",
"cache-loader": "^4.1.0",
"chalk": "^4.1.0",
"copy-to-clipboard": "^3.3.2",
"core-js": "^3.25.0",
"cross-env": "^7.0.3",
"cypress-plugin-tab": "^1.0.5",
"cypress-real-events": "^1.7.1",
"date-fns": "^2.9.0",
"debounce": "^1.2.1",
"ejs": "^3.1.8",
"escodegen": "^2.0.0",
"eslint-plugin-ssr-friendly": "^1.0.6",
"esprima": "^4.0.1",
"esprima-walk": "^0.1.0",
"fs-extra": "^8.0.1",
"github-markdown-css": "^5.1.0",
"happo-cypress": "^3.0.1",
"happo-e2e": "^2.0.1",
"happo-plugin-storybook": "^3.0.0",
"happo.io": "^8.3.1",
"jest-canvas-mock": "^2.4.0",
"lerna": "^6.1.0",
"madge": "^5.0.1",
"raw-loader": "^4.0.2",
"react": "^18.2.0",
"react-ace": "^10.1.0",
"react-deprecate": "^0.1.0",
"react-dom": "^18.2.0",
"react-markdown": "^8.0.4",
"react-router-dom": "^5.2.0",
"react-source-render": "^3.0.0-5",
"react-storybook-addon-chapters": "^3.1.7",
"react-test-renderer": "^18.2.0",
"remark-gfm": "^3.0.1",
"syncpack": "^8.2.4",
"thread-loader": "^3.0.4",
"ts-loader": "^9.4.2",
"typescript": "~4.7.0",
"url-loader": "^4.1.1",
"yargs": "^17.5.1",
"yarn-deduplicate": "^3.1.0"
},
"lint-staged": {
"{**/*.{js,jsx,ts,tsx},.changeset/*.md}": [
"davinci-syntax lint code",
"prettier --write"
]
},
"resolutions": {
"cypress": "^10.6.0",
"lodash": "^4.17.21",
"**/marksy/marked": "^0.6.0",
"@storybook/react": "^6.5.15",
"webpack": "^5.0.0",
"glob-parent": "^6.0.2",
"prettier": "^2.5.1",
"trim": "^0.0.3",
"ansi-regex": "^5.0.1",
"minimist": "^1.2.6",
"prismjs": "^1.25.0",
"unset-value": "^2.0.1",
"semver-regex": "^3.1.3",
"node-fetch": "^2.6.7",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-test-renderer": "^18.2.0"
}
}