This repository has been archived by the owner on Nov 4, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 894
/
package.json
120 lines (120 loc) · 3.12 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": "rainloop",
"title": "RainLoop Webmail",
"description": "Simple, modern & fast web-based email client",
"private": true,
"version": "1.17.0",
"ownCloudVersion": "5.5.0",
"homepage": "https://www.rainloop.net",
"author": {
"name": "RainLoop Team",
"email": "[email protected]",
"web": "https://www.rainloop.net"
},
"repository": {
"type": "git",
"url": "git://github.com/RainLoop/rainloop-webmail.git"
},
"scripts": {
"watch-css": "gulp watchCss",
"watch-js": "webpack --color --watch",
"build": "gulp all"
},
"license": "SEE LICENSE IN LICENSE",
"licenses": [
{
"type": "MIT",
"ulr": "https://choosealicense.com/licenses/mit/"
}
],
"bugs": {
"url": "https://github.com/RainLoop/rainloop-webmail/issues"
},
"keywords": [
"webmail",
"php",
"javascript",
"simple",
"modern",
"mail",
"web-based",
"email",
"client",
"openpgp"
],
"readmeFilename": "README.md",
"devDependencies": {
"@babel/core": "7.14.0",
"@babel/plugin-proposal-class-properties": "7.13.0",
"@babel/plugin-proposal-decorators": "7.13.15",
"@babel/plugin-transform-runtime": "7.13.15",
"@babel/preset-env": "7.14.1",
"@babel/runtime-corejs3": "7.14.0",
"autolinker": "3.14.3",
"babel-eslint": "10.1.0",
"babel-loader": "8.2.2",
"classnames": "2.3.1",
"copy-webpack-plugin": "5.1.1",
"core-js": "3.12.0",
"css-loader": "3.4.2",
"element-dataset": "2.2.6",
"emailjs-addressparser": "2.0.2",
"eslint": "6.8.0",
"eslint-config-prettier": "6.10.0",
"eslint-plugin-prettier": "3.1.2",
"gulp": "4.0.2",
"gulp-autoprefixer": "7.0.1",
"gulp-cached": "1.1.1",
"gulp-chmod": "3.0.0",
"gulp-clean-css": "4.3.0",
"gulp-concat-util": "0.5.5",
"gulp-eol": "0.2.0",
"gulp-eslint": "6.0.0",
"gulp-expect-file": "1.0.2",
"gulp-filter": "7.0.0",
"gulp-header": "2.0.9",
"gulp-if": "3.0.0",
"gulp-less": "4.0.1",
"gulp-livereload": "4.0.2",
"gulp-plumber": "1.2.1",
"gulp-rename": "2.0.0",
"gulp-replace": "1.1.3",
"gulp-rimraf": "1.0.0",
"gulp-size": "4.0.0",
"gulp-sourcemaps": "3.0.0",
"gulp-stripbom": "1.0.5",
"gulp-terser": "2.0.1",
"gulp-through": "0.4.0",
"gulp-util": "3.0.8",
"gulp-zip": "5.1.0",
"ifvisible.js": "1.0.6",
"intersection-observer": "0.12.0",
"jquery": "3.6.0",
"jquery-backstretch": "2.1.18",
"jquery-migrate": "3.3.2",
"jquery-mousewheel": "3.1.13",
"jquery-scrollstop": "1.2.0",
"js-cookie": "2.2.1",
"json-loader": "0.5.7",
"json3": "3.3.3",
"knockout": "3.4.2",
"knockout-sortable": "1.2.0",
"lozad": "1.16.0",
"matchmedia-polyfill": "0.3.2",
"moment": "2.29.1",
"node-fs": "0.1.7",
"normalize.css": "8.0.1",
"openpgp": "2.6.2",
"opentip": "2.4.3",
"pikaday": "1.8.2",
"prettier": "1.19.1",
"raf": "3.4.1",
"raw-loader": "4.0.2",
"rimraf": "3.0.2",
"simplestatemanager": "4.1.1",
"style-loader": "1.1.3",
"webpack": "4.42.0",
"webpack-cli": "3.3.11",
"underscore": "1.13.1"
}
}