forked from JedWatson/react-select
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
181 lines (181 loc) · 5.77 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
{
"name": "@react-select/monorepo",
"private": true,
"version": "1.0.0",
"description": "A Select control built with and for ReactJS",
"author": "Jed Watson",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/JedWatson/react-select.git"
},
"dependencies": {
"@atlaskit/button": "^15.1.4",
"@atlaskit/icon": "^11.0.1",
"@atlaskit/modal-dialog": "^11.2.5",
"@atlaskit/spinner": "^15.0.6",
"@atlaskit/tooltip": "^17.1.2",
"@babel/core": "^7.12.0",
"@babel/plugin-proposal-class-properties": "^7.12.1",
"@babel/plugin-proposal-private-methods": "^7.13.0",
"@babel/plugin-transform-runtime": "^7.12.0",
"@babel/polyfill": "^7.12.1",
"@babel/preset-env": "^7.12.0",
"@babel/preset-react": "^7.12.1",
"@babel/preset-typescript": "^7.12.7",
"@babel/runtime": "^7.12.0",
"@changesets/cli": "^2.17.0",
"@changesets/get-github-info": "^0.5.0",
"@emotion/babel-plugin": "^11.0.0",
"@emotion/cache": "^11.4.0",
"@emotion/jest": "^11.1.0",
"@emotion/react": "^11.1.1",
"@preconstruct/cli": "^1.0.0",
"@testing-library/dom": "7.0.4",
"@testing-library/jest-dom": "5.1.1",
"@testing-library/react": "10.0.1",
"@testing-library/user-event": "^10.0.0",
"@types/chroma-js": "^1.4.3",
"@types/copy-webpack-plugin": "^5.0.2",
"@types/html-webpack-plugin": "^3.2.4",
"@types/jest-in-case": "^1.0.3",
"@types/node": "^14.14.22",
"@types/node-fetch": "^2.5.8",
"@types/pretty-proptypes": "^1.1.0",
"@types/raf-schd": "^4.0.0",
"@types/react": "^16.14.2",
"@types/react-codesandboxer": "^3.1.0",
"@types/react-dom": "^16.9.10",
"@types/react-helmet": "^5.0.16",
"@types/react-markings": "^1.3.0",
"@types/react-node-resolver": "^2.0.0",
"@types/react-router-dom": "^4.3.5",
"@types/react-syntax-highlighter": "^0.0.8",
"@types/react-transition-group": "^4.4.0",
"@types/webpack": "^4.41.26",
"@types/webpack-dev-server": "^3.11.1",
"@typescript-eslint/eslint-plugin": "^4.14.0",
"@typescript-eslint/parser": "^4.14.0",
"babel-core": "^7.0.0-bridge.0",
"babel-eslint": "^10.1.0",
"babel-jest": "^23.6.0",
"babel-loader": "^8.0.0",
"bolt-check": "^0.3.0",
"chroma-js": "^1.3.6",
"chrono-node": "^2.1.11",
"codesandboxer": "^0.1.1",
"concurrently": "^3.5.1",
"copy-webpack-plugin": "^5.0.3",
"coveralls": "^2.11.12",
"cross-env": "^5.1.3",
"css-loader": "^0.28.7",
"cypress": "^5.0.0",
"dataloader": "^1.4.0",
"dotenv": "^8.2.0",
"enzyme": "^3.8.0",
"enzyme-adapter-react-16": "^1.1.1",
"enzyme-to-json": "^3.3.0",
"eslint": "^7.18.0",
"eslint-plugin-react": "^7.22.0",
"eslint-plugin-react-hooks": "^4.2.0",
"fork-ts-checker-webpack-plugin": "^6.1.0",
"gh-pages": "^1.1.0",
"html-webpack-plugin": "^3.2.0",
"jest": "^25.1.0",
"jest-in-case": "^1.0.2",
"memoize-one": "^5.0.0",
"moment": "^2.20.1",
"node-fetch": "^2.6.1",
"prettier": "^2.2.1",
"pretty-proptypes": "^0.5.0",
"prop-types": "^15.6.0",
"raf": "^3.4.0",
"raf-schd": "^2.1.0",
"raw-loader": "^2.0.0",
"react": "^16.13.0",
"react-codesandboxer": "^3.1.5",
"react-dom": "^16.13.0",
"react-helmet": "^5.2.0",
"react-markings": "^1.3.0",
"react-router-dom": "^4.2.2",
"react-sortable-hoc": "^1.9.1",
"react-syntax-highlighter": "^7.0.1",
"react-transition-group": "^4.3.0",
"style-loader": "^0.23.1",
"styled-components": "^3.4.10",
"ts-node": "^9.1.1",
"typescript": "^4.1.3",
"unfetch": "^3.0.0",
"webpack": "^4.30.0",
"webpack-cli": "^3.3.1",
"webpack-dev-server": "^3.3.1"
},
"scripts": {
"build": "preconstruct build",
"watch": "preconstruct watch",
"coveralls": "cat coverage/lcov.info | coveralls",
"prettify": "prettier --write .",
"prettier:check": "prettier --check .",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
"start": "cd docs && yarn start",
"start:test": "cd docs && yarn start:test",
"build:docs": "cd docs && yarn build:docs",
"fresh": "rm -rf node_modules && yarn install",
"test": "npm run test:jest && npm run test:cypress",
"test:jest": "jest --coverage",
"e2e": "concurrently --kill-others --success=first --names 'SERVER,E2E' 'yarn start:test --progress=false --no-info' 'yarn test:cypress'",
"type-check": "tsc --build packages/react-select/tsconfig.json && tsc --build docs/tsconfig.json && tsc --build cypress/tsconfig.json",
"precommit": "yarn run type-check",
"postinstall": "preconstruct dev",
"test:cypress": "yarn test:cypress:chrome && yarn test:cypress:firefox",
"test:cypress:chrome": "cypress run --browser chrome",
"test:cypress:firefox": "cypress run --browser firefox",
"test:cypress:watch": "node ./node_modules/.bin/cypress open",
"changeset": "changeset",
"version-packages": "changeset version",
"release": "yarn build && changeset publish"
},
"files": [
"dist",
"src"
],
"keywords": [
"combobox",
"form",
"input",
"multiselect",
"react",
"react-component",
"select",
"ui"
],
"jest": {
"modulePathIgnorePatterns": [
"./node_modules"
],
"testRegex": "src/*(/(__tests?__/)([^_].*/)*?[^_][^/]*?\\.(test|spec)?\\.(ts|js)x?)$",
"setupFilesAfterEnv": [
"./test-setup.js"
],
"snapshotSerializers": [
"@emotion/jest/serializer"
]
},
"workspaces": [
"packages/*",
"docs"
],
"preconstruct": {
"packages": [
"packages/*",
"docs/generate-magical-types"
]
},
"browser": {
"./dist/react-select.cjs.js": "./dist/react-select.browser.cjs.js",
"./dist/react-select.esm.js": "./dist/react-select.browser.esm.js"
},
"resolutions": {
"csstype": "^3.0.2"
}
}