mirror of
https://github.com/Screenly/Anthias.git
synced 2026-01-15 09:38:16 -05:00
17 lines
361 B
JSON
17 lines
361 B
JSON
{
|
|
"name": "anthias",
|
|
"version": "1.0.0",
|
|
"scripts": {
|
|
"coffee-dev": "coffee --compile --map --watch static/js/*.coffee",
|
|
"sass-dev": "sass --watch static/sass/:static/css/"
|
|
},
|
|
"dependencies": {
|
|
"bootstrap": "^4.3.1",
|
|
"css-toggle-switch": "^4.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"coffee-script": "^1.12.7",
|
|
"sass": "^1.75.0"
|
|
}
|
|
}
|