-
Notifications
You must be signed in to change notification settings - Fork 17
/
package.json
169 lines (169 loc) · 5.88 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
{
"name": "@bobaboard/ui-components",
"version": "0.10.1",
"description": "BobaBoard's UI components",
"homepage": "https://docs.bobaboard.com/",
"bugs": {
"url": "https://github.com/BobaBoard/boba-components/issues"
},
"files": [
"dist/"
],
"repository": {
"type": "git",
"url": "git+https://github.com/BobaBoard/boba-components.git"
},
"license": "mit",
"author": {
"name": "Essential Randomness"
},
"type": "module",
"main": "dist/main.js",
"types": "dist/index.d.ts",
"scripts": {
"lint": "eslint --max-warnings 0 --report-unused-disable-directives \"**/*.{ts,tsx}\"",
"lint:src": "eslint --report-unused-disable-directives \"src/**/*.{ts,tsx}\"",
"lint:tests": "eslint --report-unused-disable-directives \"tests/**/*.{ts,tsx}\"",
"lint:stories": "eslint --report-unused-disable-directives \"stories/**/*.{ts,tsx}\"",
"lint:fix": "yarn run lint -- --fix",
"build": "rm -rf dist && tsc -p tsconfig.export.json --emitDeclarationOnly && tsc-alias -p tsconfig.export.json && webpack --mode production --config webpack.config.js --stats-error-details",
"build-storybook": "storybook build",
"postinstall": "patch-package",
"profile": "tsc -p tsconfig.export.json --emitDeclarationOnly && webpack --mode production --config webpack.config.js --profile --json > stats.json",
"storybook": "storybook dev -p 6006",
"test": "jest",
"test:ci": "yarn run test --ci --runInBand --no-cache",
"test:visual": "npx chromatic --project-token=CHROMATIC_PROJECT_TOKEN",
"test:watch": "yarn run test --watch"
},
"resolutions": {
"**/@types/react": "^17.0.2",
"jackspeak": "2.1.1"
},
"dependencies": {
"@fortawesome/fontawesome-common-types": "6.1.1",
"@fortawesome/fontawesome-svg-core": "6.1.1",
"@fortawesome/free-regular-svg-icons": "6.1.1",
"@fortawesome/free-solid-svg-icons": "6.1.1",
"@fortawesome/react-fontawesome": "^0.1.9",
"@juggle/resize-observer": "^3.2.0",
"@react-hook/window-size": "^3.0.6",
"@rmwc/fab": "^6.1.3",
"@types/chroma-js": "^2.1.3",
"@types/debug": "^4.1.5",
"@types/react-color": "^3.0.4",
"build": "^0.1.4",
"chroma-js": "^2.1.0",
"color": "^3.1.2",
"debounce": "^1.2.0",
"debug": "^4.1.1",
"fitty": "^2.3.0",
"hammerjs": "^2.0.8",
"magic-grid": "^3.2.4",
"node-polyfill-webpack-plugin": "^2.0.1",
"noop-ts": "1.0.3",
"normalize.css": "^8.0.1",
"patch-package": "^6.2.2",
"pica": "^6.1.1",
"pluralize": "^8.0.0",
"postinstall-postinstall": "^2.1.0",
"react-color": "^2.18.1",
"react-cool-dimensions": "^1.3.1",
"react-div-100vh": "^0.3.8",
"react-easy-crop": "^3.1.1",
"react-hotkeys-hook": "^3.1.0",
"react-loader-spinner": "^5.3.4",
"react-magic-grid": "^1.1.0",
"react-modal": "^3.11.2",
"react-search-field": "^1.0.0",
"react-tiny-popover": "^4.1.0",
"react-toastify": "^8.1.0",
"resize-observer-polyfill": "^1.5.1",
"tty-browserify": "^0.0.1",
"use-state-with-callback": "^2.0.3",
"uuid": "^8.3.0"
},
"devDependencies": {
"@babel/cli": "^7.8.4",
"@babel/core": "^7.9.6",
"@babel/plugin-proposal-class-properties": "^7.12.1",
"@babel/preset-env": "^7.9.6",
"@babel/preset-react": "^7.9.4",
"@babel/preset-typescript": "^7.9.0",
"@bobaboard/boba-editor": "^0.2.0",
"@sinonjs/fake-timers": "^9.1.2",
"@storybook/addon-a11y": "^7.3.2",
"@storybook/addon-actions": "^7.3.2",
"@storybook/addon-controls": "^7.3.2",
"@storybook/addon-essentials": "^7.3.2",
"@storybook/addon-interactions": "^7.3.2",
"@storybook/addon-links": "^7.3.2",
"@storybook/addon-viewport": "^7.3.2",
"@storybook/addons": "^7.3.2",
"@storybook/jest": "^0.2.1",
"@storybook/react": "^7.3.2",
"@storybook/react-webpack5": "^7.3.2",
"@storybook/testing-library": "^0.2.0",
"@storybook/testing-react": "^2.0.0",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^12.1.2",
"@testing-library/user-event": "^13.5.0",
"@types/classnames": "^2.2.10",
"@types/color": "^3.0.1",
"@types/debounce": "^1.2.0",
"@types/hammerjs": "^2.0.36",
"@types/jest": "^28.1.2",
"@types/node": "^13.13.4",
"@types/pica": "^5.1.3",
"@types/pluralize": "^0.0.29",
"@types/react": "^17.0.2",
"@types/react-div-100vh": "^0.3.0",
"@types/react-dom": "^17.0.2",
"@types/react-modal": "^3.10.5",
"@types/resize-observer-browser": "^0.1.3",
"@types/uuid": "^8.3.0",
"@typescript-eslint/eslint-plugin": "^5.59.9",
"@typescript-eslint/parser": "^5.59.9",
"babel-loader": "^8.1.0",
"babel-preset-react-app": "^9.1.2",
"chromatic": "^6.10.1",
"create-require": "^1.1.1",
"cross-env": "^7.0.2",
"css-loader": "^6.7.1",
"eslint": "^8.7.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jest": "^27.2.2",
"eslint-plugin-jest-dom": "^4.0.2",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-plugin-storybook": "^0.6.13",
"eslint-plugin-testing-library": "^5.5.1",
"identity-obj-proxy": "^3.0.0",
"jest": "^28.1.1",
"jest-dom": "^4.0.0",
"jest-environment-jsdom": "^28.1.1",
"jest-extended": "^3.1.0",
"jest-preview": "^0.3.1",
"mini-css-extract-plugin": "^2.6.1",
"react": "17.0.2",
"react-docgen-typescript-loader": "^3.7.2",
"react-docgen-typescript-plugin": "^1.0.0",
"react-dom": "17.0.2",
"storybook": "^7.3.2",
"storybook-addon-pseudo-states": "^2.1.1",
"styled-jsx": "4.0.1",
"tsc-alias": "^1.5.0",
"tsconfig-paths-webpack-plugin": "^3.5.2",
"typescript": "^4.4.3",
"url-loader": "^4.1.0",
"webpack": "^5.73.0",
"webpack-cli": "^4.10.0"
},
"peerDependencies": {
"@bobaboard/boba-editor": "^0.0.5",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"styled-jsx": "4.0.1"
}
}