-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathpackage.json
25 lines (25 loc) · 843 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
{
"scripts": {
"dev": "NODE_ENV=development npx tailwindcss -i src/dev.css -o _site/app.css --watch | npx @11ty/eleventy --serve",
"build": "NODE_ENV=production TAILWIND_MODE=build npx tailwindcss -i src/dev.css -o _site/app.css | npx @11ty/eleventy"
},
"devDependencies": {
"@11ty/eleventy": "^2.0.1",
"@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/line-clamp": "^0.4.4",
"@tailwindcss/typography": "^0.5.9",
"alpinejs": "^3.12.0",
"autoprefixer": "^10.4.14",
"axios": "^1.3.6",
"collect.js": "^4.36.1",
"cross-env": "^7.0.2",
"html-minifier": "^4.0.0",
"js-yaml": "^4.1.0",
"luxon": "^3.3.0",
"netlify-cli": "^14.2.1",
"stripe": "^12.2.0",
"tailwindcss": "^3.3.1"
}
}