2017-10-17 18:21:57 +00:00
|
|
|
{
|
|
|
|
"name": "fchat",
|
|
|
|
"version": "3.0.0",
|
|
|
|
"author": "The F-List Team",
|
|
|
|
"description": "F-Chat Themes",
|
|
|
|
"license": "MIT",
|
|
|
|
"dependencies": {
|
2020-10-31 22:22:23 +00:00
|
|
|
"@fortawesome/fontawesome-free": "^5.15.1",
|
2023-12-02 21:53:49 +00:00
|
|
|
"bootstrap": "^4.6.2",
|
2023-05-22 01:47:25 +00:00
|
|
|
"node-sass": "^7.0.2",
|
2022-03-26 02:38:02 +00:00
|
|
|
"@snyk/protect": "latest"
|
2017-10-17 18:21:57 +00:00
|
|
|
},
|
|
|
|
"scripts": {
|
2022-03-26 02:38:02 +00:00
|
|
|
"build": "node-sass --importer=./importer --output css",
|
|
|
|
"prepare": "yarn run snyk-protect",
|
|
|
|
"snyk-protect": "snyk-protect"
|
|
|
|
},
|
|
|
|
"snyk": true
|
2017-10-17 18:21:57 +00:00
|
|
|
}
|