urbit/pkg/interface/package.json

110 lines
3.6 KiB
JSON
Raw Normal View History

{
"name": "interface",
"version": "1.0.0",
"description": "",
"main": "index.js",
2020-04-24 02:08:47 +03:00
"dependencies": {
2021-01-22 02:26:17 +03:00
"@babel/runtime": "^7.12.5",
2020-07-25 01:13:01 +03:00
"@reach/disclosure": "^0.10.5",
"@reach/menu-button": "^0.10.5",
2020-07-25 01:13:01 +03:00
"@reach/tabs": "^0.10.5",
"@tlon/indigo-dark": "^1.0.6",
"@tlon/indigo-light": "^1.0.6",
"@tlon/indigo-react": "^1.2.19",
2021-01-12 08:12:47 +03:00
"@tlon/sigil-js": "^1.4.3",
2021-02-15 01:15:43 +03:00
"@urbit/api": "file:../npm/api",
"any-ascii": "^0.1.7",
2021-01-22 02:26:17 +03:00
"aws-sdk": "^2.830.0",
2020-10-29 05:52:13 +03:00
"big-integer": "^1.6.48",
2020-04-24 02:08:47 +03:00
"classnames": "^2.2.6",
2021-01-22 02:26:17 +03:00
"codemirror": "^5.59.2",
"css-loader": "^3.6.0",
"file-saver": "^2.0.5",
"formik": "^2.1.5",
2021-01-22 02:26:17 +03:00
"immer": "^8.0.1",
"lodash": "^4.17.20",
2020-07-25 01:13:01 +03:00
"markdown-to-jsx": "^6.11.4",
2021-01-22 02:26:17 +03:00
"moment": "^2.29.1",
2020-04-24 02:08:47 +03:00
"mousetrap": "^1.6.5",
"mousetrap-global-bind": "^1.1.0",
"normalize-wheel": "1.0.1",
2021-01-22 02:26:17 +03:00
"oembed-parser": "^1.4.5",
2020-04-24 02:08:47 +03:00
"prop-types": "^15.7.2",
"querystring": "^0.2.0",
2021-01-22 02:26:17 +03:00
"react": "^16.14.0",
2020-04-24 02:08:47 +03:00
"react-codemirror2": "^6.0.1",
2021-01-22 02:26:17 +03:00
"react-dom": "^16.14.0",
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",
2021-01-22 02:26:17 +03:00
"react-router-dom": "^5.2.0",
"react-virtuoso": "^0.20.3",
"react-visibility-sensor": "^5.1.1",
"remark-breaks": "^2.0.1",
2020-04-30 01:48:36 +03:00
"remark-disable-tokenizers": "^1.0.24",
"stacktrace-js": "^2.0.2",
2021-01-22 02:26:17 +03:00
"style-loader": "^1.3.0",
"styled-components": "^5.1.1",
2020-04-24 02:08:47 +03:00
"styled-system": "^5.1.5",
"suncalc": "^1.8.0",
2021-01-22 02:26:17 +03:00
"urbit-ob": "^5.0.1",
2021-01-28 08:30:48 +03:00
"workbox-core": "^6.0.2",
"workbox-precaching": "^6.0.2",
"workbox-recipes": "^6.0.2",
"workbox-routing": "^6.0.2",
"yup": "^0.29.3",
2021-01-22 02:26:17 +03:00
"zustand": "^3.3.1"
2020-04-24 02:08:47 +03:00
},
"devDependencies": {
2021-01-22 02:26:17 +03:00
"@babel/core": "^7.12.10",
"@babel/plugin-proposal-class-properties": "^7.12.1",
"@babel/plugin-proposal-object-rest-spread": "^7.12.1",
"@babel/plugin-proposal-optional-chaining": "^7.12.7",
"@babel/plugin-transform-runtime": "^7.12.10",
"@babel/preset-env": "^7.12.11",
"@babel/preset-react": "^7.12.10",
"@babel/preset-typescript": "^7.12.7",
"@types/lodash": "^4.14.168",
"@types/react": "^16.14.2",
"@types/react-dom": "^16.9.10",
"@types/react-router-dom": "^5.1.7",
"@types/styled-components": "^5.1.7",
2020-08-11 03:03:18 +03:00
"@types/styled-system": "^5.1.10",
2021-01-22 02:26:17 +03:00
"@types/yup": "^0.29.11",
2021-02-15 01:15:43 +03:00
"@typescript-eslint/eslint-plugin": "^4.15.0",
"@urbit/eslint-config": "file:../npm/eslint-config",
"@welldone-software/why-did-you-render": "^6.1.0",
"babel-eslint": "^10.1.0",
2021-01-22 02:26:17 +03:00
"babel-loader": "^8.2.2",
"babel-plugin-lodash": "^3.3.4",
2021-01-22 02:26:17 +03:00
"babel-plugin-root-import": "^6.6.0",
2020-04-24 02:08:47 +03:00
"clean-webpack-plugin": "^3.0.0",
2021-01-22 02:26:17 +03:00
"cross-env": "^7.0.3",
2021-02-15 01:15:43 +03:00
"eslint": "^7.19.0",
2021-01-22 02:26:17 +03:00
"eslint-plugin-react": "^7.22.0",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^4.5.1",
"moment-locales-webpack-plugin": "^1.2.0",
2021-01-22 02:26:17 +03:00
"react-hot-loader": "^4.13.0",
"sass": "^1.32.5",
2020-04-30 01:48:25 +03:00
"sass-loader": "^8.0.2",
2020-08-06 07:15:56 +03:00
"typescript": "^3.9.7",
2021-01-22 02:26:17 +03:00
"webpack": "^4.46.0",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.2"
},
"scripts": {
"lint": "eslint ./src/**/*.{ts,tsx}",
"lint-file": "eslint",
2020-06-23 03:19:57 +03:00
"tsc": "tsc",
"tsc:watch": "tsc --watch",
"preinstall": "./preinstall.sh",
"build:dev": "cross-env NODE_ENV=development webpack --config config/webpack.dev.js",
"build:prod": "cd ../npm/api && npm ci && cd ../../interface && cross-env NODE_ENV=production webpack --config config/webpack.prod.js",
"start": "webpack-dev-server --config config/webpack.dev.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
2020-04-28 23:49:39 +03:00
"license": "MIT"
}