This repository has been archived on 2024-06-24. You can view files and clone it, but cannot push or open issues or pull requests.
graphql-lightning-talk/assets/package.json

35 lines
940 B
JSON
Raw Normal View History

2018-04-08 09:20:53 +12:00
{
"repository": {},
"license": "MIT",
"scripts": {
"deploy": "brunch build --production",
"watch": "brunch watch --stdin"
},
"dependencies": {
"@absinthe/socket-apollo-link": "^0.1.11",
"apollo-client-preset": "^1.0.8",
2018-04-08 13:20:13 +12:00
"babel-preset-react": "^6.24.1",
"graphql": "^0.13.2",
"graphql-tag": "^2.8.0",
2018-04-08 09:20:53 +12:00
"phoenix": "file:../deps/phoenix",
"phoenix_html": "file:../deps/phoenix_html",
2018-04-08 13:20:13 +12:00
"react": "^16.3.1",
"react-apollo": "^2.1.3",
2018-04-08 13:20:13 +12:00
"react-dom": "^16.3.1",
"yarn": "^1.5.1"
2018-04-08 09:20:53 +12:00
},
"devDependencies": {
"babel-brunch": "6.1.1",
"brunch": "2.10.9",
"clean-css-brunch": "2.10.0",
"eslint": "^4.19.1",
"eslint-config-standard": "^11.0.0",
"eslint-plugin-import": "^2.10.0",
"eslint-plugin-node": "^6.0.1",
"eslint-plugin-promise": "^3.7.0",
2018-04-08 13:20:13 +12:00
"eslint-plugin-react": "^7.7.0",
"eslint-plugin-standard": "^3.0.1",
2018-04-08 09:20:53 +12:00
"uglify-js-brunch": "2.10.0"
}
}