-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 1021 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
27
28
29
30
31
32
{
"name": "chain4travel-website",
"version": "2.0.0",
"description": "Website for Chain4Travel",
"main": "index.js",
"scripts": {
"start": "eleventy --serve & npx tailwindcss -i styles/tailwind.css -c styles/tailwind.config.js -o _site/style.css --watch",
"build": "ELEVENTY_PRODUCTION=true eleventy && NODE_ENV=production npx tailwindcss -i styles/tailwind.css -c styles/tailwind.config.js -o _site/style.css --minify"
},
"repository": {
"type": "git",
"url": "[email protected]/chain4travel/chain4travel-website"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@11ty/eleventy": "^2.0.1",
"@11ty/eleventy-img": "^3.1.0",
"@11ty/eleventy-plugin-webc": "^0.11.1",
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/typography": "^0.5.9",
"alpinejs": "^3.12.0",
"html-minifier": "^4.0.0",
"tailwindcss": "^3.3.1"
},
"dependencies": {
"@11ty/eleventy-cache-assets": "^2.3.0",
"axios": "^1.7.2",
"luxon": "^3.4.4"
}
}