forked from tomusborne/generatepress
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
76 lines (76 loc) · 2.48 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
{
"name": "generatepress",
"version": "3.3.0",
"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"
},
"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/dom-ready": "3.9.0",
"@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",
"lodash": "^4.17.15",
"node-sass": "^5.0.0",
"postcss": "^8.2.13",
"react-select": "^4.3.1",
"tinycolor2": "^1.4.2",
"use-debounce": "^8.0.1"
},
"dependencies": {
"classnames": "^2.3.1",
"colord": "^2.9.2",
"grunt-cli": "^1.4.2",
"react-colorful": "5.5.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"
]
}