-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.18 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "gtk-web",
"version": "1.0.0",
"description": "The dependencies for the official website of GTK. Visit https://gtk.org/",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"watch-sass": "node-sass -w assets/scss/ -o assets/css/ --output-style compressed",
"compile-sass": "node-sass assets/scss/ -o assets/css/ --output-style compressed",
"minify-html": "run(){ html-minifier --collapse-whitespace --remove-comments --remove-tag-whitespace $1 -o $1; }; run"
},
"repository": {
"type": "git",
"url": "git+https://gitlab.gnome.org/Infrastructure/gtk-web.git"
},
"bugs": {
"url": "https://gitlab.gnome.org/Infrastructure/gtk-web/issues"
},
"homepage": "https://gitlab.gnome.org/Infrastructure/gtk-web#readme",
"keywords": [
"gtk",
"gimp",
"gnome",
"toolkit",
"user interface"
],
"author": "GNOME",
"license": "ISC",
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.3",
"bootstrap": "^4.6.0",
"html-minifier": "^4.0.0",
"jquery": "^3.6.0",
"moment": "^2.29.1",
"node-sass": "^5.0.0",
"popper.js": "^1.16.1",
"slick-carousel": "^1.8.1"
}
}