cerebrate/webroot/theme/package.json

18 lines
402 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",
"build": "node-sass scss -o ../css"
},
"author": "",
"license": "ISC",
"dependencies": {
"bootstrap": "4.6",
"node-sass": "^6.0.1"
}
}