66 lines
1.9 KiB
JSON
66 lines
1.9 KiB
JSON
{
|
|
"name": "mailtrain-client",
|
|
"version": "2.0.0",
|
|
"description": "Self hosted email newsletter app - client components",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"build": "webpack",
|
|
"watch": "webpack --watch"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/Mailtrain-org/mailtrain.git"
|
|
},
|
|
"license": "GPL-3.0",
|
|
"homepage": "https://mailtrain.org/",
|
|
"dependencies": {
|
|
"axios": "^0.18.0",
|
|
"datatables.net": "^1.10.19",
|
|
"datatables.net-bs": "^1.10.19",
|
|
"grapesjs": "^0.14.40",
|
|
"grapesjs-mjml": "0.0.27",
|
|
"grapesjs-preset-newsletter": "^0.2.20",
|
|
"i18next": "^12.0.0",
|
|
"i18next-browser-languagedetector": "^2.2.4",
|
|
"immutable": "^3.8.1",
|
|
"juice": "^5.0.1",
|
|
"mjml4-in-browser": "^1.0.1",
|
|
"moment": "^2.22.2",
|
|
"moment-timezone": "^0.5.23",
|
|
"prop-types": "^15.6.2",
|
|
"querystringify": "^2.1.0",
|
|
"react": "^15.6.1",
|
|
"react-ace": "^5.10.0",
|
|
"react-ckeditor-component": "^1.1.0",
|
|
"react-day-picker": "^6.1.0",
|
|
"react-dnd-html5-backend": "^2.6.0",
|
|
"react-dnd-touch-backend": "^0.3.21",
|
|
"react-dom": "^15.6.1",
|
|
"react-dropzone": "^4.3.0",
|
|
"react-i18next": "^8.3.8",
|
|
"react-router-dom": "^4.3.1",
|
|
"react-sortable-tree": "^1.2.0",
|
|
"slugify": "^1.3.3",
|
|
"url-parse": "^1.4.4"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/cli": "^7.1.5",
|
|
"@babel/core": "^7.1.6",
|
|
"@babel/plugin-proposal-class-properties": "^7.0.0",
|
|
"@babel/plugin-proposal-decorators": "^7.0.0",
|
|
"@babel/plugin-proposal-function-bind": "^7.0.0",
|
|
"@babel/preset-env": "^7.0.0",
|
|
"@babel/preset-react": "^7.0.0",
|
|
"babel-loader": "^8.0.4",
|
|
"css-loader": "^1.0.1",
|
|
"file-loader": "^2.0.0",
|
|
"node-sass": "^4.10.0",
|
|
"postcss-loader": "^3.0.0",
|
|
"raw-loader": "^0.5.1",
|
|
"sass-loader": "^7.1.0",
|
|
"style-loader": "^0.23.1",
|
|
"url-loader": "^1.1.2",
|
|
"webpack": "^4.25.1",
|
|
"webpack-cli": "^3.1.2"
|
|
}
|
|
}
|