-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
26 lines (26 loc) · 980 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"name": "elm-pages-app",
"scripts": {
"postinstall": "elm-tooling install",
"elm": "elm-pages dev",
"build": "tailwindcss -i public/input.css -o public/tailwind.css --minify && elm-pages build",
"tail": "tailwindcss -i public/input.css -o public/tailwind.css",
"dev": "concurrently \"elm-pages dev\" \"tailwindcss -i public/input.css -o public/tailwind.css --watch \"",
"server": "python -m http.server 8765 --bind 127.0.0.13 --directory dist",
"deplora": "aws s3 sync ./dist s3://redcentralfoams.reftex.com --delete"
},
"devDependencies": {
"@tailwindcss/aspect-ratio": "^0.4.0",
"@tailwindcss/forms": "^0.4.0",
"@tailwindcss/line-clamp": "^0.3.1",
"@tailwindcss/typography": "^0.5.0",
"autoprefixer": "^10.4.2",
"concurrently": "6.5.1",
"elm-optimize-level-2": "0.2.3",
"elm-pages": "2.1.11",
"elm-review": "2.7.0",
"elm-tooling": "1.7.0",
"postcss": "^8.4.5",
"tailwindcss": "^3.0.16"
}
}