-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 900 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
{
"name": "reunionweb",
"version": "1.0.0",
"description": "reunionweb.org",
"scripts": {
"build": "npx @11ty/eleventy",
"build:test": "ENVIRONMENT=test npx @11ty/eleventy",
"build:prod": "ENVIRONMENT=prod npx @11ty/eleventy",
"serve": "npx @11ty/eleventy --serve",
"serve:test": "ENVIRONMENT=test npx @11ty/eleventy --serve",
"serve:prod": "ENVIRONMENT=prod npx @11ty/eleventy --serve",
"debug": "DEBUG=* npx @11ty/eleventy",
"test": "jest"
},
"devDependencies": {
"@11ty/eleventy-plugin-rss": "^1.2.0",
"date-fns": "^2.29.3",
"eleventy-plugin-page-assets": "^0.3.0"
},
"dependencies": {
"@11ty/eleventy": "^2.0.1",
"@11ty/eleventy-img": "^3.1.8",
"clean-css": "^5.3.2",
"elasticlunr": "^0.9.5",
"fs": "^0.0.1-security",
"glob-promise": "^6.0.0",
"html-minifier-terser": "^7.1.0",
"terser": "^5.16.2"
}
}