forked from mailpile/Mailpile
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 899 Bytes
/
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
{
"name": "mailpile",
"version": "0.4.1",
"devDependencies": {
"grunt": "latest",
"grunt-contrib-concat": "latest",
"grunt-contrib-uglify": "latest",
"grunt-contrib-less": "latest",
"grunt-contrib-watch": "latest"
},
"description": "[![Build Status](https://img.shields.io/travis/mailpile/Mailpile/master.svg)](https://travis-ci.org/mailpile/Mailpile)",
"main": "Gruntfile.js",
"directories": {
"doc": "doc"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^0.18.0",
"babel-cli": "^6.26.0",
"babel-preset-react-app": "^3.1.2",
"font-awesome": "^4.7.0",
"froala-editor": "^2.8.4",
"lodash": "^4.17.10",
"react-modal": "^3.5.1",
"react-redux": "^5.0.7",
"react-tooltip": "^3.6.1",
"redux": "^4.0.0"
}
}