aboutsummaryrefslogtreecommitdiff
path: root/package.json
blob: 5c13527b36e9124e155840858fb33f084f6607f2 (plain)
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
{
  "name": "indrajth.dev",
  "version": "1.0.0",
  "description": "",
  "main": "index.js",
  "scripts": {
    "tailwind:process": "npx tailwindcss -i ./src/css/styles.css -o ./src/_includes/assets/css/styles.css --watch",
    "tailwind:build": "npx tailwindcss -i ./src/css/styles.css -o ./src/_includes/assets/css/styles.css",
    "eleventy:serve": "npx @11ty/eleventy --serve",
    "eleventy:build": "npx @11ty/eleventy",
    "start": "run-p tailwind:process eleventy:serve",
    "build": "run-s tailwind:build eleventy:build"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "devDependencies": {
    "@11ty/eleventy": "^1.0.2",
    "@11ty/eleventy-plugin-rss": "^1.2.0",
    "@11ty/eleventy-plugin-syntaxhighlight": "^4.1.0",
    "@tailwindcss/forms": "^0.5.3",
    "@tailwindcss/line-clamp": "^0.4.0",
    "autoprefixer": "^10.4.8",
    "dayjs": "^1.11.5",
    "eleventy-favicon": "^1.1.3",
    "eleventy-plugin-feathericons": "^1.0.1",
    "npm-run-all": "^4.1.5",
    "postcss-cli": "^10.0.0",
    "tailwindcss": "^3.1.8"
  }
}