-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.75 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
{
"name": "tmpmail",
"version": "1.0.0",
"description": "This is a simple self-hosted disposable mail application built on Python. There are several proprietary solutions out there, but any paid service tends to be more expensive than it's worth, and any free service will typically not allow custom domains. This project is light enough to be hosted on a single Docker container and run with custom domains.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/terrabitz/TmpMail.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/terrabitz/TmpMail/issues"
},
"homepage": "https://github.com/terrabitz/TmpMail#readme",
"dependencies": {
"babel-core": "^6.25.0",
"babel-loader": "^7.1.1",
"css-loader": "^0.28.4",
"es6-loader": "^0.2.0",
"extract-text-webpack-plugin": "^3.0.0",
"jquery": "^3.2.1",
"material-ui": "^0.18.6",
"node-sass": "^4.5.3",
"react": "^15.6.1",
"react-ajax": "^0.1.1",
"react-dom": "^15.6.1",
"react-material": "^0.3.2",
"react-router-dom": "^4.1.1",
"react-style": "^0.5.5",
"react-tap-event-plugin": "^2.0.1",
"react-toolbox": "^2.0.0-beta.12",
"sass-loader": "^6.0.6",
"webpack": "^3.2.0",
"webpack-preset": "^0.2.0",
"webpack-preset-babel": "^0.2.0",
"webpack-preset-babel-stage-2": "^0.2.0"
},
"devDependencies": {
"babel-preset-es2015": "^6.24.1",
"babel-preset-es2016": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"jsx-loader": "^0.13.2",
"react-hot-loader": "^1.3.1",
"style-loader": "^0.18.2",
"webpack-dev-server": "^2.5.1"
}
}