Skip to content

Commit

Permalink
Add boilerplate with Elm and Postcss #78
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-unfolds committed Mar 13, 2018
1 parent a46ec60 commit e403c26
Show file tree
Hide file tree
Showing 19 changed files with 8,149 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# elm-package generated files
elm-stuff
# elm-repl generated files
repl-temp-*

# DS-Store
.DS_Store

elm.js


# generated css
style.min.css

node_modules

.env
18 changes: 18 additions & 0 deletions elm-package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"version": "1.0.0",
"summary": "App for children ADHD",
"repository": "https://github.com/InFact-coop/Stimmy-things",
"license": "BSD3",
"source-directories": ["src/elm"],
"exposed-modules": [],
"dependencies": {
"elm-lang/core": "5.1.1 <= v < 6.0.0",
"elm-lang/dom": "1.1.1 <= v < 2.0.0",
"elm-lang/html": "2.0.0 <= v < 3.0.0",
"elm-lang/http": "1.0.0 <= v < 2.0.0",
"elm-lang/navigation": "2.1.0 <= v < 3.0.0",
"elm-lang/virtual-dom": "2.0.4 <= v < 3.0.0",
"NoRedInk/elm-decode-pipeline": "3.0.0 <= v < 4.0.0"
},
"elm-version": "0.18.0 <= v < 0.19.0"
}
Loading

0 comments on commit e403c26

Please sign in to comment.