-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
26 lines (26 loc) · 961 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 8421 --bind 127.0.0.12 --directory dist",
"deploy": "aws s3 sync ./dist s3://psolar.mx --delete"
},
"devDependencies": {
"@tailwindcss/aspect-ratio": "^0.4.0",
"@tailwindcss/forms": "0.5.2",
"@tailwindcss/line-clamp": "^0.4.0",
"@tailwindcss/typography": "^0.5.4",
"autoprefixer": "^10.4.7",
"concurrently": "7.2.2",
"elm-optimize-level-2": "0.3.5",
"elm-pages": "2.1.11",
"elm-review": "2.7.2",
"elm-tooling": "1.8.0",
"postcss": "^8.4.14",
"tailwindcss": "^3.1.6"
}
}