forked from Headstorm/foundry-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
222 lines (222 loc) · 6.56 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
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
{
"name": "@headstorm/foundry-react-ui",
"version": "1.0.0",
"description": "Robust UI library written in React. It's DRY, with CSS in JS; stirred, not shaken.",
"author": "Headstorm LLC",
"homepage": "foundry-ui",
"repository": {
"type": "git",
"url": "https://github.com/Headstorm/foundry-ui.git"
},
"bugs": {
"url": "https://github.com/Headstorm/foundry-ui/issues"
},
"license": "Apache-2.0",
"main": "dist/main.js",
"module": "dist/main.js",
"typings": "dist/types/index.d.ts",
"files": [
"dist",
"dist/types/index.d.ts"
],
"devDependencies": {
"@babel/core": "^7.9.6",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/plugin-proposal-object-rest-spread": "^7.9.6",
"@babel/plugin-transform-runtime": "^7.9.6",
"@babel/preset-env": "^7.9.6",
"@babel/preset-react": "^7.9.4",
"@babel/preset-typescript": "^7.9.0",
"@juggle/resize-observer": "^3.1.3",
"@react-spring/web": "^9.2.4",
"@semantic-release/changelog": "^5.0.1",
"@semantic-release/git": "^9.0.0",
"@storybook/addon-a11y": "^6.3.6",
"@storybook/addon-actions": "^6.3.6",
"@storybook/addon-essentials": "^6.3.6",
"@storybook/addon-links": "^6.3.6",
"@storybook/preset-create-react-app": "^3.2.0",
"@storybook/react": "^6.3.6",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^10.0.4",
"@testing-library/user-event": "^7.1.2",
"@types/faker": "^4.1.12",
"@types/jest": "^26.0.0",
"@types/jest-axe": "^3.5.0",
"@types/lodash": "^4.14.150",
"@types/lodash.debounce": "^4.0.6",
"@types/node": "^13.11.1",
"@types/react": "^16.9.34",
"@types/react-dom": "^16.9.6",
"@types/react-portal": "^4.0.2",
"@types/shortid": "^0.0.29",
"@types/styled-components": "^5.1.7",
"@typescript-eslint/eslint-plugin": "^3.0.0",
"@typescript-eslint/parser": "^3.0.0",
"babel-loader": "^8.1.0",
"commitizen": "^4.1.2",
"css-loader": "^3.5.3",
"cz-conventional-changelog": "3.2.0",
"eslint": "^7.0.0",
"eslint-config-airbnb": "^18.1.0",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.20.0",
"eslint-plugin-react-hooks": "^4.0.2",
"faker": "^4.1.0",
"husky": "^4.2.5",
"jest": "^26.0.1",
"jest-axe": "^3.5.0",
"jest-coverage-badges": "^1.1.2",
"jest-environment-jsdom-sixteen": "^1.0.3",
"jest-styled-components": "^7.0.2",
"lodash": "^4.17.15",
"pre-commit": "^1.2.2",
"react": "^16.13.1",
"react-docgen-typescript-loader": "^3.7.2",
"react-dom": "^16.13.1",
"react-is": "^16.13.1",
"react-scripts": "3.4.1",
"react-use-gesture": "^9.1.3",
"react-use-measure": "^2.0.3",
"regenerator-runtime": "^0.13.5",
"semantic-release": "^17.0.8",
"source-map-loader": "^0.2.4",
"src": "^1.1.2",
"storybook-addon-designs": "^6.0.1",
"style-loader": "^1.2.1",
"styled-components": "^5.2.1",
"ts-loader": "^7.0.4",
"typescript": "^3.8.3",
"use-resize-observer": "^7.0.0",
"webpack": "^5.48.0",
"webpack-cli": "^3.3.11"
},
"dependencies": {
"@mdi/js": "^5.9.55",
"@mdi/react": "^1.4.0",
"@react-stately/toggle": "^3.2.3",
"fuse.js": "^6.4.6",
"lodash.debounce": "^4.0.8",
"nanoid": "^3.1.20",
"polished": "^4.1.1",
"react-aria": "^3.9.0",
"react-device-detect": "^1.17.0",
"react-portal": "^4.2.1",
"react-virtuoso": "^1.10.5",
"src": "^1.1.2"
},
"peerDependencies": {
"@react-spring/web": "^9.2.4",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-is": "^16.13.1",
"styled-components": ">= 5.1.0"
},
"scripts": {
"bundle": "yarn run clean && yarn run webpack && yarn run dts",
"predeploy": "yarn install && yarn run bundle && yarn run build-storybook",
"start": "start-storybook -p 9009 -s public",
"build-storybook": "build-storybook -c .storybook -o docs",
"lint": "eslint 'src/**/*.tsx' 'src/**/*.ts' --ignore-pattern '*.css' --fix",
"lint-ci": "yarn run prettier:write && eslint 'src/**/*.tsx' 'src/**/*.ts' --ignore-pattern '*.css' --quiet",
"prettier:base": "prettier --parser typescript --single-quote",
"prettier:check": "yarn run prettier:base -- --list-different 'src/**/*.{ts,tsx}'",
"prettier:write": "yarn run prettier:base -- --write 'src/**/*.{ts,tsx}'",
"clean": "rm -rf 'dist/*'",
"webpack": "webpack --config webpack.config.js",
"dts": "tsc --declaration --outDir dist/types/ --emitDeclarationOnly --declarationMap --allowJs false --checkJs false",
"pre-push": "yarn run lint-ci && yarn run test && yarn run clean && yarn run webpack && yarn run dts",
"test": "jest --collectCoverage=false",
"test-ci": "rm -rf 'coverage/*' && jest --collectCoverage=true && jest-coverage-badges",
"update-tests": "jest -u",
"test-interactive": "jest --watch",
"semver-dryrun": "npx semantic-release -d --debug",
"semver-release": "npx semantic-release",
"changelog-commit": "npx git-cz"
},
"husky": {
"hooks": {
"pre-push": "yarn run pre-push",
"pre-commit": "yarn run lint"
}
},
"plugins": [
[
"@semantic-release/commit-analyzer",
{
"releaseRules": [
{
"type": "build",
"release": "patch"
}
]
}
],
"@semantic-release/release-notes-generator",
"@semantic-release/git",
[
"@semantic-release/npm",
{
"npmPublish": true
}
]
],
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"release": {
"branches": [
"master",
{
"name": "v1-release",
"prerelease": true
},
{
"name": "alpha",
"prerelease": true
},
{
"name": "beta",
"prerelease": true
},
{
"name": "next",
"prerelease": true
}
],
"prepare": [
"@semantic-release/changelog",
{
"path": "@semantic-release/git",
"assets": [
"package.json",
"CHANGELOG.md",
"coverage"
],
"message": "chore(release): ${nextRelease.version} [skip ci]nn${nextRelease.notes}"
}
]
},
"pre-commit": [
"lint-ci"
],
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"gitHead": "1310c14f2882b9431200c5968097d8df9e92878e"
}