2017-05-28 16:49:00 +00:00
|
|
|
{
|
|
|
|
"name": "mailtrain-client",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "Self hosted email newsletter app - client components",
|
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
|
|
|
"build": "webpack",
|
2017-06-21 00:14:14 +00:00
|
|
|
"watch": "webpack --watch",
|
2017-05-28 16:49:00 +00:00
|
|
|
"locales": "for moFile in ../languages/*.mo; do lng=`basename $moFile .mo`; i18next-conv -s $moFile -t locales/$lng/common.json -l $lng; done"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git://github.com/Mailtrain-org/mailtrain.git"
|
|
|
|
},
|
|
|
|
"author": "",
|
|
|
|
"license": "GPL-3.0",
|
|
|
|
"homepage": "https://mailtrain.org/",
|
|
|
|
"dependencies": {
|
2017-07-08 16:57:41 +00:00
|
|
|
"axios": "^0.16.2",
|
2017-06-21 00:14:14 +00:00
|
|
|
"datatables.net": "^1.10.15",
|
|
|
|
"datatables.net-bs": "^1.10.15",
|
2017-07-08 16:57:41 +00:00
|
|
|
"i18next": "^8.4.3",
|
|
|
|
"i18next-xhr-backend": "^1.4.2",
|
2017-06-04 11:16:29 +00:00
|
|
|
"immutable": "^3.8.1",
|
2017-07-09 13:41:53 +00:00
|
|
|
"moment": "^2.18.1",
|
2017-06-21 00:14:14 +00:00
|
|
|
"owasp-password-strength-test": "github:bures/owasp-password-strength-test",
|
2017-05-28 16:49:00 +00:00
|
|
|
"prop-types": "^15.5.10",
|
2017-07-08 16:57:41 +00:00
|
|
|
"react": "^15.6.1",
|
2017-07-09 13:41:53 +00:00
|
|
|
"react-ace": "^5.1.0",
|
2017-07-08 16:57:41 +00:00
|
|
|
"react-dom": "^15.6.1",
|
|
|
|
"react-i18next": "^4.6.1",
|
2017-07-08 13:48:34 +00:00
|
|
|
"react-router-dom": "^4.1.1",
|
|
|
|
"url-parse": "^1.1.9"
|
2017-05-28 16:49:00 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"babel-cli": "^6.24.1",
|
2017-07-08 16:57:41 +00:00
|
|
|
"babel-loader": "^7.1.1",
|
2017-05-28 16:49:00 +00:00
|
|
|
"babel-plugin-transform-decorators-legacy": "^1.3.4",
|
2017-06-04 11:16:29 +00:00
|
|
|
"babel-plugin-transform-function-bind": "^6.22.0",
|
2017-05-28 16:49:00 +00:00
|
|
|
"babel-preset-es2015": "^6.24.1",
|
|
|
|
"babel-preset-react": "^6.24.1",
|
2017-06-04 11:16:29 +00:00
|
|
|
"babel-preset-stage-1": "^6.24.1",
|
2017-07-08 16:57:41 +00:00
|
|
|
"css-loader": "^0.28.4",
|
2017-05-28 16:49:00 +00:00
|
|
|
"i18next-conv": "^3.0.3",
|
2017-07-08 16:57:41 +00:00
|
|
|
"style-loader": "^0.18.2",
|
|
|
|
"url-loader": "^0.5.9",
|
2017-05-28 16:49:00 +00:00
|
|
|
"webpack": "^2.6.1"
|
|
|
|
}
|
|
|
|
}
|