-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
97 lines (97 loc) · 2.82 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
88
89
90
91
92
93
94
95
96
97
{
"name": "vue-skeleton",
"version": "3.0.0",
"commitDate": "2024-10-31T18:00:00+01:00",
"description": "Vue.js Skeleton with Gulp",
"type": "module",
"keywords": [
"gulp",
"vue",
"vue router",
"vue i18n",
"templating",
"skeleton",
"boilerplate",
"bootstrap",
"fontawesome",
"slick",
"carousel",
"lazyload",
"css user agent",
"cssua",
"cookieconsent",
"cookie",
"docker",
"jquery"
],
"author": {
"name": "CodelineRed",
"email": "software@codelinered.net",
"url": "https://www.codelinered.net"
},
"bugs": {
"url": "https://github.com/CodelineRed/vue-skeleton/issues"
},
"license": "MIT",
"homepage": "https://vue.codelinered.net",
"repository": {
"type": "git",
"url": "git://github.com/CodelineRed/vue-skeleton.git"
},
"engines": {
"node": ">=18.17"
},
"devDependencies": {
"@babel/core": "^7.26.0",
"@babel/plugin-transform-modules-amd": "^7.25.9",
"@fancyapps/ui": "^5.0.36",
"@fortawesome/fontawesome-free": "^6.6.0",
"@fortawesome/fontawesome-svg-core": "^6.6.0",
"@fortawesome/free-brands-svg-icons": "^6.6.0",
"@fortawesome/free-regular-svg-icons": "^6.6.0",
"@fortawesome/free-solid-svg-icons": "^6.6.0",
"@fortawesome/vue-fontawesome": "^3.0.8",
"babel-eslint": "^9.0.0",
"bootstrap": "^5.3.3",
"browser-sync": "^3.0.3",
"chalk": "^5.3.0",
"cookieconsent": "^3.1.1",
"cookieconsent-scss-less": "^3.0.6",
"cssuseragent": "^2.1.31",
"del": "^8.0.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-vue": "^9.30.0",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^9.0.0",
"gulp-babel": "^8.0.0",
"gulp-clean-css": "^4.3.0",
"gulp-concat": "^2.6.1",
"gulp-eslint": "^6.0.0",
"gulp-favicons": "^4.0.1",
"gulp-if": "^3.0.0",
"gulp-imagemin": "^9.1.0",
"gulp-jsonminify": "^1.1.0",
"gulp-rename": "^2.0.0",
"gulp-sass": "^5.1.0",
"gulp-sass-lint": "^1.4.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-uglify-es": "^3.0.0",
"gulp-vue-single-file-component": "^1.2.12",
"jquery": "^3.7.1",
"moment": "^2.30.1",
"replace": "^1.2.2",
"requirejs": "^2.3.7",
"sass": "1.77.6",
"slick-carousel": "^1.8.1",
"vanilla-lazyload": "^19.1.3",
"vue": "^3.5.12",
"vue-i18n": "^10.0.4",
"vue-router": "^4.4.5"
},
"scripts": {
"postinstall": "node npm-postinstall.js",
"build": "gulp build",
"prod": "gulp browserSyncInit",
"dev": "gulp"
}
}