2018-01-27 15:37:14 +00:00
|
|
|
{
|
|
|
|
"name": "mailtrain-shared",
|
2018-11-18 14:38:52 +00:00
|
|
|
"version": "2.0.0",
|
2018-01-27 15:37:14 +00:00
|
|
|
"description": "Self hosted email newsletter app - shared lib",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git://github.com/Mailtrain-org/mailtrain.git"
|
|
|
|
},
|
|
|
|
"license": "GPL-3.0",
|
|
|
|
"homepage": "https://mailtrain.org/",
|
|
|
|
"engines": {
|
2018-11-18 14:38:52 +00:00
|
|
|
"node": ">=10.0.0"
|
2018-01-27 15:37:14 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2019-01-04 20:31:01 +00:00
|
|
|
"moment": "^2.23.0",
|
2019-07-23 15:46:55 +00:00
|
|
|
"moment-timezone": "^0.5.26",
|
2018-01-27 15:37:14 +00:00
|
|
|
"owasp-password-strength-test": "github:bures/owasp-password-strength-test"
|
2018-11-03 20:46:23 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2019-07-23 15:46:55 +00:00
|
|
|
"@babel/cli": "^7.5.5",
|
|
|
|
"@babel/core": "^7.5.5",
|
|
|
|
"@babel/plugin-proposal-class-properties": "^7.5.5",
|
|
|
|
"@babel/plugin-proposal-decorators": "^7.4.4",
|
2019-01-04 20:31:01 +00:00
|
|
|
"@babel/plugin-proposal-function-bind": "^7.2.0",
|
2019-07-23 15:46:55 +00:00
|
|
|
"@babel/preset-env": "^7.5.5",
|
2018-11-18 14:38:52 +00:00
|
|
|
"@babel/preset-react": "^7.0.0",
|
2019-07-23 15:46:55 +00:00
|
|
|
"babel-loader": "^8.0.6",
|
2019-01-04 20:31:01 +00:00
|
|
|
"css-loader": "^2.1.0",
|
|
|
|
"file-loader": "^3.0.1",
|
2019-07-23 15:46:55 +00:00
|
|
|
"node-sass": "^4.12.0",
|
2018-11-18 14:38:52 +00:00
|
|
|
"postcss-loader": "^3.0.0",
|
|
|
|
"sass-loader": "^7.1.0",
|
|
|
|
"style-loader": "^0.23.1",
|
|
|
|
"url-loader": "^1.1.2",
|
2019-07-23 15:46:55 +00:00
|
|
|
"webpack": "^4.36.1",
|
|
|
|
"webpack-cli": "^3.3.6"
|
2018-01-27 15:37:14 +00:00
|
|
|
}
|
|
|
|
}
|