-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
43 lines (43 loc) · 1.13 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
{
"name": "inspiro-lite",
"version": "1.9.7",
"description": "A free version of Inspiro WordPress Theme developed by WPZOOM",
"main": "Gruntfile.js",
"repository": {
"type": "git",
"url": "https://github.com/wpzoom/inspiro-lite.git"
},
"author": "WPZOOM",
"_project": {
"name": "Inspiro Lite",
"textdomain": "inspiro",
"slug": "inspiro",
"package": "Inspiro",
"subpackage": "Inspiro_Lite",
"author_site": "https://wpzoom.com/"
},
"license": "ISC",
"scripts": {
"build": "grunt"
},
"devDependencies": {
"@lodder/grunt-postcss": "^3.1.1",
"autoprefixer": "^10.4.20",
"eslint": "^9.8.0",
"grunt": "^1.6.1",
"grunt-bumpup": "^0.6.3",
"grunt-contrib-clean": "^2.0.1",
"grunt-contrib-concat": "^2.1.0",
"grunt-contrib-cssmin": "^5.0.0",
"grunt-contrib-jshint": "^3.2.0",
"grunt-contrib-uglify": "^5.2.2",
"grunt-contrib-watch": "^1.1.0",
"grunt-rtlcss": "^2.0.2",
"grunt-sass": "^3.1.0",
"grunt-wp-i18n": "^1.0.3",
"grunt-wp-readme-to-markdown": "^2.1.0",
"postcss": "^8.4.41",
"sass": "^1.77.8",
"grunt-text-replace": "^0.4.0"
}
}