-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
34 lines (34 loc) · 1.05 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
{
"name": "11tea",
"version": "1.0.0",
"description": "A Eleventy TailwindCSS AplineJS Starter",
"scripts": {
"clean": "rm -rf _site _tmp && npm run build",
"start": "eleventy --serve & postcss styles/tailwind.css --o _tmp/style.css --watch",
"build": "ELEVENTY_PRODUCTION=true eleventy && NODE_ENV=production postcss styles/tailwind.css --o _site/style.css && cleancss _site/style.css -o _site/style.css"
},
"repository": {
"type": "git",
"url": "git://github.com/halfmage/11tea.git"
},
"author": {
"name": "Gerrit Halfmann",
"email": "gerrit@gerrithalfmann.com",
"url": "https://gerrithalfmann.com/"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/halfmage/11tea/issues"
},
"homepage": "https://github.com/halfmage/11tea#readme",
"devDependencies": {
"@11ty/eleventy": "^0.12.1",
"@11ty/eleventy-img": "^0.8.3",
"alpinejs": "^2.8.2",
"autoprefixer": "^10.2.5",
"clean-css-cli": "^5.3.0",
"html-minifier": "^4.0.0",
"postcss-cli": "^8.3.1",
"tailwindcss": "^2.1.2"
}
}