Remains of the sandboxed CKEditor - will be removed, but the version here may be useful for another editor that is prone to XSS (like Summernote).
36 lines
1,014 B
JSON
36 lines
1,014 B
JSON
{
|
|
"name": "mailtrain-shared",
|
|
"version": "1.0.0",
|
|
"description": "Self hosted email newsletter app - shared lib",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/Mailtrain-org/mailtrain.git"
|
|
},
|
|
"author": "",
|
|
"license": "GPL-3.0",
|
|
"homepage": "https://mailtrain.org/",
|
|
"engines": {
|
|
"node": ">=5.0.0"
|
|
},
|
|
"dependencies": {
|
|
"moment": "^2.18.1",
|
|
"moment-timezone": "^0.5.13",
|
|
"owasp-password-strength-test": "github:bures/owasp-password-strength-test"
|
|
},
|
|
"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-env": "^1.7.0",
|
|
"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"
|
|
}
|
|
}
|