-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
56 lines (56 loc) · 1.55 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "georocket-website",
"version": "1.0.0",
"description": "GeoRocket Website",
"license": "Apache-2.0",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/georocket/georocket-website.git"
},
"devDependencies": {
"ansi-colors": "^4.1.1",
"async": "^3.1.0",
"bootstrap": "^4.4.1",
"compression": "^1.6.0",
"connect": "^3.4.0",
"del": "^5.1.0",
"extend": "^3.0.0",
"fancy-log": "^1.3.3",
"fixed-sticky": "0.1.7",
"gulp": "^4.0.2",
"lodash": "^4.17.13",
"md5": "^2.2.1",
"metalsmith": "^2.1.0",
"metalsmith-assets": "^0.1.0",
"metalsmith-branch": "0.0.5",
"metalsmith-brotli": "^1.0.0",
"metalsmith-collections": "^0.9.0",
"metalsmith-date-in-filename": "0.0.14",
"metalsmith-define": "^2.0.1",
"metalsmith-excerpts": "^1.3.0",
"metalsmith-gzip": "^1.1.0",
"metalsmith-html-minifier": "^4.0.0",
"metalsmith-markdown-remarkable": "^1.0.1",
"metalsmith-paginate": "^0.3.0",
"metalsmith-sass": "^2.0.0",
"metalsmith-sitemap": "^1.2.2",
"metalsmith-templates": "^0.7.0",
"metalsmith-uglify": "^2.3.3",
"moment": "^2.13.0",
"multimatch": "^4.0.0",
"nunjucks": "^3.2.0",
"nunjucks-date": "^1.1.2",
"pretty-hrtime": "^1.0.1",
"scrollme": "git+https://github.com/Firefund/scrollme.git",
"serve-static": "^1.10.0",
"tether": "^1.4.0"
},
"dependencies": {
"@mdi/font": "^4.7.95",
"dotdotdot-js": "4.0.10",
"jquery": "^3.4.0",
"node-sass": "^8.0.0",
"popper.js": "^1.16.0"
}
}