-
Notifications
You must be signed in to change notification settings - Fork 20
/
package.json
88 lines (88 loc) · 2.61 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
{
"name": "dnde-mail-editor",
"version": "0.0.0-alpha.5.hot-fix.1",
"description": "Drag and Drop Editor designed for mails",
"main": "./module/main.js",
"files": [
"module/**/*"
],
"private": false,
"dependencies": {
"@reduxjs/toolkit": "^1.6.2",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"@types/jest": "^26.0.15",
"@types/node": "^12.0.0",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"antd": "^4.16.13",
"html2canvas": "^1.3.2",
"lodash": "^4.17.21",
"mjml": "^4.10.3",
"mjml-browser": "^4.10.3",
"mjml-cli": "^4.10.3",
"react": "^17.0.2",
"react-color": "^2.19.3",
"react-custom-scrollbars-2": "^4.4.0",
"react-dom": "^17.0.2",
"react-redux": "^7.2.5",
"react-router-dom": "^5.3.0",
"react-scripts": "4.0.3",
"sass": "^1.43.3",
"styled-components": "^5.3.1",
"typescript": "^4.1.2",
"web-vitals": "^1.0.1"
},
"scripts": {
"start": "BROWSER=none react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"build:module": "WEBPACK_PACKAGE=webpack-module ./node_modules/webpack-module/bin/webpack.js && cp module-package.json module/package.json && cp index.d.ts module/index.d.ts && cp README.md module/README.md && npm pack ./module/"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@babel/core": "^7.15.8",
"@babel/preset-env": "^7.15.8",
"@babel/preset-react": "^7.14.5",
"@babel/preset-typescript": "^7.15.0",
"@sendgrid/mail": "^7.4.6",
"@types/lodash": "^4.14.172",
"@types/react-color": "^3.0.5",
"@types/react-router-dom": "^5.3.1",
"@types/styled-components": "^5.1.14",
"babel-loader-module": "npm:babel-loader@^8.2.3",
"css-loader-module": "npm:css-loader@^6.4.0",
"sass-loader-module": "npm:sass-loader@^12.2.0",
"style-loader-module": "npm:style-loader@^3.3.1",
"webpack-cli": "^4.9.1",
"webpack-module": "npm:webpack@^5.60.0"
},
"bin": {
"webpackmodule": "./node_modules/webpack-module/bin/webpack.js"
},
"author": "https://github.com/aghontpi",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/aghontpi/dnde/issues"
},
"homepage": "https://github.com/aghontpi/dnde"
}