2017-10-17 20:21:57 +02:00
|
|
|
{
|
|
|
|
"name": "fchat",
|
|
|
|
"version": "3.0.0",
|
|
|
|
"author": "The F-List Team",
|
|
|
|
"description": "F-Chat Themes",
|
|
|
|
"license": "MIT",
|
|
|
|
"dependencies": {
|
2020-10-31 17:22:23 -05:00
|
|
|
"@fortawesome/fontawesome-free": "^5.15.1",
|
|
|
|
"bootstrap": "^4.5.3",
|
2020-06-28 18:05:08 -05:00
|
|
|
"node-sass": "^4.14.1"
|
2017-10-17 20:21:57 +02:00
|
|
|
},
|
|
|
|
"scripts": {
|
2018-03-04 03:32:26 +01:00
|
|
|
"build": "node-sass --importer=./importer --output css"
|
2017-10-17 20:21:57 +02:00
|
|
|
}
|
|
|
|
}
|