git-bug/webui/package.json

43 lines
1.0 KiB
JSON
Raw Normal View History

{
"name": "webui",
"version": "0.1.0",
"private": true,
"dependencies": {
2019-08-31 15:21:45 +03:00
"@material-ui/core": "^4.3.3",
"@material-ui/icons": "^4.2.1",
"@material-ui/styles": "^4.3.3",
"apollo-boost": "^0.3.1",
2019-05-22 20:59:33 +03:00
"graphql": "^14.3.0",
"moment": "^2.24.0",
"react": "^16.8.6",
2019-05-22 20:59:33 +03:00
"react-apollo": "^2.5.6",
"react-dom": "^16.8.6",
"react-router": "^5.0.0",
"react-router-dom": "^5.0.0",
2019-08-31 14:43:52 +03:00
"react-scripts": "^3.1.1",
2019-05-22 23:06:31 +03:00
"remark-html": "^9.0.0",
"remark-parse": "^6.0.3",
"remark-react": "^5.0.1",
"unified": "^7.1.0"
},
2018-08-19 00:00:53 +03:00
"devDependencies": {
2019-05-22 20:59:33 +03:00
"eslint-config-prettier": "^4.3.0",
"eslint-plugin-prettier": "^3.1.0",
"prettier": "^1.17.1"
2018-08-19 00:00:53 +03:00
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
2018-08-19 00:00:53 +03:00
"eject": "react-scripts eject",
"lint": "eslint src/"
},
"proxy": "http://localhost:3001",
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
2018-07-17 03:10:04 +03:00
}