maubot/maubot/management/frontend/package.json
2019-07-11 01:00:11 +03:00

45 lines
1.1 KiB
JSON

{
"name": "maubot-manager",
"version": "0.1.0",
"private": true,
"author": "Tulir Asokan",
"license": "AGPL-3.0-or-later",
"repository": {
"type": "git",
"url": "git+https://github.com/maubot/maubot.git"
},
"bugs": {
"url": "https://github.com/maubot/maubot/issues"
},
"homepage": "https://github.com/maubot/maubot",
"dependencies": {
"node-sass": "^4.12.0",
"react": "^16.8.6",
"react-ace": "^7.0.2",
"react-contextmenu": "^2.11.0",
"react-dom": "^16.8.6",
"react-json-tree": "^0.11.2",
"react-router-dom": "^5.0.1",
"react-scripts": "3.0.1",
"react-select": "^3.0.4"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"browserslist": [
"last 5 firefox versions",
"last 3 and_ff versions",
"last 5 chrome versions",
"last 3 and_chr versions",
"last 2 safari versions",
"last 2 ios_saf versions"
],
"devDependencies": {
"sass-lint": "^1.13.1",
"sass-lint-auto-fix": "^0.17.0"
}
}