Added support for ajax-based server side validation (useful for validation of emails, duplicate usernames, etc.) User form more or less ready in the basic version (i.e. without permission management)
48 lines
1.5 KiB
JSON
48 lines
1.5 KiB
JSON
{
|
|
"name": "mailtrain-client",
|
|
"version": "1.0.0",
|
|
"description": "Self hosted email newsletter app - client components",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"build": "webpack",
|
|
"watch": "webpack --watch",
|
|
"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": {
|
|
"axios": "^0.16.1",
|
|
"datatables.net": "^1.10.15",
|
|
"datatables.net-bs": "^1.10.15",
|
|
"datatables.net-select": "^1.2.2",
|
|
"datatables.net-select-bs": "^1.2.2",
|
|
"i18next": "^8.3.0",
|
|
"i18next-xhr-backend": "^1.4.1",
|
|
"immutable": "^3.8.1",
|
|
"owasp-password-strength-test": "github:bures/owasp-password-strength-test",
|
|
"prop-types": "^15.5.10",
|
|
"react": "^15.5.4",
|
|
"react-dom": "^15.5.4",
|
|
"react-i18next": "^4.1.0",
|
|
"react-router-dom": "^4.1.1"
|
|
},
|
|
"devDependencies": {
|
|
"babel-cli": "^6.24.1",
|
|
"babel-loader": "^7.0.0",
|
|
"babel-plugin-transform-decorators-legacy": "^1.3.4",
|
|
"babel-plugin-transform-function-bind": "^6.22.0",
|
|
"babel-preset-es2015": "^6.24.1",
|
|
"babel-preset-react": "^6.24.1",
|
|
"babel-preset-stage-1": "^6.24.1",
|
|
"css-loader": "^0.28.3",
|
|
"i18next-conv": "^3.0.3",
|
|
"style-loader": "^0.18.1",
|
|
"url-loader": "^0.5.8",
|
|
"webpack": "^2.6.1"
|
|
}
|
|
}
|