generated from LLazyEmail/template-react-email-template
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
133 lines (133 loc) · 4.1 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
{
"name": "react-email-components-template",
"version": "0.2.0",
"description": "Example React Component for npm Publication using Rollup",
"main": "build/index.cjs.js",
"module": "build/index.esm.js",
"browser": "build/index.js",
"style": "build/index.css",
"files": [
"build"
],
"scripts": {
"build": "npx rollup -c",
"codecov": "npx codecov",
"commitmsg": "npx commitlint -e $GIT_PARAMS",
"deploy-storybook-ci": "npx storybook-to-ghpages --ci",
"gc": "commit",
"lint": "npx eslint --ext .js,.jsx .",
"prepare": "npm run build",
"semantic-release": "npx semantic-release",
"start": "npm run build -- -w",
"storybook": "npx start-storybook -p 6006",
"test": "npx jest --coverage",
"travis-deploy-once": "npx travis-deploy-once",
"is-build-es5": "npx es-check es5 './build/**/*.!(esm).js'"
},
"repository": {
"type": "git",
"url": "https://github.com/LLazyEmail/react-email-template"
},
"publishConfig": {
"access": "public"
},
"keywords": [
"rollup",
"react",
"react component",
"rollup react",
"component",
"example react component",
"example rollup react component"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/LLazyEmail/react-email-template/issues"
},
"homepage": "https://github.com/LLazyEmail/react-email-template#readme",
"devDependencies": {
"@babel/cli": "7.18.10",
"@babel/core": "7.18.13",
"@babel/plugin-transform-runtime": "7.18.10",
"@babel/preset-env": "7.18.10",
"@babel/preset-react": "7.18.6",
"@commitlint/cli": "17.1.2",
"@commitlint/config-angular": "17.1.0",
"@commitlint/prompt": "17.1.2",
"@commitlint/prompt-cli": "17.1.2",
"@rollup/plugin-babel": "5.3.1",
"@rollup/plugin-commonjs": "22.0.2",
"@rollup/plugin-node-resolve": "13.3.0",
"@storybook/addon-a11y": "6.5.10",
"@storybook/addon-actions": "6.5.10",
"@storybook/addon-centered": "5.3.21",
"@storybook/addon-console": "1.2.3",
"@storybook/addon-essentials": "6.5.10",
"@storybook/addon-info": "5.3.21",
"@storybook/addon-notes": "5.3.21",
"@storybook/addon-options": "5.3.21",
"@storybook/addons": "6.5.10",
"@storybook/channels": "6.5.10",
"@storybook/cli": "6.5.10",
"@storybook/react": "6.5.10",
"@storybook/storybook-deployer": "2.8.12",
"acorn": "8.8.0",
"autoprefixer": "10.4.8",
"babel-jest": "29.0.2",
"babel-loader": "8.2.5",
"babel-preset-minify": "0.6.0-alpha.9",
"bufferutil": "4.0.6",
"canvas": "2.10.0",
"classnames": "2.3.1",
"codecov": "3.8.3",
"css-loader": "6.7.1",
"enzyme": "3.11.0",
"enzyme-adapter-react-16": "1.15.6",
"es-check": "7.0.0",
"eslint": "8.23.0",
"eslint-config-airbnb": "19.0.4",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-jsx-a11y": "6.6.1",
"eslint-plugin-react": "7.31.6",
"eslint-plugin-react-hooks": "4.6.0",
"fibers": "5.0.3",
"husky": "8.0.1",
"jest": "29.0.2",
"jest-transform-css": "4.0.1",
"node-sass": "7.0.1",
"postcss": "8.4.16",
"react-test-renderer": "18.2.0",
"rollup": "2.79.0",
"rollup-plugin-filesize": "9.1.2",
"rollup-plugin-postcss": "4.0.2",
"sass": "1.54.8",
"sass-loader": "13.0.2",
"semantic-release": "19.0.5",
"source-map-loader": "4.0.0",
"style-loader": "3.3.1",
"travis-deploy-once": "5.0.11",
"typescript": "4.8.2",
"utf-8-validate": "5.0.9",
"webpack": "5.74.0",
"webpack-build-notifier": "2.3.0",
"webpack-cli": "4.10.0",
"webpack-dev-server": "4.10.0"
},
"peerDependencies": {
"prop-types": "^15.7.2",
"react": "^16.12.0 || ^17.0.0 || ^18.0.0",
"react-dom": "^16.12.0 || ^17.0.0 || ^18.0.0"
},
"dependencies": {
"@babel/runtime": "^7.14.6",
"atherdon-react-markdown-component-body": "^0.1.0",
"atherdon-react-markdown-component-typography": "^0.0.3",
"react-email-components-table": "^0.1.2",
"react-email-components-typography": "^0.0.4",
"react-emails-components-miscellaneous": "^0.2.0"
},
"storybook-deployer": {
"gitUsername": "xxx",
"gitEmail": "xxx"
}
}