-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1 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
{
"name": "drupal-omnipedia-media",
"version": "7.0.0",
"license": "GPL-2.0-or-later",
"repository": "github:neurocracy/drupal-omnipedia-media",
"scripts": {
"build": "webpack --progress --config webpack.config.mjs"
},
"yarn.build": {
"input": [
"package.json",
"webpack.config.mjs",
"**/components/**/*.scss"
],
"output": [
"**/components/**/*.css"
]
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/preset-env": "^7.25.4",
"@symfony/webpack-encore": "^4.7.0",
"autoprefixer": "^10.2.5",
"css-loader": "^6.11.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",
"sass-loader": "^13.3.3",
"webpack": "^5.94.0",
"webpack-cli": "^5.1.4",
"webpack-remove-empty-scripts": "^1.0.1"
},
"dependencies": {
"drupal-ambientimpact-core": "workspace:^2",
"drupal-ambientimpact-media": "workspace:^2 || ^3 || ^4 || ^5"
}
}