2020-04-09 13:08:23 +03:00
|
|
|
{
|
|
|
|
"name": "interface",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "",
|
|
|
|
"main": "index.js",
|
2020-04-24 02:08:47 +03:00
|
|
|
"dependencies": {
|
2020-07-15 23:42:56 +03:00
|
|
|
"@babel/runtime": "^7.10.5",
|
2020-07-25 01:13:01 +03:00
|
|
|
"@reach/disclosure": "^0.10.5",
|
2020-07-31 06:16:21 +03:00
|
|
|
"@reach/menu-button": "^0.10.5",
|
2020-07-25 01:13:01 +03:00
|
|
|
"@reach/tabs": "^0.10.5",
|
|
|
|
"@tlon/indigo-light": "^1.0.3",
|
|
|
|
"@tlon/indigo-react": "^1.1.15",
|
2020-08-05 06:38:20 +03:00
|
|
|
"aws-sdk": "^2.726.0",
|
2020-04-24 02:08:47 +03:00
|
|
|
"classnames": "^2.2.6",
|
2020-08-19 00:10:21 +03:00
|
|
|
"codemirror": "^5.55.0",
|
2020-04-30 02:02:59 +03:00
|
|
|
"css-loader": "^3.5.3",
|
2020-04-24 02:08:47 +03:00
|
|
|
"formik": "^2.1.4",
|
2020-04-28 23:49:39 +03:00
|
|
|
"lodash": "^4.17.15",
|
2020-07-25 01:13:01 +03:00
|
|
|
"markdown-to-jsx": "^6.11.4",
|
2020-04-24 02:08:47 +03:00
|
|
|
"moment": "^2.20.1",
|
|
|
|
"mousetrap": "^1.6.5",
|
2020-08-06 05:01:07 +03:00
|
|
|
"mousetrap-global-bind": "^1.1.0",
|
2020-08-28 06:15:47 +03:00
|
|
|
"oembed-parser": "^1.4.1",
|
2020-04-24 02:08:47 +03:00
|
|
|
"prop-types": "^15.7.2",
|
|
|
|
"react": "^16.5.2",
|
|
|
|
"react-codemirror2": "^6.0.1",
|
2020-08-05 04:48:46 +03:00
|
|
|
"react-dnd-html5-backend": "^11.1.3",
|
|
|
|
"react-dnd-multi-backend": "^6.0.2",
|
|
|
|
"react-dnd-touch-backend": "^11.1.3",
|
2020-04-24 02:08:47 +03:00
|
|
|
"react-dom": "^16.8.6",
|
2020-08-14 07:07:53 +03:00
|
|
|
"react-helmet": "^6.1.0",
|
2020-04-24 02:08:47 +03:00
|
|
|
"react-markdown": "^4.3.1",
|
2020-08-28 06:15:47 +03:00
|
|
|
"react-oembed-container": "^1.0.0",
|
2020-04-24 02:08:47 +03:00
|
|
|
"react-router-dom": "^5.0.0",
|
2020-08-21 01:59:27 +03:00
|
|
|
"react-virtuoso": "^0.20.0",
|
2020-04-30 01:48:36 +03:00
|
|
|
"remark-disable-tokenizers": "^1.0.24",
|
2020-04-30 02:02:59 +03:00
|
|
|
"style-loader": "^1.2.1",
|
2020-04-24 02:08:47 +03:00
|
|
|
"styled-components": "^5.1.0",
|
|
|
|
"styled-system": "^5.1.5",
|
2020-05-21 03:43:43 +03:00
|
|
|
"suncalc": "^1.8.0",
|
2020-04-24 02:08:47 +03:00
|
|
|
"urbit-ob": "^5.0.0",
|
2020-07-31 06:00:58 +03:00
|
|
|
"urbit-sigil-js": "^1.3.2",
|
2020-08-17 21:35:38 +03:00
|
|
|
"yup": "^0.29.3"
|
2020-04-24 02:08:47 +03:00
|
|
|
},
|
2020-04-09 13:08:23 +03:00
|
|
|
"devDependencies": {
|
2020-04-24 02:08:47 +03:00
|
|
|
"@babel/core": "^7.9.0",
|
2020-05-01 05:54:03 +03:00
|
|
|
"@babel/plugin-proposal-class-properties": "^7.8.3",
|
2020-04-24 02:08:47 +03:00
|
|
|
"@babel/plugin-proposal-object-rest-spread": "^7.9.5",
|
|
|
|
"@babel/plugin-proposal-optional-chaining": "^7.9.0",
|
2020-07-15 23:42:56 +03:00
|
|
|
"@babel/plugin-transform-runtime": "^7.10.5",
|
2020-04-24 23:23:58 +03:00
|
|
|
"@babel/preset-env": "^7.9.5",
|
|
|
|
"@babel/preset-react": "^7.9.4",
|
2020-06-20 07:45:52 +03:00
|
|
|
"@babel/preset-typescript": "^7.10.1",
|
|
|
|
"@types/lodash": "^4.14.155",
|
|
|
|
"@types/react": "^16.9.38",
|
|
|
|
"@types/react-router-dom": "^5.1.5",
|
2020-08-11 03:03:18 +03:00
|
|
|
"@types/styled-components": "^5.1.2",
|
|
|
|
"@types/styled-system": "^5.1.10",
|
2020-08-06 07:15:56 +03:00
|
|
|
"@typescript-eslint/eslint-plugin": "^3.8.0",
|
|
|
|
"@typescript-eslint/parser": "^3.8.0",
|
2020-04-09 13:08:23 +03:00
|
|
|
"babel-eslint": "^10.1.0",
|
2020-04-24 02:08:47 +03:00
|
|
|
"babel-loader": "^8.1.0",
|
2020-08-15 01:04:38 +03:00
|
|
|
"babel-plugin-root-import": "^6.5.0",
|
2020-04-24 02:08:47 +03:00
|
|
|
"clean-webpack-plugin": "^3.0.0",
|
2020-04-24 23:23:58 +03:00
|
|
|
"cross-env": "^7.0.2",
|
2020-04-09 13:08:23 +03:00
|
|
|
"eslint": "^6.8.0",
|
2020-04-24 02:08:47 +03:00
|
|
|
"eslint-plugin-react": "^7.19.0",
|
2020-04-30 01:48:25 +03:00
|
|
|
"file-loader": "^6.0.0",
|
2020-04-24 02:08:47 +03:00
|
|
|
"html-webpack-plugin": "^4.2.0",
|
2020-08-05 04:48:46 +03:00
|
|
|
"react-dnd": "^11.1.3",
|
2020-07-15 08:04:14 +03:00
|
|
|
"react-hot-loader": "^4.12.21",
|
2020-04-30 01:48:25 +03:00
|
|
|
"sass": "^1.26.5",
|
|
|
|
"sass-loader": "^8.0.2",
|
2020-08-06 07:15:56 +03:00
|
|
|
"typescript": "^3.9.7",
|
2020-04-24 02:08:47 +03:00
|
|
|
"webpack": "^4.43.0",
|
|
|
|
"webpack-cli": "^3.3.11",
|
|
|
|
"webpack-dev-server": "^3.10.3"
|
2020-04-09 13:08:23 +03:00
|
|
|
},
|
|
|
|
"scripts": {
|
2020-08-06 07:15:56 +03:00
|
|
|
"lint": "eslint ./src/**/*.{js,ts,tsx}",
|
2020-04-09 13:08:23 +03:00
|
|
|
"lint-file": "eslint",
|
2020-06-23 03:19:57 +03:00
|
|
|
"tsc": "tsc",
|
|
|
|
"tsc:watch": "tsc --watch",
|
2020-04-24 23:23:58 +03:00
|
|
|
"build:dev": "cross-env NODE_ENV=development webpack --config config/webpack.dev.js",
|
2020-04-30 01:48:25 +03:00
|
|
|
"build:prod": "cross-env NODE_ENV=production webpack --config config/webpack.prod.js",
|
2020-07-15 00:03:55 +03:00
|
|
|
"start": "webpack-dev-server --config config/webpack.dev.js",
|
2020-04-09 13:08:23 +03:00
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
},
|
|
|
|
"author": "",
|
2020-04-28 23:49:39 +03:00
|
|
|
"license": "MIT"
|
2020-04-09 13:08:23 +03:00
|
|
|
}
|