-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
44 lines (44 loc) · 1.02 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
{
"name": "11ty",
"version": "1.0.0",
"main": "index.js",
"type": "module",
"scripts": {
"start": "./node_modules/.bin/eleventy --serve",
"build": "eleventy",
"lint": "eslint ."
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@11ty/eleventy": "3.0.0",
"@eslint/js": "^9.15.0",
"eslint": "^9.15.0",
"globals": "^15.12.0",
"html-minifier": "^4.0.0",
"isurl": "^4.0.2",
"lightningcss": "1.28.1"
},
"exports": {
"import": "./Eleventy.js",
"require": "./EleventyCommonJs.cjs"
},
"dependencies": {
"@11tyrocks/eleventy-plugin-lightningcss": "1.4.0",
"dayjs": "^1.11.13",
"markdown": "^0.5.0",
"node-fetch": "^3.3.2",
"svgo": "3.3.2",
"terser": "5.36.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/GDG-Lille/devfest-2020.git"
},
"bugs": {
"url": "https://github.com/GDG-Lille/devfest-2020/issues"
},
"homepage": "https://github.com/GDG-Lille/devfest-2020#readme",
"description": ""
}