-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.82 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
{
"name": "ilo_base_theme",
"description": "Scaffolding tools for ILO Base Theme.",
"type": "module",
"repository": {
"type": "git",
"url": "https://github.com/international-labour-organization/ilo_base_theme"
},
"contributors": [
{
"name": "Antonio De Marco",
"email": "[email protected]",
"url": "https://www.nuvole.org"
},
{
"name": "Massimo Altafini",
"email": "[email protected]",
"url": "https://www.drupal.org/u/mxt"
}
],
"scripts": {
"design-system:dist": "webpack --config=webpack.design-system.js",
"theme:dev": "webpack --config=webpack.theme.js --mode=development",
"theme:prod": "webpack --config=webpack.theme.js --mode=production",
"theme:build": "npm-run-all theme:prod design-system:dist",
"patch:generate": "patch-package @ilo-org/twig",
"patch:apply": "patch-package",
"postinstall": "npm-run-all patch:apply theme:build"
},
"engines": {
"node": ">=20.16.0"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/preset-env": "^7.25.4",
"@ilo-org/twig": "1.3.1",
"autoprefixer": "^10.4.20",
"babel-loader": "^9.2.1",
"copy-webpack-plugin": "^12.0.2",
"css-loader": "^7.1.2",
"css-minimizer-webpack-plugin": "^7.0.0",
"file-loader": "^6.2.0",
"glob": "^11.0.0",
"mini-css-extract-plugin": "^2.9.1",
"npm-run-all": "^4.1.5",
"patch-package": "^8.0.0",
"postcss": "^8.4.47",
"postcss-assets-webpack-plugin": "^4.1.2",
"postcss-loader": "^8.1.1",
"postcss-sort-media-queries": "^5.2.0",
"sass": "^1.79.3",
"sass-loader": "^16.0.2",
"terser-webpack-plugin": "^5.3.10",
"url-loader": "^4.1.1",
"webpack": "^5.94.0",
"webpack-cli": "^5.1.4",
"webpack-remove-empty-scripts": "^1.0.4"
},
"browserslist": [
"last 2 versions"
]
}