-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
27 lines (27 loc) · 982 Bytes
/
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
{
"dependencies": {
"@popperjs/core": "^2.11.8",
"autoprefixer": "^10.4.20",
"blacklight-frontend": "^8.7.0",
"blacklight-gallery": "^4.6.3",
"bootstrap": "^5.3.3",
"bootstrap-icons": "^1.11.3",
"bootstrap-slider": "^11.0.2",
"leaflet": "^1.9.4",
"leaflet-sidebar": "^0.2.4",
"nodemon": "^3.1.7",
"postcss": "^8.4.49",
"postcss-cli": "^11.0.0",
"sass": "^1.82.0",
"spotlight-frontend": "^4.5.0"
},
"scripts": {
"build:css:compile": "sass ./app/assets/stylesheets/application.bootstrap.scss:./app/assets/builds/application.css --no-source-map --load-path=node_modules",
"build:css:prefix": "postcss ./app/assets/builds/application.css --use=autoprefixer --output=./app/assets/builds/application.css",
"build:css": "yarn build:css:compile && yarn build:css:prefix",
"watch:css": "nodemon --watch ./app/assets/stylesheets/ --ext scss --exec \"yarn build:css\""
},
"browserslist": [
"defaults"
]
}