generated from antaresphdev/eleventy-template
-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
53 lines (53 loc) · 1.65 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "eleventy-template",
"version": "1.0.0",
"description": "Base project for eleventy websites",
"main": ".eleventy.js",
"scripts": {
"start": "npm run dev",
"dev": "cross-env ELEVENTY_ENV=development eleventy --serve",
"prod": "cross-env ELEVENTY_ENV=production eleventy --serve",
"build": "cross-env ELEVENTY_ENV=production eleventy"
},
"repository": {
"type": "git",
"url": "git+https://github.com/antaresphdev/eleventy-template.git"
},
"author": "Francis Rubio <devfrancisrubio@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/antaresphdev/eleventy-template/issues"
},
"homepage": "https://github.com/antaresphdev/eleventy-template#readme",
"devDependencies": {
"@babel/cli": "^7.22.5",
"@babel/core": "^7.22.5",
"@babel/preset-env": "^7.22.5",
"cross-env": "^7.0.3"
},
"dependencies": {
"@11ty/eleventy": "^2.0.1",
"@11ty/eleventy-plugin-rss": "^1.2.0",
"@11ty/eleventy-plugin-syntaxhighlight": "^4.2.0",
"@babel/plugin-transform-runtime": "^7.22.5",
"@prettier/plugin-xml": "^2.2.0",
"babel-loader": "^9.1.2",
"babel-preset-minify": "^0.5.2",
"eleventy-plugin-time-to-read": "^1.3.0",
"eleventy-plugin-toc": "^1.1.5",
"eleventy-plugin-unfurl": "^1.0.0",
"markdown-it": "^13.0.1",
"markdown-it-abbr": "^1.0.4",
"markdown-it-anchor": "^8.6.7",
"markdown-it-attrs": "^4.1.6",
"markdown-it-deflist": "^2.1.0",
"markdown-it-footnote": "^3.0.3",
"markdown-it-sup": "^1.0.0",
"memfs": "^4.2.0",
"path": "^0.12.7",
"prettier": "^2.8.8",
"sass": "^1.63.6",
"slug": "^8.2.2",
"webpack": "^5.88.0"
}
}