-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 1.16 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": "ahilya",
"version": "0.0.1",
"description": "Ahilya is a simple (yet sturdy) Eleventy based blog starter project that uses Forestry as a CMS. Inspired by Andy Bell's [Hylia starter kit](https://github.com/hankchizljaw/hylia).",
"main": "index.md",
"scripts": {
"watch:eleventy": "eleventy --quiet --serve",
"watch:tailwind": "tailwind -i src/_assets/css/main.css -c src/_assets/css/tailwind.config.js --postcss -o web/build/style.css --watch",
"start": "npm-run-all --parallel watch:*",
"preview": "npm run watch:eleventy",
"deploy": "eleventy",
"deploy:github": "eleventy --pathprefix=ahilya"
},
"repository": {
"type": "git",
"url": "git+https://github.com/architchandra/ahilya.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/architchandra/ahilya/issues"
},
"homepage": "https://github.com/architchandra/ahilya#readme",
"devDependencies": {
"@11ty/eleventy": "^0.12.1",
"@tailwindcss/typography": "^0.5.0",
"autoprefixer": "^10.4.0",
"js-yaml": "^4.1.0",
"npm-run-all": "^4.1.5",
"postcss-import": "^14.0.2",
"tailwindcss": "^3.0.7"
}
}