blob: 3a9b6acc1679974b54d1f8f3782eb704fef324af (
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.19.0",
"typescript": "^3.3.1"
}
}
|