-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 859 Bytes
/
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
{
"name": "boulders-slides",
"version": "1.0.0",
"description": "Lea's First Gamedev Talk",
"scripts": {
"dev": "eleventy --serve",
"build": "NODE_ENV=production eleventy"
},
"repository": {
"type": "git",
"url": "git+https://github.com/learosema/boulders-slides.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/learosema/boulders-slides/issues"
},
"homepage": "https://github.com/learosema/boulders-slides#readme",
"browserslist": [
"last 2 version",
"not dead"
],
"devDependencies": {
"@11ty/eleventy": "^2.0.1",
"@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0",
"browserslist": "^4.23.0",
"dayjs": "^1.11.11",
"esbuild": "^0.21.4",
"html-minifier-terser": "^7.2.0",
"lightningcss": "^1.25.1",
"slugify": "^1.6.6"
}
}