elm-spa/examples/05-vite/package.json
2021-06-21 19:28:00 -05:00

21 lines
493 B
JSON

{
"name": "05-vite",
"version": "1.0.0",
"description": "built with [elm-spa](https://elm-spa.dev)",
"main": "index.js",
"scripts": {
"start": "npm install && npm run dev",
"dev": "concurrently \"elm-spa watch\" \"vite\"",
"build": "elm-spa gen && vite build"
},
"keywords": [],
"author": "Ryan Haskell-Glatz",
"license": "ISC",
"devDependencies": {
"concurrently": "6.0.2",
"elm-spa": "6.0.0",
"vite-plugin-elm": "2.3.1",
"vite": "2.2.2"
}
}