2019-04-29 12:47:24 +10:00
|
|
|
{
|
|
|
|
|
"name": "@react-select/docs",
|
|
|
|
|
"private": true,
|
2022-11-16 02:08:46 +00:00
|
|
|
"version": "3.1.3",
|
2021-05-07 14:47:01 +10:00
|
|
|
"main": "dist/docs.cjs.js",
|
2019-04-29 12:47:24 +10:00
|
|
|
"author": "Jed Watson",
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"dependencies": {
|
2021-01-26 09:32:59 -05:00
|
|
|
"@atlaskit/button": "^15.1.4",
|
2019-04-29 12:47:24 +10:00
|
|
|
"@atlaskit/icon": "^11.0.1",
|
2021-01-27 10:19:14 -05:00
|
|
|
"@atlaskit/modal-dialog": "^11.2.5",
|
2021-01-26 22:28:08 -05:00
|
|
|
"@atlaskit/spinner": "^15.0.6",
|
2021-01-26 13:52:12 -05:00
|
|
|
"@atlaskit/tooltip": "^17.1.2",
|
2021-02-04 09:17:17 -05:00
|
|
|
"@babel/runtime": "^7.12.0",
|
2022-10-13 13:46:34 +11:00
|
|
|
"@emotion/react": "^11.8.1",
|
2021-05-07 14:47:01 +10:00
|
|
|
"@magical-types/convert-type": "^0.1.4",
|
|
|
|
|
"@magical-types/pretty": "^0.3.5",
|
|
|
|
|
"@magical-types/serialization": "^0.2.1",
|
|
|
|
|
"@magical-types/types": "^0.1.2",
|
2021-01-27 10:19:14 -05:00
|
|
|
"@types/chroma-js": "^1.4.3",
|
2021-10-28 16:48:27 -05:00
|
|
|
"@types/node-fetch": "^2.5.8",
|
2021-01-24 14:44:32 -05:00
|
|
|
"@types/raf-schd": "^4.0.0",
|
2021-01-25 20:49:32 -05:00
|
|
|
"@types/react-codesandboxer": "^3.1.0",
|
2021-01-24 09:53:21 -05:00
|
|
|
"@types/react-helmet": "^5.0.16",
|
2021-01-26 19:41:10 -05:00
|
|
|
"@types/react-markings": "^1.3.0",
|
2021-01-25 20:49:32 -05:00
|
|
|
"@types/react-node-resolver": "^2.0.0",
|
2021-01-24 09:53:21 -05:00
|
|
|
"@types/react-router-dom": "^4.3.5",
|
2021-01-25 09:14:25 -05:00
|
|
|
"@types/react-syntax-highlighter": "^0.0.8",
|
2021-01-24 09:48:16 -05:00
|
|
|
"@types/webpack": "^4.41.26",
|
|
|
|
|
"@types/webpack-dev-server": "^3.11.1",
|
2021-04-26 17:14:29 +10:00
|
|
|
"babel-plugin-macros": "^3.0.1",
|
2022-11-04 09:50:45 +11:00
|
|
|
"chroma-js": "^2.4.2",
|
2021-01-27 10:19:14 -05:00
|
|
|
"chrono-node": "^2.1.11",
|
2021-09-27 18:53:27 +02:00
|
|
|
"clean-webpack-plugin": "^3.0.0",
|
2019-04-29 12:47:24 +10:00
|
|
|
"codesandboxer": "^0.1.1",
|
2021-01-24 09:33:42 -05:00
|
|
|
"fork-ts-checker-webpack-plugin": "^6.1.0",
|
2019-04-29 18:29:19 +10:00
|
|
|
"html-webpack-plugin": "^3.2.0",
|
2022-10-18 02:55:29 +00:00
|
|
|
"moment": "^2.29.4",
|
2022-10-21 04:36:27 +00:00
|
|
|
"raf-schd": "^4.0.3",
|
2019-04-29 18:29:19 +10:00
|
|
|
"raw-loader": "^2.0.0",
|
2020-03-28 13:50:35 +11:00
|
|
|
"react": "^16.13.0",
|
2021-01-29 20:32:48 -05:00
|
|
|
"react-codesandboxer": "^3.1.5",
|
2020-03-28 13:50:35 +11:00
|
|
|
"react-dom": "^16.13.0",
|
2019-04-29 12:47:24 +10:00
|
|
|
"react-helmet": "^5.2.0",
|
|
|
|
|
"react-markings": "^1.3.0",
|
|
|
|
|
"react-router-dom": "^4.2.2",
|
2022-11-16 02:08:46 +00:00
|
|
|
"react-select": "^5.7.0",
|
2019-10-02 19:24:26 +13:00
|
|
|
"react-sortable-hoc": "^1.9.1",
|
2019-04-29 12:47:24 +10:00
|
|
|
"react-syntax-highlighter": "^7.0.1",
|
2019-04-29 18:29:19 +10:00
|
|
|
"style-loader": "^0.23.1",
|
2022-10-24 02:22:38 +00:00
|
|
|
"styled-components": "^4.4.1",
|
2021-01-24 09:48:16 -05:00
|
|
|
"ts-node": "^9.1.1",
|
2022-11-16 13:07:23 +11:00
|
|
|
"unfetch": "^4.2.0",
|
2019-04-29 18:29:19 +10:00
|
|
|
"webpack": "^4.30.0",
|
2022-10-21 01:23:47 +00:00
|
|
|
"webpack-cli": "^4.10.0",
|
2019-04-29 18:29:19 +10:00
|
|
|
"webpack-dev-server": "^3.3.1"
|
2019-04-29 12:47:24 +10:00
|
|
|
},
|
|
|
|
|
"scripts": {
|
2021-05-07 14:47:01 +10:00
|
|
|
"site-prebuild": "node ./generate-magical-types/generate && node ./generate-magical-types/serialize",
|
2022-10-21 13:51:57 +11:00
|
|
|
"start": "yarn site-prebuild && webpack serve --progress",
|
|
|
|
|
"start:test": "NODE_ENV=test yarn site-prebuild && webpack serve --progress",
|
|
|
|
|
"build:docs": "rimraf docs/dist && yarn site-prebuild && webpack --progress --mode production"
|
2019-04-29 12:47:24 +10:00
|
|
|
}
|
2019-10-02 19:24:26 +13:00
|
|
|
}
|