-
Notifications
You must be signed in to change notification settings - Fork 22
/
package.json
41 lines (41 loc) · 1.26 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
{
"name": "portfolio-template-11ty",
"version": "1.0.0",
"description": "A simple responsive portfolio site built with 11ty.js",
"main": "index.js",
"scripts": {
"build": "npx @11ty/eleventy",
"dev": "npx @11ty/eleventy --serve",
"start": "npx @11ty/eleventy --serve",
"watch-scripts": "webpack --config webpack.config.js",
"build-scripts": "webpack --no-watch --config webpack.config.js",
"serve": "npx @11ty/eleventy --serve"
},
"repository": {
"type": "git",
"url": "git+https://github.com/klalicki/portfolio-template-11ty.git"
},
"author": "Kristoff Lalicki",
"license": "ISC",
"bugs": {
"url": "https://github.com/klalicki/portfolio-template-11ty/issues"
},
"homepage": "https://github.com/klalicki/portfolio-template-11ty#readme",
"devDependencies": {
"@11ty/eleventy": "3.0.0-alpha.5",
"@11ty/eleventy-img": "^4.0.2",
"@11ty/eleventy-navigation": "^0.3.5",
"lazysizes": "^5.3.2",
"webpack": "^5.76.3",
"webpack-cli": "^5.0.1"
},
"dependencies": {
"@11ty/eleventy": "3.0.0-alpha.5",
"@11ty/eleventy-img": "^4.0.2",
"@barba/core": "^2.9.7",
"@barba/css": "^2.1.15",
"eleventy-plugin-youtube-embed": "^1.8.1",
"markdown-it-attrs": "^4.1.6",
"sass": "^1.59.3"
}
}