forked from tomusborne/generatepress
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
65 lines (65 loc) · 2.06 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
{
"name": "generatepress",
"version": "3.1.3",
"description": "A super lightweight WordPress theme.",
"main": "Gruntfile.js",
"scripts": {
"build": "wp-scripts build src/customizer.js src/block-editor.js src/dashboard.js --output-path=assets/dist",
"start": "wp-scripts start src/customizer.js src/block-editor.js src/dashboard.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"
},
"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": "^5.2.0",
"@wordpress/components": "^13.0.3",
"@wordpress/data": "^5.1.3",
"@wordpress/element": "^2.20.3",
"@wordpress/hooks": "^3.1.1",
"@wordpress/i18n": "^3.20.0",
"@wordpress/plugins": "^3.1.3",
"@wordpress/scripts": "^15.0.1",
"autoprefixer": "^9.8.5",
"grunt": "^1.4.0",
"grunt-concat-css": "^0.3.2",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-compress": "^2.0.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^4.0.0",
"grunt-contrib-jshint": "^3.0.0",
"grunt-contrib-sass": "^2.0.0",
"grunt-contrib-uglify": "^5.0.1",
"grunt-contrib-watch": "^1.1.0",
"grunt-postcss": "^0.9.0",
"grunt-sass": "^3.1.0",
"node-sass": "^5.0.0",
"postcss": "^8.2.13",
"react-select": "^4.3.1"
},
"dependencies": {
"classnames": "^2.3.1",
"grunt-cli": "^1.4.2"
},
"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"
]
}