shrub/pkg/interface/package.json
2020-06-01 13:54:08 -04:00

52 lines
1.4 KiB
JSON

{
"name": "interface",
"version": "1.0.0",
"description": "",
"main": "index.js",
"dependencies": {
"@reach/menu-button": "^0.10.1",
"@tlon/indigo-react": "^1.1.10",
"classnames": "^2.2.6",
"codemirror": "^5.51.0",
"formik": "^2.1.4",
"lodash": "^4.17.11",
"moment": "^2.20.1",
"mousetrap": "^1.6.5",
"prop-types": "^15.7.2",
"react": "^16.5.2",
"react-codemirror2": "^6.0.1",
"react-dom": "^16.8.6",
"react-markdown": "^4.3.1",
"react-router-dom": "^5.0.0",
"styled-components": "^5.1.0",
"styled-system": "^5.1.5",
"urbit-ob": "^5.0.0",
"urbit-sigil-js": "^1.3.2"
},
"devDependencies": {
"@babel/core": "^7.9.0",
"@babel/preset-env": "^7.9.5",
"@babel/preset-react": "^7.9.4",
"@babel/plugin-proposal-object-rest-spread": "^7.9.5",
"@babel/plugin-proposal-optional-chaining": "^7.9.0",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.1.0",
"clean-webpack-plugin": "^3.0.0",
"eslint": "^6.8.0",
"eslint-plugin-react": "^7.19.0",
"html-webpack-plugin": "^4.2.0",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.10.3"
},
"scripts": {
"lint": "eslint ./**/*.js",
"lint-file": "eslint",
"build": "webpack",
"start": "webpack-dev-server",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC"
}