blob: c3c71b4687f1dc2fa9f380532aad67b8612a82ae (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
{
"scripts": {
"compile": "tsc -p tsconfig.json && sass --no-source-map --style compressed --update scss:assets/css",
"scss-watch": "sass --no-source-map --style compressed --update scss:assets/css --watch"
},
"license": "GPL-3.0",
"repository": {
"url": "https://github.com/AllanWang/Frost-for-Facebook"
},
"dependencies": {
"compile": "0.0.2",
"run": "^1.4.0",
"sass": "^1.26.5",
"typescript": "^3.9.3"
}
}
|