-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix(*): rm clean from make bootstrap * chore(*): heavy wip, start elm 0.19 upgrade * chore(*): update and * fix/chore(*): elm-graphql versions/update callsites * chore(*): still WIP, get elm code compiling * chore(*): final cleanup before error search * fix(*): gen graphql to elm-stuff * fix(*): vendorize elm-graphql, compiling with debug flag * fix(*): update the way icon sprite is injected into the dom * chore(*): still wip, absinthe/graphql working with updates * chore(Network.*): socket cleanup * chore(*): upgrade webpack deps * fix(scripts): clean npm cache after install * fix(*): rel builds for local and docker
- Loading branch information
Showing
117 changed files
with
7,650 additions
and
5,610 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
{ | ||
"type": "application", | ||
"source-directories": [ | ||
"src", | ||
"vendor", | ||
"elm-stuff/generated/dillonkearns/graphql" | ||
], | ||
"elm-version": "0.19.0", | ||
"dependencies": { | ||
"direct": { | ||
"Skinney/murmur3": "2.0.8", | ||
"elm/browser": "1.0.1", | ||
"elm/core": "1.0.0", | ||
"elm/html": "1.0.0", | ||
"elm/http": "1.0.0", | ||
"elm/json": "1.1.2", | ||
"elm/parser": "1.1.0", | ||
"elm/regex": "1.0.0", | ||
"elm/svg": "1.0.1", | ||
"elm/time": "1.0.0", | ||
"elm/url": "1.0.0", | ||
"elm-community/list-extra": "8.1.0", | ||
"folkertdev/elm-deque": "3.0.0", | ||
"jinjor/elm-debounce": "3.0.0", | ||
"lukewestby/elm-http-builder": "6.0.0", | ||
"lukewestby/elm-string-interpolate": "1.0.3", | ||
"lukewestby/http-extra": "2.0.1", | ||
"rtfeldman/elm-css": "16.0.0" | ||
}, | ||
"indirect": { | ||
"elm/virtual-dom": "1.0.2", | ||
"rtfeldman/elm-hex": "1.0.0" | ||
} | ||
}, | ||
"test-dependencies": { | ||
"direct": {}, | ||
"indirect": {} | ||
} | ||
} |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,46 +1,41 @@ | ||
{ | ||
"name": "ellie", | ||
"description": "ellie-app.com", | ||
"repository": "https://github.com/lukewestby/ellie.git", | ||
"repository": "https://github.com/ellie-app/ellie.git", | ||
"version": "1.0.0", | ||
"license": "BSD-3-Clause", | ||
"scripts": { | ||
"build": "webpack --mode production --config webpack.prod.config.js", | ||
"start": "webpack-dev-server --mode development --config webpack.dev.config.js", | ||
"graphql": "elm-graphql --introspection-file ../priv/graphql/schema.json --base Ellie.Api --output ./elm-stuff/generated/dillonkearns/graphql" | ||
}, | ||
"dependencies": { | ||
"@absinthe/socket": "^0.2.0", | ||
"@babel/core": "7.0.0-beta.46", | ||
"@babel/preset-env": "7.0.0-beta.46", | ||
"@babel/preset-stage-2": "7.0.0-beta.46", | ||
"@dillonkearns/elm-graphql": "^1.0.7", | ||
"@webcomponents/custom-elements": "1.1.0", | ||
"babel-loader": "8.0.0-beta.4", | ||
"babel-plugin-elm-pre-minify": "0.1.2", | ||
"codemirror": "5.27.4", | ||
"compression-webpack-plugin": "1.1.11", | ||
"compression-webpack-plugin": "^1.1.11", | ||
"copy-webpack-plugin": "4.5.1", | ||
"css-loader": "0.28.4", | ||
"elm": "0.18.0", | ||
"elm-webpack-loader": "https://github.com/lukewestby/elm-webpack-loader.git", | ||
"graphqelm": "3.1.11", | ||
"elm": "^0.19.0-bugfix6", | ||
"elm-format": "^0.8.1", | ||
"elm-webpack-loader": "^5.0.0", | ||
"jszip": "3.1.5", | ||
"marked": "0.3.17", | ||
"newless": "0.3.0", | ||
"opbeat-js": "3.1.4", | ||
"phoenix": "1.3.0", | ||
"ric": "1.3.0", | ||
"serviceworker-loader": "0.1.0", | ||
"string-replace-webpack-plugin": "0.1.3", | ||
"style-loader": "0.18.2", | ||
"svg-inline-loader": "0.8.0", | ||
"sw-toolbox": "3.6.0", | ||
"uglify-js": "git+https://github.com/mishoo/UglifyJS2.git#harmony-v2.8.22", | ||
"webpack": "3.3.0", | ||
"webpack-dev-server": "2.5.1", | ||
"webpack-manifest-plugin": "2.0.2" | ||
}, | ||
"scripts": { | ||
"start": "yarn run watch", | ||
"watch": "MIX_ENV=dev webpack-dev-server --watch --config ./webpack.dev.config.js", | ||
"build": "webpack --config ./webpack.prod.config.js", | ||
"graphql": "graphqelm --introspection-file ../priv/graphql/schema.json --base Ellie.Api --output elm-stuff/generated/dillonkearns/graphqelm" | ||
}, | ||
"devDependencies": { | ||
"chokidar-cli": "1.2.0" | ||
"terser-webpack-plugin": "^1.1.0", | ||
"webpack": "^4.20.2", | ||
"webpack-cli": "^3.2.1", | ||
"webpack-dev-server": "^3.1.9", | ||
"webpack-manifest-plugin": "^2.0.4" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.