-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.23 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
{
"name": "postal",
"version": "0.1.0",
"description": "A security- and privacy-first, mobile-first, and offline-first mail service application",
"main": "none",
"dependencies": {
"css-loader": "^5.2.6",
"less": "^4.1.1",
"less-loader": "^9.1.0",
"ts-loader": "^8.3.0",
"tslint": "^6.1.3",
"typescript": "^4.3.2",
"vue": "^2.6.14",
"vue-class-component": "^7.2.6",
"vue-loader": "^15.9.7",
"vue-property-decorator": "^9.1.2",
"vue-router": "^3.5.1",
"vue-style-loader": "^4.1.3",
"vue-template-compiler": "^2.6.14",
"vuex": "^3.6.2",
"vuex-class": "^0.3.2",
"vuex-router-sync": "^5.0.0",
"webpack": "^5.38.1",
"webpack-cli": "^4.7.2"
},
"scripts": {
"build": "webpack",
"watch": "webpack --watch --progress",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/earaujoassis/postal.git"
},
"keywords": [
"postal",
"web",
"mail",
"app"
],
"author": "Ewerton Carlos Assis <earaujoassis@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/earaujoassis/postal/issues"
},
"homepage": "https://github.com/earaujoassis/postal#readme"
}