-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
executable file
·120 lines (120 loc) · 3.37 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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
{
"name": "Materio-bootstrap-html-admin-template-free",
"description": "Most Powerful & Comprehensive Free Bootstrap 5 HTML Admin Dashboard Template built for developers! 🚀",
"license": "MIT",
"version": "2.0.1",
"author": {
"name": "ThemeSelection",
"url": "https://themeselection.com/"
},
"bugs": {
"url": "https://github.com/themeselection/materio-bootstrap-html-admin-template-free/issues"
},
"private": false,
"repository": {
"type": "git",
"url": "git+https://github.com/themeselection/materio-bootstrap-html-admin-template-free.git"
},
"homepage": "https://themeselection.com/items/materio-bootstrap-bootstrap-html-admin-template-free/",
"keywords": [
"bootstrap",
"front-end",
"admin",
"framework",
"admin-dashboard",
"webapp",
"bootstrap5",
"themeselection",
"freebies"
],
"scripts": {
"build": "npx gulp build",
"build:js": "npx gulp build:js",
"build:css": "npx gulp build:css",
"build:fonts": "npx gulp build:fonts",
"build:copy": "npx gulp build:copy",
"build:prod": "npx gulp build --env=production",
"build:prod:js": "npx gulp build:js --env=production",
"build:prod:css": "npx gulp build:css --env=production",
"build:prod:fonts": "npx gulp build:fonts --env=production",
"build:prod:copy": "npx gulp build:copy --env=production",
"watch": "npx gulp watch",
"serve": "npx gulp serve"
},
"dependencies": {
"@popperjs/core": "^2.11.8",
"apexcharts-clevision": "^3.28.5",
"bootstrap": "~5.3.3",
"highlight.js": "~11.9.0",
"jquery": "~3.7.1",
"masonry-layout": "~4.2.2",
"node-waves": "~0.7.6",
"perfect-scrollbar": "~1.5.5",
"remixicon": "^4.2.0"
},
"devDependencies": {
"@babel/core": "~7.23.9",
"@babel/plugin-transform-object-rest-spread": "7.23.4",
"@babel/plugin-transform-destructuring": "~7.23.3",
"@babel/plugin-transform-template-literals": "~7.23.3",
"@babel/preset-env": "~7.23.9",
"ajv": "^8.12.0",
"ansi-colors": "~4.1.3",
"babel-loader": "~9.1.3",
"browser-sync": "^3.0.2",
"color-support": "~1.1.3",
"css-loader": "~6.9.1",
"deepmerge": "~4.3.1",
"del": "~6.1.1",
"eslint": "^8.56.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^5.1.3",
"fancy-log": "~2.0.0",
"gulp": "~4.0.2",
"gulp-autoprefixer": "~8.0.0",
"gulp-dart-sass": "^1.1.0",
"gulp-environment": "~1.5.2",
"gulp-exec": "^5.0.0",
"gulp-if": "~3.0.0",
"gulp-rename": "~2.0.0",
"gulp-replace": "~1.1.4",
"gulp-sourcemaps": "~3.0.0",
"gulp-uglify": "^3.0.2",
"gulp-useref": "^5.0.0",
"html-loader": "~4.2.0",
"js-beautify": "^1.15.1",
"prettier": "^3.2.5",
"sass": "~1.76.0",
"sass-loader": "~14.0.0",
"string-replace-webpack-plugin": "~0.1.3",
"style-loader": "~3.3.4",
"terser-webpack-plugin": "~5.3.10",
"webpack": "~5.89.0",
"yarn": "~1.22.21"
},
"overrides": {
"prop-types": "15.8.1"
},
"resolutions": {
"prop-types": "15.8.1"
},
"gulp-environment": {
"environments": [
{
"name": "development",
"aliases": [
"dev"
]
},
{
"name": "production",
"aliases": [
"prod"
]
}
],
"default": "development"
}
}