-
-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathpackage.json
44 lines (44 loc) · 1.3 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": "bsidestlv-website",
"version": "2024.0.0",
"description": "The website for BSidesTLV conference based on GDGToulouse theme",
"repository": "https://github.com/bsidestlv/bsidestlv.com",
"author": "Omer Cohen <[email protected]>",
"license": "MIT",
"private": true,
"scripts": {
"build:images": "node tools/images.js",
"build:icons": "node tools/icons.js",
"build:styles": "node tools/styles.js",
"build:scripts": "node tools/scripts.js",
"build:minify": "node tools/minify.js",
"build:talks": "node tools/talks.mjs",
"build:site": "hugo --minify --gc --buildFuture",
"build": "run-s 'build:**'",
"start": "hugo server --bind=0.0.0.0 --buildFuture --renderToDisk"
},
"devDependencies": {
"@babel/core": "7.23.9",
"@babel/preset-env": "7.23.9",
"@rollup/plugin-babel": "6.0.4",
"@rollup/plugin-terser": "0.4.4",
"axios": "1.7.4",
"cssnano": "6.0.3",
"glob": "10.3.10",
"html-minifier": "4.0.0",
"npm-run-all": "4.1.5",
"plop-logger": "3.1.7",
"postcss": "8.4.35",
"postcss-preset-env": "9.3.0",
"rimraf": "5.0.5",
"rollup": "4.22.4",
"sass": "1.70.0",
"sass-mq": "6.0.0",
"sharp": "0.33.2",
"terser": "5.27.0"
},
"engines": {
"node": "20.18.1"
},
"packageManager": "[email protected]"
}