forked from elementor/elementor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.31 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": "elementor",
"slug": "elementor",
"version": "2.1.7",
"prev_stable_version": "2.0.16",
"author": "Pojo Team",
"homepage": "http://pojo.me/",
"devDependencies": {
"browserify": "^16.2.2",
"browserify-shim": "^3.8.14",
"grunt": "^1.0.2",
"grunt-browserify": "^5.3.0",
"grunt-exorcise": "~2.1.1",
"grunt-contrib-jshint": "^1.1.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-contrib-uglify": "~3.3.0",
"grunt-contrib-sass": "~1.0.0",
"grunt-postcss": "~0.9.0",
"autoprefixer": "~8.5.0",
"cssnano": "~3.10.0",
"grunt-checktextdomain": "~1.0.1",
"grunt-wp-readme-to-markdown-with-extra": "~2.2.0",
"grunt-bumpup": "~0.6.3",
"grunt-shell": "~2.1.0",
"grunt-text-replace": "~0.4.0",
"grunt-release": "~0.14.0",
"grunt-banner": "~0.6.0",
"grunt-contrib-copy": "~1.0.0",
"grunt-contrib-clean": "~1.1.0",
"grunt-contrib-qunit": "^2.0.0",
"grunt-sass": "~2.1.0",
"remapify": "2.1.0",
"matchdep": "~2.0.0"
},
"browserify": {
"transform": [
"browserify-shim"
]
},
"browserify-shim": {
"jquery": "global:jQuery",
"underscore": "global:_",
"backbone": {
"exports": "global:Backbone",
"depends": [
"jquery",
"underscore"
]
},
"marionette": {
"exports": "global:Marionette",
"depends": [
"jquery",
"underscore",
"backbone"
]
}
}
}