mirror of
https://github.com/elyby/emails-renderer.git
synced 2024-11-06 00:03:07 +05:30
69 lines
2.6 KiB
JSON
69 lines
2.6 KiB
JSON
{
|
|
"name": "email-renderer",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "src/index.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+ssh://git@gitlab.com/elyby/email-renderer.git"
|
|
},
|
|
"keywords": [],
|
|
"author": "SleepWalker <dev@udf.su>",
|
|
"license": "Apache-2.0",
|
|
"bugs": {
|
|
"url": "https://gitlab.com/elyby/email-renderer/issues"
|
|
},
|
|
"homepage": "https://gitlab.com/elyby/email-renderer#README",
|
|
"scripts": {
|
|
"start": "webpack-dev-server --mode=development --progress --colors",
|
|
"lint": "eslint \"{scripts,src,webpack-utils}/**/*.{js,jsx,ts,tsx}\"",
|
|
"i18n:collect": "./scripts/i18n-collect/index.js",
|
|
"i18n:pull": "node scripts/i18n-crowdin/index.js pull",
|
|
"i18n:push": "node scripts/i18n-crowdin/index.js push",
|
|
"build": "rm -rf dist/ && webpack --mode=production --progress --colors"
|
|
},
|
|
"dependencies": {
|
|
"react": "^16.8.4",
|
|
"react-dom": "^16.8.4",
|
|
"react-intl": "^2.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.3.4",
|
|
"@babel/plugin-proposal-class-properties": "^7.3.4",
|
|
"@babel/plugin-proposal-export-default-from": "^7.2.0",
|
|
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
|
|
"@babel/preset-env": "^7.3.4",
|
|
"@babel/preset-react": "^7.0.0",
|
|
"@babel/preset-typescript": "^7.3.3",
|
|
"@elyby/eslint-plugin": "^0.2.0",
|
|
"@types/react": "^16.8.17",
|
|
"@types/react-dom": "^16.8.4",
|
|
"@types/react-intl": "^2.3.17",
|
|
"@types/webpack-env": "^1.13.9",
|
|
"@typescript-eslint/eslint-plugin": "^1.9.1-alpha.12",
|
|
"@typescript-eslint/parser": "^1.9.0",
|
|
"babel-loader": "^8.0.5",
|
|
"babel-preset-react-hot": "^1.0.5",
|
|
"eslint": "^5.16.0",
|
|
"eslint-plugin-react": "^7.13.0",
|
|
"eslint-plugin-react-hooks": "^1.6.0",
|
|
"extended-translations-loader": "file:webpack-utils/extended-translations-loader",
|
|
"file-loader": "^3.0.1",
|
|
"html-webpack-plugin": "^3.2.0",
|
|
"i18n-collect": "file:scripts/i18n-collect",
|
|
"i18n-crowdin": "file:scripts/i18n-crowdin",
|
|
"ifdef-loader": "^2.1.1",
|
|
"intl-json-loader": "file:./webpack-utils/intl-json-loader",
|
|
"json-loader": "^0.5.7",
|
|
"text2png-loader": "file:./webpack-utils/text2png-loader",
|
|
"typescript": "^3.4.5",
|
|
"webpack": "^4.29.6",
|
|
"webpack-bundle-analyzer": "^3.3.2",
|
|
"webpack-cli": "^3.3.0",
|
|
"webpack-dev-server": "^3.2.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=8.0"
|
|
}
|
|
}
|