fchat-rising/scss/package.json

16 lines
336 B
JSON
Raw Normal View History

{
"name": "fchat",
"version": "3.0.0",
"author": "The F-List Team",
"description": "F-Chat Themes",
"license": "MIT",
"dependencies": {
2020-10-04 21:50:28 +00:00
"@fortawesome/fontawesome-free": "^5.15.0",
"bootstrap": "^4.5.2",
2020-06-28 23:05:08 +00:00
"node-sass": "^4.14.1"
},
"scripts": {
"build": "node-sass --importer=./importer --output css"
}
}