-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
60 lines (60 loc) · 1.57 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
{
"name": "yii2-base-project",
"version": "0.1.0",
"description": "A Yii 2 Base Project Template",
"main": "gulpfile.js",
"scripts": {
"start": "./node_modules/.bin/gulp",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CottaCush/yii2-base-project.git"
},
"keywords": [
"starter",
"kit",
"starter-kit",
"front-end",
"web",
"development"
],
"author": "Ọlájídé Oyè <olajide.oye@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/CottaCush/yii2-base-project/issues"
},
"homepage": "https://github.com/CottaCush/yii2-base-project#readme",
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.1",
"autoprefixer": "^6.7.7",
"bootstrap": "^4.5.3",
"bower": "^1.8.8",
"dropzone": "^4.3.0",
"fastclick": "^1.0.6",
"gulp": "github:gulpjs/gulp#v4.0.0-alpha.3",
"gulp-babel": "^8.0.0",
"gulp-cli": "^2.0.1",
"gulp-cssmin": "^0.2.0",
"gulp-environments": "^0.1.2",
"gulp-if": "^2.0.2",
"gulp-imagemin": "^5.0.3",
"gulp-less": "^4.0.1",
"gulp-postcss": "^6.4.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.1.0",
"gulp-sourcemaps": "^2.6.0",
"jquery": "^3.5.1",
"jquery-date-range-picker": "^0.14.0",
"jquery-slimscroll": "^1.3.8",
"jquery-touchswipe": "^1.6.18",
"node-sass": "^4.11.0",
"path": "^0.12.7",
"rimraf": "^2.6.1",
"toastr": "^2.1.3"
},
"devDependencies": {
"@babel/core": "^7.4.5",
"@babel/preset-env": "^7.4.5"
}
}