forked from escapingnetwork/pages
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 888 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 888 Bytes
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
27
28
29
30
31
{
"name": "elm-pages-app",
"type": "module",
"scripts": {
"prebuild": "cd node_modules/elm-pages/generator/dead-code-review && npx elm-json upgrade --unsafe --yes",
"postinstall": "elm-tooling install",
"start": "INCLUDE_DRAFTS=true elm-pages dev",
"build": "elm-pages build"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.0.9",
"@tailwindcss/typography": "^0.5.16",
"autoprefixer": "^10.4.20",
"elm-codegen": "^0.6.1",
"elm-optimize-level-2": "^0.3.5",
"elm-pages": "^3.0.20",
"elm-review": "^2.13.2",
"elm-tooling": "^1.15.1",
"intl-proxy": "^1.0.1",
"lamdera": "^0.19.1-1.3.2",
"postcss": "^8.5.3",
"tailwindcss": "^4.0.9",
"travelm-agency": "^3.5.0",
"vite": "^6.2.0"
},
"dependencies": {
"@netlify/functions": "^3.0.0",
"@tailwindcss/vite": "^4.0.9",
"svg-captcha": "^1.4.0"
}
}