forked from studiopress/genesis-sample
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
57 lines (57 loc) · 1.95 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
{
"name": "visual-voyager",
"description": "Visual Voyager WordPress Genesis Child theme, based on Genesis Sample.",
"repository": {
"type": "git",
"url": "https://github.com/hellotham/visual-voyager/"
},
"license": "GPL-2.0-or-later",
"devDependencies": {
"archiver": "^3.1.1",
"autoprefixer": "^9.7.1",
"chalk": "^2.4.2",
"eslint": "^5.16.0",
"eslint-config-wordpress": "^2.0.0",
"node-wp-i18n": "^1.2.3",
"npm-run-all": "^4.1.5",
"postcss-cli": "^6.1.3",
"pretty-bytes": "^5.3.0",
"recursive-readdir": "^2.2.2",
"stylelint": "^9.10.1",
"stylelint-config-wordpress": "^13.1.0"
},
"scripts": {
"autoprefixer": "postcss style.css lib/**/*.css --use autoprefixer --replace --no-map --verbose",
"makepot": "node .scripts/makepot.js",
"lint:css": "stylelint \"style.css\" \"lib/gutenberg/*.css\" \"lib/woocommerce/*.css\" \"lib/amp/*.css\"",
"lint:js": "eslint .",
"fix:js": "eslint . --fix",
"zip": "node .scripts/makezip.js",
"prep:piservice": "node .scripts/makePIServiceData.js"
},
"browserslist": [
"> 1%",
"ie >= 11",
"last 1 Android versions",
"last 1 ChromeAndroid versions",
"last 2 Chrome versions",
"last 2 Firefox versions",
"last 2 Safari versions",
"last 2 iOS versions",
"last 2 Edge versions",
"last 2 Opera versions"
],
"theme": {
"name": "Visual Voyager",
"uri": "https://visualvoyager.net/",
"description": "Visual Voyager WordPress Genesis Child theme, based on Genesis Sample.",
"author": "HelloTham",
"authoruri": "https://www.hellotham.com/",
"version": "1.0.0",
"tags": "one-column, two-columns, left-sidebar, right-sidebar, accessibility-ready, custom-colors, custom-logo, custom-menu, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready",
"license": "GPL-2.0-or-later",
"licenseuri": "https://www.gnu.org/licenses/gpl-2.0.html",
"textdomain": "visual-voyager"
},
"dependencies": {}
}