-
Notifications
You must be signed in to change notification settings - Fork 89
/
package.json
78 lines (78 loc) · 2.54 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
76
77
78
{
"name": "generatepress",
"version": "3.5.1",
"description": "A super lightweight WordPress theme.",
"main": "Gruntfile.js",
"scripts": {
"build": "wp-scripts build src/customizer.js src/block-editor.js src/dashboard.js src/modal.js --output-path=assets/dist",
"start": "wp-scripts start src/customizer.js src/block-editor.js src/dashboard.js src/modal.js --output-path=assets/dist",
"grunt:style": "grunt style",
"grunt:build": "grunt build",
"grunt:watch": "grunt watch",
"package": "grunt package",
"googleFonts": "grunt download-google-fonts",
"lint:php": "composer php",
"lint:js": "wp-scripts lint-js ./src",
"clean": "git checkout -- assets/dist && git clean -fd assets/dist",
"action-package": "grunt action-package",
"test:unit": "wp-scripts test-unit-js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tomusborne/generatepress.git"
},
"author": "Tom Usborne",
"license": "GNU General Public License v2 or later",
"bugs": {
"url": "https://github.com/tomusborne/generatepress/issues"
},
"homepage": "https://github.com/tomusborne/generatepress#readme",
"devDependencies": {
"@wordpress/api-fetch": "6.33.0",
"@wordpress/components": "25.1.0",
"@wordpress/data": "9.5.0",
"@wordpress/dom-ready": "3.36.0",
"@wordpress/element": "5.13.0",
"@wordpress/eslint-plugin": "13.0.0",
"@wordpress/hooks": "3.36.0",
"@wordpress/i18n": "4.36.0",
"@wordpress/plugins": "6.3.0",
"@wordpress/scripts": "26.6.0",
"autoprefixer": "9.8.7",
"grunt": "1.6.1",
"grunt-concat-css": "0.3.2",
"grunt-contrib-clean": "2.0.1",
"grunt-contrib-compress": "2.0.0",
"grunt-contrib-concat": "2.1.0",
"grunt-contrib-copy": "1.0.0",
"grunt-contrib-cssmin": "5.0.0",
"grunt-contrib-jshint": "3.2.0",
"grunt-contrib-sass": "2.0.0",
"grunt-contrib-uglify": "5.2.2",
"grunt-contrib-watch": "1.1.0",
"grunt-postcss": "0.9.0",
"grunt-sass": "3.1.0",
"lodash": "4.17.21",
"node-sass": "9.0.0",
"postcss": "^8.4.24",
"react-select": "5.7.3",
"tinycolor2": "1.6.0",
"use-debounce": "9.0.4"
},
"dependencies": {
"classnames": "2.3.2",
"colord": "2.9.3",
"grunt-cli": "1.4.3",
"react-colorful": "5.6.1",
"react-dnd": "16.0.1",
"react-dnd-html5-backend": "16.0.1"
},
"browserslist": [
"> 1%",
"last 3 Chrome major versions",
"last 2 Firefox major versions",
"last 2 Safari major versions",
"last 2 Edge major versions",
"last 1 IE major versions"
]
}