forked from voidlabs/mosaico
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
120 lines (120 loc) · 3.41 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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
{
"name": "mosaico",
"version": "0.17.5",
"description": "Mosaico - OpenSource Email Template Editor",
"main": "./src/js/app.js",
"repository": {
"type": "git",
"url": "[email protected]:voidlabs/mosaico.git"
},
"browserify": {
"transform": [
"aliasify",
"browserify-shim",
"browserify-versionify",
"uglifyify"
]
},
"aliasify": {
"aliases": {
"console": "console-browserify",
"knockoutjs-reactor": "ko-reactor/dist/ko-reactor.min.js",
"tinycolor": "tinycolor2"
}
},
"browserify-shim": {
"jquery": "global:jQuery",
"jquery-ui/ui/widgets/sortable": "global:jQuery.ui.sortable",
"jquery-ui/ui/widgets/draggable": "global:jQuery.ui.draggable",
"jquery-ui/ui/widgets/droppable": "global:jQuery.ui.droppable",
"jquery-ui/ui/widgets/spinner": "global:jQuery.ui.spinner",
"jquery-ui/ui/widgets/tabs": "global:jQuery.ui.tabs",
"knockout": "global:ko",
"knockout-jqueryui": "global:kojqui",
"tinymce": "global:tinymce"
},
"dependencies": {
"blueimp-canvas-to-blob": "3.14.0",
"blueimp-file-upload": "9.28.0",
"blueimp-load-image": "2.20.1",
"console-browserify": "^1.1.0",
"default-passive-events": "^1.0.10",
"evol-colorpicker": "^3.4.0",
"font-awesome": "^4.7.0",
"jquery": "^3.4.1",
"jquery-migrate": "^3.0.1",
"jquery-ui-package": "1.11.4",
"jquery-ui-touch-punch": "^0.2.3",
"jquery.iframe-transport": "^1.0.0",
"jsep": "^0.3.4",
"juice": "^5.2.0",
"knockout": "3.5.0",
"knockout-jqueryui": "2.2.3",
"knockout-sortable": "^1.1.1",
"ko-reactor": "^1.4.1",
"mensch": "^0.3.3",
"slick": "1.12.2",
"tinycolor2": "1.4.1",
"tinymce": "4.5.8",
"toastr": "^2.1.4"
},
"devDependencies": {
"aliasify": "2.1.0",
"async": "2.6.2",
"autoprefixer": "9.5.0",
"body-parser": "1.18.3",
"browserify": "16.2.3",
"browserify-incremental": "3.1.1",
"browserify-shim": "3.8.14",
"browserify-versionify": "^1.0.6",
"cheerio": "1.0.0-rc.2",
"connect-livereload": "0.6.1",
"csswring": "6.0.3",
"express": "4.16.4",
"gm": "1.23.1",
"grunt": "^1.0.4",
"grunt-browserify": "5.3.0",
"grunt-contrib-clean": "2.0.0",
"grunt-contrib-compress": "1.3.0",
"grunt-contrib-copy": "1.0.0",
"grunt-contrib-cssmin": "3.0.0",
"grunt-contrib-jshint": "2.1.0",
"grunt-contrib-less": "2.0.0",
"grunt-contrib-uglify": "4.0.1",
"grunt-contrib-watch": "1.1.0",
"grunt-exorcise": "2.1.1",
"grunt-express-server": "0.5.4",
"grunt-google-fonts": "^0.5.0",
"grunt-jasmine-node-coverage": "2.0.1",
"grunt-keepalive": "^1.0.0",
"grunt-newer": "^1.3.0",
"grunt-parallel": "0.5.1",
"grunt-postcss": "0.9.0",
"grunt-release": "0.13.1",
"jasmine-core": "3.3.0",
"jquery-file-upload-middleware": "0.1.8",
"jshint-stylish": "2.2.1",
"license-checker": "25.0.1",
"load-grunt-tasks": "4.0.0",
"lodash": "4.17.11",
"mockery": "2.1.0",
"nodemailer": "6.0.0",
"npm-force-resolutions": "0.0.2",
"uglifyify": "5.0.1"
},
"author": "Stefano Bagnara",
"license": "GPL-3.0",
"licenseurl": "https://www.gnu.org/licenses/gpl-3.0.en.html",
"resolutions": {
"superagent": "5.0.6"
},
"scripts": {
"start": "grunt",
"lockdeps": "npx npm-force-resolutions",
"test": "grunt jasmine_node"
},
"engines": {
"node": ">= 6.0.0",
"npm": ">= 3.0.0"
}
}