-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.78 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
{
"name": "drupal-omnipedia-site-theme",
"version": "8.0.0",
"license": "GPL-2.0-or-later",
"repository": "github:neurocracy/drupal-omnipedia-site-theme",
"scripts": {
"build": "webpack --progress --config webpack.config.mjs",
"build:vendor": "yarn run vendorize",
"postinstall": "yarn run build:vendor"
},
"yarn.build": {
"input": [
"package.json",
"webpack.config.mjs",
"stylesheets/**/*.scss",
"images/icons/*.{png,svg}"
],
"output": [
"stylesheets/**/*.css",
"images/icons/generated/*"
]
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/preset-env": "^7.25.4",
"@consensus.enterprises/pnp-vendorize": "^1.0.0",
"@neurocracy/postcss-easing-gradients": "^3.0.2",
"@symfony/webpack-encore": "^4.7.0",
"autoprefixer": "^10.2.6",
"css-loader": "^6.11.0",
"favicons": "^7.1.4",
"favicons-webpack-plugin": "^6.0.0-alpha.2",
"file-loader": "^6.2.0",
"glob": "^10.3.10",
"mini-css-extract-plugin": "^2.9.1",
"postcss": "^8.4.31",
"postcss-loader": "^7.0.1",
"sass": "^1.43.4 <1.79.0",
"sass-loader": "^13.3.3",
"webpack": "^5.94.0",
"webpack-cli": "^5.1.4",
"webpack-remove-empty-scripts": "^1.0.1"
},
"dependencies": {
"@egjs/hammerjs": "^2.0.17",
"@fontsource/exo-2": "^4.5.10",
"drupal-ambientimpact-base": "workspace:^7",
"drupal-ambientimpact-core": "workspace:^2",
"drupal-ambientimpact-icon": "workspace:^1",
"drupal-ambientimpact-ux": "workspace:^2",
"drupal-omnipedia-block": "workspace:^5 || ^6",
"drupal-omnipedia-content": "workspace:^7",
"drupal-omnipedia-media": "workspace:^6 || ^7",
"js-cookie": "^3.0.5"
},
"vendorize": [
"@egjs/hammerjs",
"@fontsource/exo-2",
"js-cookie"
]
}