-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 755 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 755 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": "codegaze.github.io",
"version": "2.0.0",
"description": "Thanos Kolovos personal playground blog",
"main": "index.js",
"private": true,
"scripts": {
"clean": "rm -rf ./_site",
"build": "npm run clean && NODE_ENV=production npx @11ty/eleventy ",
"start": "npx @11ty/eleventy --serve --watch"
},
"keywords": [],
"author": "Thanos Kolovos",
"license": "ISC",
"type": "module",
"dependencies": {
"@11ty/eleventy": "^3.0.0",
"@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0",
"autoprefixer": "^10.4.20",
"cssnano": "^7.0.6",
"markdown-it": "^14.1.0",
"markdown-it-link-attributes": "^4.0.1",
"postcss": "^8.4.49",
"postcss-import": "^16.1.0",
"postcss-nested": "^7.0.2"
}
}