forked from elementor/hello-theme
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 693 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 693 Bytes
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
{
"name": "elementor-hello-theme",
"slug": "elementor-hello-theme",
"homepage": "https://elementor.com/",
"description": "A sample theme for Elementor.",
"version": "2.2.1",
"devDependencies": {
"autoprefixer": "~8.5.2",
"cssnano": "~3.10.0",
"grunt": "~1.0.2",
"grunt-checktextdomain": "^1.0.1",
"grunt-contrib-sass": "~2.0.0",
"grunt-contrib-watch": "~1.1.0",
"grunt-postcss": "~0.9.0",
"grunt-sass": "~3.1.0",
"grunt-text-replace": "~0.4.0",
"grunt-wp-readme-to-markdown-with-extra": "~2.2.0",
"load-grunt-tasks": "^4.0.0",
"matchdep": "~2.0.0",
"node-sass": "^5.0.0"
},
"dependencies": {
"grunt-autoprefixer": "^3.0.4",
"grunt-cssnano": "^2.1.0"
}
}