-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
77 lines (77 loc) · 2.55 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
{
"name": "esn-frontend-mailto",
"version": "0.1.0",
"description": "Mailto Frontend App for the OpenPaaS Suite - https://open-paas.org/",
"main": "index.js",
"scripts": {
"test": "./node_modules/karma/bin/karma start test/config/karma.conf.js",
"lint": "eslint src test webpack.*.js",
"serve": "webpack-dev-server --watch --progress --env=dev",
"serve:prod": "webpack-dev-server --env=prod",
"build:dev": "webpack",
"build:prod": "webpack --env=prod",
"build:test": "webpack --env=test"
},
"author": "",
"license": "AGPLv3",
"dependencies": {
"esn-frontend-common-libs": "github:linagora/esn-frontend-common-libs#main",
"esn-frontend-inbox": "github:linagora/esn-frontend-inbox#main",
"esn-frontend-inbox-linshare": "github:linagora/esn-frontend-inbox-linshare#main"
},
"devDependencies": {
"@babel/core": "^7.10.5",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/preset-env": "^7.10.4",
"@linagora/eslint-config-linagora-esn": "^2.0.0",
"angular-mocks": "1.3.20",
"babel-loader": "^8.1.0",
"babel-plugin-angularjs-annotate": "^0.10.0",
"chai": "3.0.0",
"chai-datetime": "1.4.0",
"chai-shallow-deep-equal": "1.4.0",
"clean-webpack-plugin": "^3.0.0",
"command-line-args": "^5.1.1",
"compression-webpack-plugin": "6.1.1",
"copy-dir": "^1.3.0",
"copy-webpack-plugin": "^6.3.2",
"css-loader": "^3.6.0",
"dotenv-webpack": "^2.0.0",
"eslint": "^7.8.0",
"eslint-config-airbnb-base": "^14.2.0",
"eslint-plugin-import": "2.22.0",
"esn-frontend-login": "github:linagora/esn-frontend-login#main",
"exports-loader": "^1.0.0",
"expose-loader": "^1.0.0",
"favicons-webpack-plugin": "^4.2.0",
"file-loader": "^6.0.0",
"glob-all": "^3.2.1",
"html-loader": "^1.1.0",
"html-webpack-plugin": "^4.3.0",
"ignore-loader": "^0.1.2",
"karma": "4.2.0",
"karma-firefox-launcher": "1.1.0",
"karma-mocha": "1.1.1",
"karma-sinon-chai": "^2.0.2",
"karma-spec-reporter": "0.0.26",
"karma-webpack": "^4.0.2",
"less-loader": "^6.1.1",
"mkdirp": "1.0.4",
"mocha": "6.2.0",
"pug": "^3.0.0",
"pug-html-loader": "^1.1.5",
"pug-loader": "^2.4.0",
"replace-in-file": "^6.1.0",
"rimraf": "^3.0.2",
"sinon": "6.1.4",
"sinon-chai": "3.2.0",
"style-loader": "^1.2.1",
"svg-inline-loader": "^0.8.2",
"terser-webpack-plugin": "^3.0.6",
"url-loader": "^4.1.0",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.11.0",
"webpack-merge": "^5.0.9"
}
}