This repository has been archived by the owner on Nov 15, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 70
/
Copy pathpackage.json
186 lines (186 loc) · 6.23 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
{
"name": "design-system",
"version": "1.0.0",
"description": "Pluralsight design system",
"license": "Apache-2.0",
"private": true,
"author": "[email protected]",
"keywords": [
"pluralsight",
"design system",
"pattern library"
],
"workspaces": {
"nohoist": [],
"packages": [
"packages/**"
]
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"scripts": {
"build": "lerna run build",
"build:docs": "cd docs && yarn build:gatsby",
"clean": "del '{,!(node_modules)/}**/dist'",
"deps:check:circular": "madge --exclude '^dist.*' --circular packages",
"docs": "cd docs/ && yarn start:dev",
"generate": "plop",
"generate:component": "plop component",
"lint": "eslint . --cache --quiet --ext .js,.jsx,.ts,.tsx",
"lint:ci": "eslint . --quiet --ext .js,.jsx,.ts,.tsx",
"lint:fix": "yarn lint --fix",
"octopus:deploy": "octopus-deploy-create-release-and-deploy",
"octopus:publish": "gulp octopus-publish",
"postinstall": "link-parent-bin",
"publish:all": "yarn build && lerna publish --ignore-scripts --ignore-prepublish",
"publish:all:beta": "yarn publish:all --npm-tag=beta",
"start": "yarn docs",
"start:button": "yarn workspace @pluralsight/ps-design-system-button run storybook",
"start:circularprogress": "yarn workspace @pluralsight/ps-design-system-circularprogress run storybook",
"start:dropdown": "yarn workspace @pluralsight/ps-design-system-dropdown run storybook",
"start:table": "yarn workspace @pluralsight/ps-design-system-table run storybook",
"start:icon": "yarn workspace @pluralsight/ps-design-system-icon run storybook",
"start:starrating": "yarn workspace @pluralsight/ps-design-system-starrating run storybook",
"start:navcookiebanner": "yarn workspace @pluralsight/ps-design-system-navcookiebanner run storybook",
"start:datepicker": "yarn workspace @pluralsight/ps-design-system-datepicker run storybook",
"test": "jest",
"test:ci": "jest --ci"
},
"husky": {
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS",
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"*.(js|tsx?)": [
"eslint --fix"
],
"package.json": [
"node scripts/format-package.js"
]
},
"madge": {
"fileExtensions": [
"js",
"ts",
"tsx"
],
"includeNpm": true,
"tsConfig": "tsconfig.json"
},
"resolutions": {
"node-fetch": "^2.6.1",
"prismjs": "^1.21.0",
"semver": "^7.3.4"
},
"dependencies": {
"@types/invariant": "^2.2.34",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-transition-group": "^4.4.1"
},
"devDependencies": {
"@babel/cli": "^7.11.6",
"@babel/core": "^7.11.6",
"@babel/plugin-proposal-class-properties": "^7.10.4",
"@babel/plugin-proposal-export-default-from": "^7.10.4",
"@babel/plugin-proposal-export-namespace-from": "^7.10.4",
"@babel/plugin-proposal-json-strings": "^7.10.4",
"@babel/plugin-proposal-object-rest-spread": "^7.11.0",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/plugin-syntax-import-meta": "^7.10.4",
"@babel/plugin-transform-runtime": "^7.13.10",
"@babel/preset-env": "^7.11.5",
"@babel/preset-react": "^7.10.4",
"@babel/preset-typescript": "^7.10.4",
"@commitlint/cli": "^14.1.0",
"@commitlint/config-conventional": "^14.1.0",
"@commitlint/config-lerna-scopes": "^14.0.0",
"@storybook/addon-actions": "^6.4.9",
"@storybook/addon-links": "^6.4.9",
"@storybook/addon-postcss": "^2.0.0",
"@storybook/addon-storyshots": "^6.4.9",
"@storybook/addons": "^6.4.9",
"@storybook/preset-typescript": "^3.0.0",
"@storybook/react": "^6.4.9",
"@svgr/cli": "^5.5.0",
"@testing-library/jest-dom": "^5.9.0",
"@testing-library/react": "^11.0.4",
"@testing-library/react-hooks": "^3.2.1",
"@testing-library/user-event": "^12.5.0",
"@types/classnames": "^2.2.10",
"@types/exenv": "^1.2.0",
"@types/jest-axe": "^3.5.1",
"@types/mdx-js__react": "^1.5.2",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@types/react-helmet": "^6.1.0",
"@types/storybook__addon-storyshots": "^5.3.1",
"@types/testing-library__jest-dom": "^5.9.4",
"@types/vfile-message": "^2.0.0",
"@typescript-eslint/eslint-plugin": "^4.9.0",
"@typescript-eslint/parser": "^4.9.0",
"babel-eslint": "^10.0.3",
"babel-jest": "^26.6.3",
"babel-loader": "^8.1.0",
"babel-plugin-macros": "^2.6.1",
"core-js": "^3.6.5",
"cross-env": "^6.0.3",
"css-loader": "^3.5.3",
"cz-conventional-changelog": "^3.3.0",
"del": "^5.1.0",
"del-cli": "^3.0.1",
"enzyme": "^3.10.0",
"eslint": "^7.14.0",
"eslint-config-prettier": "^6.11.0",
"eslint-config-standard": "^16.0.2",
"eslint-config-standard-react": "^11.0.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jest": "^24.1.3",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.2.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-react": "^7.20.0",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-plugin-standard": "^5.0.0",
"fork-ts-checker-webpack-plugin": "^6.0.5",
"husky": "^4.2.5",
"identity-obj-proxy": "^3.0.0",
"import-all.macro": "^2.0.3",
"jest": "^26.5.2",
"jest-axe": "^4.1.0",
"jest-environment-jsdom-sixteen": "^1.0.3",
"jest-prop-type-error": "^1.1.0",
"jest-watch-typeahead": "^0.6.1",
"lerna": "^4.0.0",
"link-parent-bin": "^2.0.0",
"lint-staged": "^10.5.3",
"madge": "^4.0.1",
"mutation-observer": "^1.0.3",
"npm-run-all": "^4.1.5",
"octopus-deploy": "^6.0.0",
"plop": "^2.7.1",
"postcss-loader": "^3.0.0",
"postcss-nesting": "^7.0.1",
"postcss-preset-env": "^6.7.0",
"prettier": "^2.1.2",
"prettier-eslint-cli": "^5.0.0",
"raf": "^3.4.1",
"react-test-renderer": "^17.0.1",
"read-pkg-up": "^7.0.1",
"require-context.macro": "^1.2.2",
"style-loader": "^1.2.1",
"stylelint": "^13.12.0",
"stylelint-config-recommended": "^4.0.0",
"ts-loader": "^6.2.2",
"typescript": "^3.9.3",
"typescript-esm": "^2.0.0",
"webpack": "^5.9.0",
"wsrun": "^5.2.1",
"yargs": "^14.2.3"
}
}