-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 794 Bytes
/
Copy pathpackage.json
File metadata and controls
27 lines (27 loc) · 794 Bytes
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
{
"name": "mebut.online",
"private": true,
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"serve": "concurrently --raw \"tailwindcss -w -i ./styles/app.css -o ./_site/app.css\" \"eleventy --serve --quiet --incremental\"",
"build": "tailwindcss -m -i ./styles/app.css -o ./_site/app.css && eleventy"
},
"keywords": [],
"author": "Kabir Goel",
"devDependencies": {
"@11ty/eleventy": "2.0.0-canary.11",
"@11ty/eleventy-fetch": "^3.0.0",
"@11ty/eleventy-img": "^2.0.1",
"airtable": "^0.11.4",
"autoprefixer": "^10.4.7",
"concurrently": "^7.2.1",
"dotenv": "^16.0.1",
"download": "^8.0.0",
"markdown-it-footnote": "^3.0.3",
"postcss": "^8.4.14",
"prettier": "^2.6.2",
"tailwindcss": "^3.1.2"
}
}