This repository has been archived by the owner on Jun 13, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
62 lines (62 loc) · 1.71 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": "ambientimpact-drupal-modules",
"version": "7.0.0",
"license": "GPL-2.0",
"repository": "gitlab:Ambient.Impact/drupal-modules",
"scripts": {
"build": "webpack --progress --config webpack.config.js",
"build:vendor": "webpack --progress --config webpack.vendor.js",
"postinstall": "yarn run build:vendor"
},
"exports": {
"./componentPaths": "./ambientimpact_core/javascript/component_paths.js"
},
"yarn.build": {
"input": [
"webpack.config.js",
"**/components/**/*.scss",
"**/icons/*/*.svg"
],
"output": [
"**/components/**/*.css",
"**/icons/*.svg"
]
},
"devDependencies": {
"@babel/core": "^7.20.2",
"@babel/preset-env": "^7.20.2",
"@symfony/webpack-encore": "^4.1.1",
"autoprefixer": "^10.2.6",
"css-loader": "^6.7.1",
"file-loader": "^6.0.0",
"glob": "^8.0.3",
"include-media": "^1.4.10",
"mini-css-extract-plugin": "^2.6.1",
"postcss": "^8.3.5",
"postcss-loader": "^7.0.1",
"sass": "^1.43.3",
"sass-loader": "^13.1.0",
"sassy-lists": "^3.0.1",
"svg-spritemap-webpack-plugin": "^4.5.0",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0",
"webpack-remove-empty-scripts": "^1.0.1"
},
"dependencies": {
"ally.js": "^1.4.1",
"autosize": "^4.0.2",
"chillout": "^3.1.7",
"fastdom": "^1.0.10",
"fontfaceobserver": "^2.1.0",
"fr-offcanvas": "^1.1.1",
"headroom.js": "^0.10.4",
"jquery-hoverintent": "^1.10.0",
"jquery.onfontresize": "github:Ambient-Impact/jquery.onfontresize",
"js-cookie": "^2.1.2",
"photoswipe": "^4.1.3",
"popper.js": "^1.15.0",
"smoothscroll-polyfill": "^0.4.4",
"strictdom": "^1.0.1",
"tippy.js": "^2.6.0"
}
}