forked from robskr/gameforest
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
85 lines (85 loc) · 2.74 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
{
"name": "gameforest",
"description": "Bootstrap gaming theme what is built with the most popular front-end framework for developing professional websites.",
"version": "5.0.3",
"private": true,
"scripts": {
"watch": "cross-env NODE_ENV=development gulp host",
"dev": "cross-env NODE_ENV=development gulp",
"prod": "cross-env NODE_ENV=production gulp",
"pub": "cross-env NODE_ENV=host gulp",
"docs": "browser-sync start --server --startPath docs --no-notify"
},
"homepage": "https://themeforest.net/item/gameforest-responsive-gaming-html-theme/5007730",
"author": "https://yakuthemes.com",
"license": "GPL-3.0",
"repository": {
"type": "git",
"url": "git+https://github.com/yakuthemes/gameforest.git"
},
"bugs": {
"url": "https://github.com/yakuthemes/gameforest/issues"
},
"style": "./dist/css/theme.min.css",
"sass": "./src/scss/theme.scss",
"main": "./dist/index.html",
"devDependencies": {
"@babel/core": "^7.4.3",
"@babel/preset-env": "^7.4.3",
"@babel/register": "^7.4.0",
"autoprefixer": "^9.5.1",
"babel-eslint": "^10.0.1",
"babel-plugin-external-helpers": "^6.22.0",
"babel-plugin-transform-es2015-modules-strip": "^0.1.1",
"browser-sync": "^2.26.3",
"cross-env": "^5.2.0",
"eslint-config-xo": "^0.26.0",
"eslint-plugin-compat": "^3.1.1",
"eslint-plugin-import": "^2.17.2",
"eslint-plugin-unicorn": "^8.0.2",
"gulp": "^4.0.0",
"gulp-changed": "^3.2.0",
"gulp-clean": "^0.4.0",
"gulp-clean-css": "^4.2.0",
"gulp-concat": "^2.6.1",
"gulp-eslint": "^5.0.0",
"gulp-iconfont": "^10.0.2",
"gulp-iconfont-css": "^3.0.0",
"gulp-image": "^4.4.1",
"gulp-jsbeautifier": "^3.0.0",
"gulp-merge-json": "^1.3.1",
"gulp-postcss": "^8.0.0",
"gulp-rename": "^1.4.0",
"gulp-rollup-stream": "^0.2.0",
"gulp-sass": "^4.0.2",
"gulp-sizereport": "^1.2.1",
"gulp-sourcemaps": "^2.6.5",
"gulp-stylelint": "^9.0.0",
"gulp-twig": "^1.2.0",
"gulp-uglify-es": "^1.0.4",
"rollup-plugin-babel": "^4.3.2",
"rollup-stream": "^1.24.1",
"stylelint": "9.10.1",
"stylelint-config-twbs-bootstrap": "^0.3.0",
"vinyl-source-stream": "^2.0.0"
},
"dependencies": {
"@ckeditor/ckeditor5-build-classic": "^12.1.0",
"@fortawesome/fontawesome-free": "^5.8.1",
"bootstrap": "^4.3.1",
"bootstrap-select": "^1.13.10",
"datatables.net-bs4": "^1.10.19",
"easy-pie-chart": "^2.1.7",
"flatpickr": "^4.5.7",
"jquery": "^3.4.0",
"jquery-countdown": "^2.2.0",
"jquery-parallax.js": "^1.5.0",
"jquery-sticky": "^1.0.4",
"lazysizes": "^4.1.7",
"morris.js": "^0.5.0",
"nouislider": "^13.1.4",
"owl.carousel": "^2.3.4",
"popper.js": "^1.15.0",
"raphael": "^2.2.8"
}
}