cerebrate/webroot/theme/package.json

19 lines
480 B
JSON
Raw Normal View History

2021-09-16 15:50:55 +02:00
{
"name": "theme",
"version": "1.0.0",
"description": "Create theme for the application",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"autobuild": "sass --no-source-map --watch scss:../css/themes",
"build": "sass --no-source-map scss:../css/themes",
"build-with-map": "sass scss:../css/themes"
2021-09-16 15:50:55 +02:00
},
"author": "",
"license": "ISC",
"dependencies": {
2021-10-04 13:12:34 +02:00
"bootstrap": "^5.1.1",
"sass": "^1.45.0"
2021-09-16 15:50:55 +02:00
}
}