-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
58 lines (58 loc) · 1.46 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
{
"name": "@raneto/theme-default",
"version": "0.5.0",
"description": "Raneto's Default Theme",
"authors": [
"Ryan Lelek <[email protected]>",
"Gilbert Pellegrom <[email protected]>"
],
"license": "MIT",
"keywords": [
"raneto",
"theme"
],
"repository": {
"type": "git",
"url": "https://github.com/Raneto/theme-default.git"
},
"bugs": "https://github.com/Raneto/theme-default/issues",
"contributors": [
"https://github.com/Raneto/theme-default/graphs/contributors"
],
"licenses": [
{
"type": "MIT",
"url": "https://raw.githubusercontent.com/Raneto/theme-default/master/LICENSE"
}
],
"scripts": {
"build": "npm run gulp",
"test": "echo \"Error: no test specified\" && exit 1",
"gulp": "gulp default",
"lint": "eslint gulpfile.js",
"prettier": "prettier --check .",
"prettier:fix": "prettier --write ."
},
"engines": {
"node": ">=20.15.1",
"npm": ">=10.7.0"
},
"devDependencies": {
"@fixhq/sweetalert2": "11.10.8",
"bootstrap": "5.3.3",
"eslint": "8.57.0",
"eslint-config-standard": "17.1.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-promise": "6.4.0",
"fitvids": "2.1.1",
"gulp": "5.0.0",
"gulp-clean-css": "4.3.0",
"gulp-uglify": "3.0.2",
"highlight.js": "11.10.0",
"jquery": "3.7.1",
"jquery-backstretch": "2.1.18",
"masonry-layout": "4.2.2",
"prettier": "3.3.3"
}
}