-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
75 lines (75 loc) · 1.75 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
{
"name": "yii2-admin-assets",
"version": "1.4.6",
"description": "Admin Module Assets",
"main": "gulpfile.js",
"scripts": {
"postinstall": "gulp"
},
"keywords": [
"yii2-admin",
"assets"
],
"browserslist": [
"defaults",
">= 1%",
"last 1 major version",
"not dead",
"Chrome >= 45",
"Firefox >= 38",
"Edge >= 12",
"Explorer >= 10",
"iOS >= 9",
"Safari >= 9",
"Android >= 4.4",
"Opera >= 30"
],
"devDependencies": {
"cross-env": "^7.0.2",
"gulp": "^4.0.2",
"sass": "^1.63.4",
"gulp-autoprefixer": "^7.0.1",
"gulp-beautify": "^3.0.0",
"gulp-clean": "^0.4.0",
"gulp-clean-css": "^4.3.0",
"gulp-concat": "^2.6.1",
"gulp-cssmin": "^0.2.0",
"gulp-file-include": "^2.2.2",
"gulp-htmlmin": "^5.0.1",
"gulp-include": "^2.4.1",
"gulp-rename": "^2.0.0",
"gulp-sass": "^5.1.0",
"gulp-sourcemaps": "^2.6.5",
"gulp-terser": "^1.4.1"
},
"dependencies": {
"bootstrap-sass": "^3.4.1",
"jquery": "~3.5.1",
"jquery-helper": "^1.7.2",
"roboto-fontface": "^0.10.0",
"sticky-sidebar": "^3.3.1"
},
"repository": {
"type": "git",
"url": "git+ssh://github.com:wdmg/yii2-admin.git"
},
"bugs": {
"url": "https://github.com/wdmg/yii2-admin/issues",
"email": "[email protected]"
},
"homepage": "https://github.com/wdmg/yii2-admin#readme",
"author": "Alexsander Vyshnyvetskyy <[email protected]>",
"contributors": [
{
"name": "Alexsander Vyshnyvetskyy",
"email": "[email protected]",
"url": "http://vyshnyvetskyy.com/"
},
{
"name": "W.D.M.Group, Ukraine",
"email": "[email protected]",
"url": "https://wdmg.com.ua/"
}
],
"license": "MIT"
}