@dillonkearns/elm-graphql
Version:
<img src="https://cdn.jsdelivr.net/gh/martimatix/logo-graphqelm/logo.svg" alt="dillonearns/elm-graphql logo" width="40%" align="right">
25 lines (24 loc) • 526 B
JSON
{
"name": "subscription",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "webpack-serve --open",
"build": "webpack -p && cp index.html dist"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@absinthe/socket": "^0.1.10",
"elm-hot-webpack-loader": "^1.0.2",
"elm-webpack-loader": "^5.0.0",
"phoenix": "^1.3.4"
},
"devDependencies": {
"webpack": "^4.23.1",
"webpack-cli": "^3.1.2",
"webpack-serve": "^2.0.2"
}
}