blob: 64988a42c39406863e01b0653781d62baaa8b060 (
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.39.2",
"typescript": "^3.9.10"
}
}
|