@wq/material-web
Version:
Web bindings for @wq/material
48 lines (47 loc) • 1.5 kB
JSON
{
"name": "@wq/material-web",
"version": "2.1.0",
"description": "Web bindings for @wq/material",
"type": "module",
"main": "index.js",
"scripts": {
"test": "cd ../../ && npm run jest packages/material-web",
"build": "npm run babel && npm run prettier",
"babel": "cd ../../ && npm run babel -- packages/material-web/src --out-dir packages/material-web/",
"prettier": "cd ../../ && npm run prettier -- --write packages/material-web/",
"lint": "cd ../../ && npm run eslint packages/material-web/{,src/,src/*/,src/*/*/}*.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wq/wq.app.git",
"directory": "packages/material-web"
},
"keywords": [
"wq",
"react",
"material",
"material-ui"
],
"author": "S. Andrew Sheppard",
"license": "MIT",
"bugs": {
"url": "https://github.com/wq/wq.app/issues"
},
"homepage": "https://wq.io/@wq/material",
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.11.16",
"@mui/material": "^5.13.5",
"@wq/react": "^2.1.0",
"date-fns": "^2.30.0",
"formik-mui": "^5.0.0-alpha.0",
"mui-file-dropzone": "^4.0.2"
},
"devDependencies": {
"@wq/model": "^2.1.0",
"@wq/store": "^2.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
}
}