git-bug/webui/package.json

32 lines
785 B
JSON
Raw Normal View History

{
"name": "webui",
"version": "0.1.0",
"private": true,
"dependencies": {
2018-08-14 03:06:02 +03:00
"@material-ui/core": "^1.4.2",
"@material-ui/icons": "^2.0.2",
"apollo-boost": "^0.1.10",
"graphql": "^0.13.2",
2018-08-14 03:06:02 +03:00
"moment": "^2.22.2",
"react": "^16.4.1",
"react-apollo": "^2.1.9",
"react-dom": "^16.4.1",
"react-router": "^4.3.1",
"react-router-dom": "^4.3.1",
"react-scripts": "1.1.4"
},
2018-08-19 00:00:53 +03:00
"devDependencies": {
"eslint-config-prettier": "^3.0.1",
"eslint-plugin-prettier": "^2.6.2",
"prettier": "1.14.2"
},
"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"
2018-07-17 03:10:04 +03:00
}