This repository has been archived by the owner on Aug 31, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
61 lines (61 loc) · 1.56 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
{
"name": "wdg-wordpress-theme",
"description": "WDG's opinionated WordPress theme",
"version": "0.7.0",
"license": "MIT",
"private": true,
"repository": {
"type": "git",
"url": "git://github.com/WDGDC/wordpress-theme.git"
},
"author": {
"name": "WDG",
"url": "https://www.webdevelopmentgroup.com/"
},
"scripts": {
"build": "gulp build",
"build:css": "gulp build:css",
"build:js": "gulp build:js",
"build:vendor": "gulp build:vendor",
"gulp": "gulp",
"start": "npm run build && npm run watch",
"watch": "gulp watch",
"watch:sync": "gulp watch:sync"
},
"devDependencies": {
"babel-core": "6.24.1",
"babel-preset-es2015": "6.24.1",
"bourbon": "4.3.4",
"bourbon-neat": "2.0.0",
"del": "2.2.2",
"gulp": "3.9.1",
"gulp-autoprefixer": "4.0.0",
"gulp-cli": "1.3.0",
"gulp-csso": "3.0.0",
"gulp-filter": "5.0.0",
"gulp-header": "1.8.8",
"gulp-imagemin": "3.2.0",
"gulp-load-plugins": "1.5.0",
"gulp-modernizr": "1.0.0-alpha",
"gulp-plumber": "1.1.0",
"gulp-rename": "1.2.2",
"gulp-sass": "3.1.0",
"gulp-sass-glob": "1.0.8",
"gulp-sequence": "0.4.6",
"gulp-size": "2.1.0",
"gulp-sourcemaps": "2.6.0",
"gulp-uglify": "2.1.2",
"gulp-util": "3.0.8",
"pretty-bytes": "4.0.2",
"rollup": "0.41.6",
"rollup-plugin-buble": "0.15.0",
"rollup-plugin-node-resolve": "^3.0.0",
"rollup-plugin-uglify": "1.0.2",
"vinyl-paths": "2.1.0"
},
"dependencies": {
"bows": "1.6.0",
"colors-sass": "1.0.0",
"jquery": "3.2.1"
}
}