-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 995 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 995 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
28
29
30
31
32
33
34
35
36
{
"name": "agrivator-home",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "eleventy && yarn run tw:build ",
"dev": "eleventy --serve",
"prestart": "rimraf ./dist",
"start": "yarn dev",
"tw:dev": "npx tailwindcss -i src/css/global.css -o dist/css/global.css --watch",
"tw:build": "npx tailwindcss -i src/css/global.css -o dist/css/global.css --minify"
},
"keywords": [],
"author": {
"email": "akhilmhdh@gmail.com",
"name": "Akhil Mohan"
},
"license": "ISC",
"devDependencies": {
"@11ty/eleventy": "^0.12.1",
"@11ty/eleventy-plugin-syntaxhighlight": "^3.1.3",
"autoprefixer": "^10.4.1",
"concurrently": "^7.0.0",
"dayjs": "^1.10.7",
"lodash": "^4.17.21",
"markdown-it": "^12.3.2",
"markdown-it-anchor": "^8.4.1",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.5",
"tailwindcss": "^3.0.10",
"terser": "^5.10.0",
"clean-css": "^5.2.2"
},
"dependencies": {}
}