cerebrate/webroot/theme/package.json

18 lines
419 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": "node-sass --watch scss -o ../css/themes",
"build": "node-sass scss -o ../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",
2021-09-16 15:50:55 +02:00
"node-sass": "^6.0.1"
}
}