-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 1.09 KB
/
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
33
34
35
{
"name": "camino-website",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "eleventy --serve & npx tailwindcss -i src/styles/tailwind.css -c src/styles/tailwind.config.js -o _site/style.css --watch",
"build": "ELEVENTY_PRODUCTION=true eleventy && NODE_ENV=production npx tailwindcss -i src/styles/tailwind.css -c src/styles/tailwind.config.js -o _site/style.css --minify"
},
"repository": {
"type": "git",
"url": "git+https://github.com/halfmage/camino-website.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/halfmage/camino-website/issues"
},
"homepage": "https://github.com/halfmage/camino-website#readme",
"dependencies": {
"@11ty/eleventy": "^2.0.1",
"@11ty/eleventy-img": "^4.0.2",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.12",
"alpinejs": "^3.13.8",
"axios": "^1.6.8",
"chart.js": "^4.4.2",
"css-doodle": "^0.39.2",
"html-minifier": "^4.0.0",
"luxon": "^3.4.4",
"sal.js": "^0.8.5",
"tailwindcss": "^3.4.3"
}
}