forked from thiagorossener/jekflix-template
-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
87 lines (87 loc) · 2.12 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
{
<<<<<<< HEAD
"name": "jekflix-template",
"version": "3.1.2",
"description": "A Jekyll theme inspired by Netflix",
"type": "module",
"main": "gulpfile.js",
"homepage": "https://github.com/thiagorossener/jekflix-template.git#readme",
"repository": {
"type": "git",
"url": "https://github.com/thiagorossener/jekflix-template.git"
},
"keywords": [
"jekyll",
"template",
"theme",
"blog",
"netlify"
],
"author": "Thiago Rossener",
"license": "MIT",
"bugs": {
"url": "https://github.com/thiagorossener/jekflix-template/issues"
},
"devDependencies": {
"browser-sync": "^2.26.7",
"child_process": "^1.0.2",
"del": "^7.0.0",
"gulp": "^4.0.2",
"gulp-concat": "^2.6.1",
"gulp-imagemin": "^8.0.0",
"gulp-include": "^2.4.1",
"gulp-plumber": "^1.1.0",
"gulp-rename": "^2.0.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-uglify": "^3.0.0",
"gulp-yaml": "^2.0.4",
"json-sass": "^1.3.5",
"lodash": "^4.17.21",
"lodash.merge": "^4.6.2",
"vinyl-source-stream": "^2.0.0"
},
"engines": {
"node": "^16"
}
}
=======
"name": "",
"version": "0.2.1",
"type": "module",
"packageManager": "[email protected]",
"author": {
"name": "Elian Van Cutsem",
"email": "[email protected]",
"url": "https://www.elian.codes/"
},
"homepage": "https://brutal.elian.codes",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/rss": "^2.4.4",
"@astrojs/sitemap": "^2.0.1",
"@eliancodes/brutal-ui": "^0.2.2",
"astro": "^2.10.3",
"satori": "^0.5.0",
"satori-html": "^0.3.2"
},
"devDependencies": {
"@iconify-json/logos": "^1.1.34",
"@iconify-json/uil": "^1.1.5",
"@resvg/resvg-js": "^2.4.1",
"@typescript-eslint/parser": "^6.3.0",
"@unocss/reset": "^0.54.3",
"eslint": "^8.46.0",
"eslint-plugin-astro": "^0.28.0",
"eslint-plugin-jsx-a11y": "^6.7.1",
"prettier": "^3.0.1",
"prettier-plugin-astro": "^0.11.0",
"unocss": "^0.54.3"
}
}
>>>>>>> dca1aed (GrayinFilm v2)