-
-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
34 lines (34 loc) · 931 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
33
34
{
"name": "alpinejs-playground",
"private": true,
"version": "1.0.0",
"description": "A set of ready to use Alpine.js examples with TailwindCSS",
"scripts": {
"build": "rm -rf dist && NODE_ENV=production eleventy && inline-remote-assets 'dist/**/*.html' && cp _redirects dist",
"start": "eleventy --serve",
"format": "prettier ./pages/* ./_includes/* README.md scripts/* assets/* --write",
"fmt": "yarn format"
},
"keywords": [
"alpinejs",
"eleventy",
"11ty",
"tailwindcss"
],
"author": "Hugo Di Francesco",
"license": "MIT",
"dependencies": {},
"devDependencies": {
"@11ty/eleventy": "^1.0.1",
"alpinejs": "^2.8.2",
"buttondown": "^1.1.1",
"esbuild": "^0.12.10",
"glob": "^7.2.0",
"inline-remote-assets": "^0.7.0",
"js-yaml": "^4.1.0",
"lolight": "^1.4.0",
"node-fetch": "^2.6.1",
"prettier": "^2.6.0",
"purgecss": "^4.0.3"
}
}