forked from JedWatson/react-select
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.72 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.72 KB
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
{
"name": "@react-select/docs",
"private": true,
"version": "2.4.5",
"author": "Jed Watson",
"license": "MIT",
"dependencies": {
"@atlaskit/button": "^7.0.2",
"@atlaskit/icon": "^11.0.1",
"@atlaskit/modal-dialog": "^4.0.3",
"@atlaskit/spinner": "^5.0.0",
"@atlaskit/tooltip": "^9.1.4",
"@babel/core": "^7.2.2",
"@babel/plugin-proposal-class-properties": "^7.2.3",
"@babel/polyfill": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"@babel/preset-flow": "^7.0.0",
"@babel/preset-react": "^7.0.0",
"@babel/runtime": "^7.4.4",
"@emotion/core": "^10.0.9",
"babel-loader": "^10.0.0",
"babel-plugin-emotion": "^10.0.9",
"chroma-js": "^1.3.6",
"chrono-node": "^1.3.5",
"codesandboxer": "^0.1.1",
"copy-webpack-plugin": "^5.0.3",
"cross-env": "^5.1.3",
"css-loader": "^0.28.7",
"dotenv": "^7.0.0",
"extract-react-types-loader": "^0.3.0",
"flow-bin": "^0.91.0",
"html-webpack-plugin": "^3.2.0",
"moment": "^2.20.1",
"pretty-proptypes": "^0.5.0",
"raf-schd": "^2.1.0",
"raw-loader": "^2.0.0",
"react": "^16.13.0",
"react-codesandboxer": "^2.0.1",
"react-dom": "^16.13.0",
"react-helmet": "^5.2.0",
"react-markings": "^1.3.0",
"react-router-dom": "^4.2.2",
"react-select": "^3.0.0",
"react-sortable-hoc": "^1.9.1",
"react-syntax-highlighter": "^7.0.1",
"style-loader": "^3.0.0",
"unfetch": "^3.0.0",
"webpack": "^5.0.0",
"webpack-cli": "^3.3.1",
"webpack-dev-server": "^3.3.1"
},
"scripts": {
"start": "cross-env FORCE_EXTRACT_REACT_TYPES=true webpack-dev-server --progress",
"build:docs": "rimraf docs/dist && cross-env FORCE_EXTRACT_REACT_TYPES=true webpack --progress -p"
}
}