2021-06-01 20:36:52 +03:00
|
|
|
{
|
|
|
|
"name": "elm-pages-example",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "Example site built with elm-pages.",
|
|
|
|
"scripts": {
|
|
|
|
"start": "elm-pages dev",
|
|
|
|
"serve": "npm run build && http-server ./dist -a localhost -p 3000 -c-1",
|
2022-01-03 23:15:26 +03:00
|
|
|
"build": "elm-pages build --debug --keep-cache",
|
|
|
|
"generate:tailwind": "elm-tailwind-modules --dir ./gen --tailwind-config tailwind.config.js"
|
2021-06-01 20:36:52 +03:00
|
|
|
},
|
|
|
|
"author": "Dillon Kearns",
|
|
|
|
"license": "BSD-3",
|
|
|
|
"devDependencies": {
|
2022-01-25 02:37:53 +03:00
|
|
|
"@dillonkearns/elm-graphql": "^4.2.3",
|
2021-06-02 00:41:40 +03:00
|
|
|
"@netlify/functions": "^0.7.2",
|
2022-01-03 21:47:12 +03:00
|
|
|
"@tailwindcss/forms": "^0.3.4",
|
2021-12-30 00:07:55 +03:00
|
|
|
"busboy": "^1.1.0",
|
2021-12-28 22:56:18 +03:00
|
|
|
"cookie": "^0.4.1",
|
2021-06-01 20:36:52 +03:00
|
|
|
"elm-pages": "file:../..",
|
2022-01-03 21:47:12 +03:00
|
|
|
"elm-tailwind-modules": "^0.3.2",
|
|
|
|
"elm-tooling": "^1.3.0",
|
|
|
|
"postcss": "^8.4.5",
|
|
|
|
"tailwindcss": "^2.2.19"
|
2021-06-01 20:36:52 +03:00
|
|
|
}
|
2022-01-25 02:37:53 +03:00
|
|
|
}
|