-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.66 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
{
"name": "foodica-lite",
"version": "1.2.3",
"description": "A free version of Foodica WordPress Theme developed by WPZOOM",
"main": "Gruntfile.js",
"repository": {
"type": "git",
"url": "https://github.com/wpzoom/foodica-lite.git"
},
"author": "WPZOOM",
"_project": {
"name": "Foodica Lite",
"textdomain": "foodica",
"slug": "foodica",
"package": "Foodica",
"subpackage": "Foodica_Lite",
"author_site": "https://wpzoom.com/"
},
"_forkProject": {
"name": "Twenty Seventeen",
"textdomain": "twentyseventeen",
"slug": "twentyseventeen",
"package": "WordPress",
"subpackage": "Twenty_Seventeen"
},
"license": "ISC",
"devDependencies": {
"@lodder/grunt-postcss": "^3.0.0",
"@wordpress/eslint-plugin": "^9.0.4",
"autoprefixer": "^10.0.1",
"eslint": "^7.32.0",
"grunt": "^1.3.0",
"grunt-bumpup": "^0.6.3",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-compress": "^1.6.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^3.0.0",
"grunt-contrib-jshint": "^3.0.0",
"grunt-contrib-uglify-es": "^3.3.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-json2php": "^0.1.4",
"grunt-replace": "^2.0.1",
"grunt-rtlcss": "^2.0.2",
"grunt-sass": "^3.1.0",
"grunt-text-replace": "^0.4.0",
"grunt-wp-i18n": "^1.0.3",
"grunt-wp-readme-to-markdown": "^2.0.1",
"node-sass": "^4.14.1",
"postcss": "^8.1.3",
"postcss-flexibility": "^2.0.0"
},
"scripts": {
"lint": "eslint --fix --ext .js,.jsx ./assets/js/unminified ./inc/customizer/custom-controls"
},
"dependencies": {
"composer": "^4.1.0"
}
}