-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·70 lines (70 loc) · 2.29 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"title": "Guillaume Sainthillier",
"name": "sainthillier",
"version": "1.2.0",
"private": true,
"description": "https://sainthillier.fr",
"homepage": "https://sainthillier.fr",
"license": "MIT",
"author": "Guillaume Sainthillier",
"contributors": [
"David Miller (http://davidmiller.io/)"
],
"scripts": {
"dev": "encore dev",
"watch": "encore dev --watch",
"build": "encore production",
"build:hugo": "yarn build && yarn hugo",
"build:hugo:preview": "yarn build && yarn hugo -D -F",
"hugo": "hugo --gc --minify",
"hugo:dev": "hugo server -D",
"prepare": "husky install"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.6.0",
"@fortawesome/fontawesome-svg-core": "^6.6.0",
"@fortawesome/free-brands-svg-icons": "^6.6.0",
"@fortawesome/free-solid-svg-icons": "^6.6.0",
"@webcomponents/custom-elements": "^1.6.0",
"bootstrap": "^5.3.3",
"global": "^4.4.0",
"lazysizes": "^5.3.2",
"lite-youtube-embed": "^0.3.3",
"polyfill-library": "^4.8.0",
"wordcloud": "^1.2.2"
},
"devDependencies": {
"@babel/core": "^7.25.8",
"@babel/preset-env": "^7.25.8",
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.13.0",
"@symfony/webpack-encore": "^5.0.1",
"core-js": "^3.38.1",
"eslint": "^9.13.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-prettier": "^5.2.1",
"file-loader": "^6.0.0",
"filemanager-webpack-plugin": "^8.0.0",
"glob-all": "^3.3.1",
"globals": "^15.11.0",
"hugo-bin": "^0.133.3",
"husky": "9.1.6",
"imagemin-jpegtran": "^8.0.0",
"imagemin-optipng": "^8.0.0",
"lint-staged": ">=15.2.10",
"prettier": "^3.3.3",
"purgecss-webpack-plugin": "^6.0.0",
"regenerator-runtime": "^0.14.1",
"sass": "^1.80.3",
"sass-loader": "^16.0.2",
"webpack": "^5.95.0",
"webpack-cli": "^5.1.4",
"webpack-notifier": "^1.14.1"
},
"lint-staged": {
"*.{scss,md}": "prettier --write",
"*.js": "eslint --fix"
}
}