@opendash/plugin-openware
Version:
open.WARE Plugin for open.DASH
54 lines (53 loc) • 1.16 kB
JSON
{
"name": "@opendash/plugin-openware",
"version": "0.4.0",
"description": "open.WARE Plugin for open.DASH",
"author": "Sebastian Zilles <dev@zilles.io> (https://zilles.io)",
"license": "MIT",
"source": "src/index.js",
"main": "dist/index.js",
"files": [
"dist"
],
"scripts": {
"start": "tsc -w",
"build": "tsc",
"prettier": "prettier --write \"src/**/*\""
},
"keywords": [
"opendash",
"parse"
],
"dependencies": {
"@ant-design/icons": "4.0.0",
"antd": "4.0.0",
"axios": "^0.19.2",
"date-fns": "^2.9.0",
"parcel": "^1.12.4",
"parse-hooks": "^0.2.0",
"react-router": "^6.0.0-alpha.1",
"react-router-dom": "^6.0.0-alpha.1",
"styled-components": "^5.0.1"
},
"peerDependencies": {
"opendash": "^3.0.0-alpha.4.2",
"parse": "^2.11.0",
"react": "^16.12.0"
},
"devDependencies": {
"@types/parse": "^2.10.13",
"typescript": "^3.7.5"
},
"prettier": {
"trailingComma": "es5",
"endOfLine": "lf",
"overrides": [
{
"files": "**/translations/**.ts",
"options": {
"printWidth": 1000
}
}
]
}
}