57 lines
1.7 KiB
JSON
57 lines
1.7 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.2",
|
|
"datatables.net": "^1.10.15",
|
|
"datatables.net-bs": "^1.10.15",
|
|
"i18next": "^8.4.3",
|
|
"i18next-xhr-backend": "^1.4.2",
|
|
"immutable": "^3.8.1",
|
|
"moment": "^2.18.1",
|
|
"moment-timezone": "^0.5.13",
|
|
"prop-types": "^15.5.10",
|
|
"querystringify": "^1.0.0",
|
|
"react": "^15.6.1",
|
|
"react-ace": "^5.1.0",
|
|
"react-day-picker": "^6.1.0",
|
|
"react-dom": "^15.6.1",
|
|
"react-i18next": "^4.6.1",
|
|
"react-router-dom": "^4.1.1",
|
|
"react-sortable-tree": "^1.2.0",
|
|
"slugify": "^1.1.0",
|
|
"react-dnd-html5-backend": "^2.4.1",
|
|
"react-dnd-touch-backend": "^0.3.13",
|
|
"url-parse": "^1.1.9"
|
|
},
|
|
"devDependencies": {
|
|
"babel-cli": "^6.24.1",
|
|
"babel-loader": "^7.1.1",
|
|
"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.4",
|
|
"i18next-conv": "^3.0.3",
|
|
"node-sass": "^4.5.3",
|
|
"sass-loader": "^6.0.6",
|
|
"style-loader": "^0.18.2",
|
|
"url-loader": "^0.5.9",
|
|
"webpack": "^2.6.1"
|
|
}
|
|
}
|