mirror of
https://github.com/ryannhg/elm-spa.git
synced 2024-11-22 17:52:33 +03:00
20 lines
449 B
JSON
20 lines
449 B
JSON
{
|
|
"name": "basic",
|
|
"version": "1.0.0",
|
|
"description": "> a barebones example app made with ryannhg/elm-app",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"dev": "parcel example/index.html",
|
|
"build": "parcel build example/index.html"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"elm": "^0.19.0-no-deps",
|
|
"elm-hot": "^1.1.2",
|
|
"node-elm-compiler": "^5.0.4",
|
|
"parcel-bundler": "^1.12.4"
|
|
}
|
|
}
|