-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
76 lines (76 loc) · 2.38 KB
/
Copy pathpackage.json
File metadata and controls
76 lines (76 loc) · 2.38 KB
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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"author": "Lucas Rinaldi",
"dependencies": {
"grunt-cli": "^1.4.3"
},
"description": "Improved linktree example built with handlebars.js with easy customization on a single json.",
"devDependencies": {
"@fortawesome/fontawesome-free": "^5.15.2",
"backbone": "^1.3.3",
"backbone.marionette": "^3.3.1",
"browser-sync": "^2.26.12",
"concurrently": "^3.5.0",
"eslint": "^7.27.0",
"fibers": "^5.0.0",
"font-awesome": "^4.7.0",
"grunt": "^1.0.1",
"grunt-autoprefixer": "^3.0.4",
"grunt-browser-sync": "^2.2.0",
"grunt-concurrent": "^2.3.1",
"grunt-contrib-clean": "^1.1.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^4.0.0",
"grunt-contrib-htmlmin": "^2.1.0",
"grunt-contrib-imagemin": "^2.0.1",
"grunt-contrib-watch": "^1.0.0",
"grunt-eslint": "^23.0.0",
"grunt-run": "^0.7.0",
"grunt-sass": "^3.1.0",
"grunt-tinypng": "^0.7.0",
"grunt-webpack": "^3.0.0",
"gulp-hb": "^6.0.2",
"gulp-rename": "^1.2.2",
"handlebars-layouts": "^3.1.4",
"handlebars-loader": "^1.5.0",
"imagemin-webp": "^4.1.0",
"include-all": "^4.0.3",
"include-media": "^1.4.10",
"jit-grunt": "^0.10.0",
"jquery": "^3.2.1",
"json-loader": "^0.5.4",
"moment": "^2.24.0",
"moment-locales-webpack-plugin": "^1.0.7",
"node": "^14",
"normalize-scss": "^7.0.0",
"proxy-middleware": "^0.15.0",
"sass": "^1.34.0",
"sync-directory": "^2.2.17",
"time-grunt": "^1.4.0",
"uglifyjs-3-webpack-plugin": "^1.2.4",
"urijs": "^1.19.1",
"vinyl-fs": "^2.4.4",
"webpack": "^3.1.0",
"when": "^3.7.8"
},
"directories": {
"doc": "docs"
},
"engines": {
"node": "14"
},
"homepage": "https://rinaldilucas.github.io/improved-linktree-example/",
"keywords": [
"linktree",
"example"
],
"license": "MIT",
"name": "improved-linktree-example",
"repository": {
"type": "git",
"url": "git+https://github.com/rinaldilucas/improved-linktree-example.git"
},
"scripts": {
"sync": "concurrently \"syncdir --watch ./sources/images/ ./develop/assets/images/\""
},
"version": "1.0.0"
}