-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
54 lines (54 loc) · 1.3 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
{
"name": "The-Vera-Project-2018",
"version": "0.0.0-alpha",
"description": "2018 Redesign of The Vera Project's website",
"main": "index.js",
"scripts": {
"postinstall": "gulp copy-assets"
},
"repository": {
"type": "git",
"url": "https://github.com/gmvi/vera-wordpress-theme.git"
},
"keywords": [
"wordpress",
"theme",
"framework",
"bootstrap",
"underscores"
],
"author": "George Matter",
"license": "GPL-2.0",
"homepage": "https://understrap.com",
"dependencies": {
"bootstrap": "4.1.3",
"browser-sync": "2.26.3",
"del": "3.0.0",
"font-awesome": "4.7.0",
"fs-extra": "7.0.1",
"gulp": "3.9.1",
"gulp-clean-css": "3.10.0",
"gulp-clone": "1.1.4",
"gulp-concat": "2.6.1",
"gulp-cssnano": "2.1.3",
"gulp-ignore": "2.0.2",
"gulp-imagemin": "4.1.0",
"gulp-merge": "0.1.1",
"gulp-plumber": "1.2.1",
"gulp-rename": "1.4.0",
"gulp-replace": "0.6.1",
"gulp-rimraf": "0.2.2",
"gulp-sass": "3.2.1",
"gulp-sequence": "0.4.6",
"gulp-sourcemaps": "2.6.2",
"gulp-uglify": "3.0.1",
"gulp-watch": "4.3.11",
"merge2": "1.2.3",
"mysql": "2.16.0",
"popper.js": "1.14.6",
"run-sequence": "2.2.1",
"tar-fs": "1.16.3",
"understrap": "0.8.8",
"undescores-for-npm": "1.0.0"
}
}