forked from seek-oss/braid-design-system
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
141 lines (141 loc) · 4.64 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
{
"name": "braid-design-system",
"version": "29.31.0",
"description": "Themeable design system for the SEEK Group",
"main": "lib/components/index.ts",
"sideEffects": [
"lib/themes/**/*",
"lib/reset/**/*",
"themes/**/*",
"reset/**/*"
],
"scripts": {
"test": "SKU_TELEMETRY=false sku test",
"start": "SKU_TELEMETRY=false concurrently -n \"docs-site,playroom\" -c \"magenta,greenBright\" \"sku start\" \"OPEN_TAB=false sku playroom\"",
"lint": "SKU_TELEMETRY=false sku lint",
"format": "SKU_TELEMETRY=false sku format",
"generate-component-docs": "ts-node generate-component-docs",
"generate-icons": "node scripts/generateIcons.js",
"setup": "SKU_TELEMETRY=false sku configure && concurrently -n \"component-docs,icons\" -c \"blueBright,yellowBright\" \"yarn generate-component-docs\" \"yarn generate-icons\"",
"prelint": "yarn setup",
"prestart": "yarn setup",
"prebuild": "yarn setup",
"build": "SKU_TELEMETRY=false concurrently -n \"docs-site,playroom\" -c \"magenta,greenBright\" \"sku build\" \"sku build-playroom\"",
"playroom": "SKU_TELEMETRY=false sku playroom",
"storybook": "SKU_TELEMETRY=false sku storybook",
"build-storybook": "SKU_TELEMETRY=false sku build-storybook",
"deploy": "node scripts/deploy.js",
"deploy-preview": "surge -p ./site/dist",
"post-commit-status": "node scripts/postCommitStatus.js",
"release": "yarn setup && changeset publish && yarn build && yarn deploy",
"version": "changeset version && ts-node scripts/versionComponentUpdates"
},
"husky": {
"hooks": {
"pre-commit": "SKU_TELEMETRY=false sku pre-commit"
}
},
"repository": {
"type": "git",
"url": "https://github.com/seek-oss/braid-design-system.git"
},
"author": "SEEK",
"license": "MIT",
"bugs": {
"url": "https://github.com/seek-oss/braid-design-system/issues"
},
"homepage": "https://github.com/seek-oss/braid-design-system#readme",
"dependencies": {
"@types/autosuggest-highlight": "^3.1.1",
"@types/classnames": "^2.2.11",
"@types/dedent": "^0.7.0",
"@types/lodash": "^4.14.168",
"@types/react": "^16.8.8",
"@types/uuid": "^8.3.0",
"assert": "^2.0.0",
"autosuggest-highlight": "^3.1.1",
"capsize": "^2.0.0",
"classnames": "^2.2.6",
"csstype": "^3.0.6",
"dedent": "0.7.0",
"gradient-parser": "^1.0.0",
"is-mobile": "^2.2.2",
"lodash": "^4.17.21",
"polished": "^4.1.0",
"react-element-to-jsx-string": "^14.3.2",
"react-focus-lock": "^2.5.0",
"react-keyed-flatten-children": "^1.3.0",
"react-popper-tooltip": "^4.0.1",
"react-remove-scroll": "^2.4.1",
"utility-types": "^3.10.0",
"uuid": "^8.3.2"
},
"peerDependencies": {
"react": "^16.8.0",
"sku": ">=10.3.0"
},
"devDependencies": {
"@babel/core": "^7.12.10",
"@babel/generator": "^7.12.11",
"@babel/preset-typescript": "^7.12.7",
"@changesets/cli": "^2.14.0",
"@changesets/get-github-info": "^0.4.5",
"@octokit/rest": "^18.0.15",
"@svgr/core": "^5.5.0",
"@svgr/plugin-jsx": "^5.5.0",
"@svgr/plugin-prettier": "^5.5.0",
"@testing-library/jest-dom": "^5.11.9",
"@testing-library/react": "^10.4.9",
"@testing-library/user-event": "^12.6.2",
"@types/babel-plugin-macros": "^2.8.4",
"@types/fs-extra": "^9.0.6",
"@types/prettier": "^2.1.6",
"@types/react-dom": "^16.8.2",
"@types/react-router-dom": "^5.1.7",
"@types/sanitize-html": "^1.27.1",
"@types/webpack-env": "^1.16.0",
"babel-plugin-macros": "^3.0.1",
"babel-plugin-tester": "^10.0.0",
"change-case": "^4.1.2",
"cheerio": "1.0.0-rc.5",
"chromatic": "^5.6.1",
"circular-dependency-plugin": "^5.2.2",
"concurrently": "^5.3.0",
"copy-to-clipboard": "^3.3.1",
"date-fns": "^2.16.1",
"didyoumean2": "^4.1.0",
"fast-glob": "^3.2.5",
"fs-extra": "^9.1.0",
"gh-pages": "^3.1.0",
"globby": "^11.0.2",
"html-validate": "^4.4.0",
"husky": "^4.3.8",
"js-yaml": "^4.0.0",
"npm-registry-client": "^8.6.0",
"panzoom": "^9.4.1",
"prettier": "^2.2.1",
"react": "^16.8.4",
"react-dom": "^16.8.4",
"react-head": "^3.4.0",
"react-markdown": "^5.0.3",
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0",
"react-router-scroll-memory": "^2.0.7",
"react-syntax-highlighter": "^15.4.3",
"react-use": "^17.0.1",
"renovate-config-seek": "0.4.0",
"sanitize-html": "^2.3.2",
"sku": "10.12.0",
"surge": "^0.21.7",
"title-case": "^3.0.3",
"ts-node": "^9.1.1",
"typescript": "^4.2.2"
},
"resolutions": {
"playroom": "0.23.0"
},
"volta": {
"node": "12.14.1",
"yarn": "1.21.1"
}
}