-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
128 lines (128 loc) · 3.94 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
{
"name": "react-email-components-table",
"version": "0.1.3",
"description": "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 .",
"lint:fix": "eslint ./src --fix --ignore-pattern \"./package.json\" ",
"prepare": "npm run build",
"semantic-release": "npx semantic-release",
"start": "npm run build -- -w",
"storybook": "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'",
"build-storybook": "build-storybook"
},
"repository": {
"type": "git",
"url": "https://github.com/LLazyEmail/react-email-table"
},
"publishConfig": {
"access": "public"
},
"keywords": [
"rollup",
"react",
"react component",
"rollup react",
"component",
"example react component",
"example rollup react component"
],
"author": "[email protected]",
"license": "MIT",
"bugs": {
"url": "https://github.com/LLazyEmail/react-email-table/issues"
},
"homepage": "https://github.com/LLazyEmail/react-email-table#readme",
"devDependencies": {
"@babel/cli": "7.19.3",
"@babel/core": "7.20.2",
"@babel/plugin-transform-runtime": "7.19.6",
"@babel/preset-env": "7.20.2",
"@babel/preset-react": "7.18.6",
"@commitlint/cli": "17.2.0",
"@commitlint/config-angular": "17.2.0",
"@commitlint/prompt": "17.2.0",
"@commitlint/prompt-cli": "17.2.0",
"@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-links": "6.5.10",
"@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.16",
"acorn": "8.8.1",
"autoprefixer": "10.4.8",
"babel-jest": "29.3.0",
"babel-loader": "8.3.0",
"babel-preset-minify": "0.6.0-alpha.9",
"bufferutil": "4.0.6",
"canvas": "2.10.2",
"classnames": "2.3.2",
"codecov": "3.8.3",
"css-loader": "6.7.2",
"enzyme": "3.11.0",
"enzyme-adapter-react-16": "1.15.7",
"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.10",
"eslint-plugin-react-hooks": "4.6.0",
"fibers": "5.0.3",
"husky": "8.0.1",
"jest": "29.3.0",
"jest-transform-css": "4.0.1",
"node-sass": "7.0.1",
"postcss": "8.4.20",
"react-test-renderer": "18.2.0",
"rollup": "2.79.1",
"rollup-plugin-filesize": "9.1.2",
"rollup-plugin-postcss": "4.0.2",
"sass": "1.56.1",
"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.11.1"
},
"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"
}
}