-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.package.json
More file actions
51 lines (51 loc) · 1.14 KB
/
package.package.json
File metadata and controls
51 lines (51 loc) · 1.14 KB
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
{
"name": "mailyon",
"version": "1.0.0",
"description": "A professional, headerless email template builder built with React, TypeScript, and modern web technologies",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist",
"README.md"
],
"scripts": {
"build": "tsc --project tsconfig.package.json",
"prepublishOnly": "npm run build"
},
"keywords": [
"email",
"template",
"builder",
"mjml",
"react",
"typescript",
"drag-and-drop",
"email-marketing",
"headerless",
"mailyon"
],
"author": "utdevnp",
"license": "MIT",
"peerDependencies": {
"react": ">=16.8.0",
"react-dom": ">=16.8.0",
"react-dnd": ">=14.0.0",
"react-dnd-html5-backend": ">=14.0.0"
},
"dependencies": {
"zustand": "^4.4.0"
},
"devDependencies": {
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.0",
"typescript": "^4.9.5"
},
"repository": {
"type": "git",
"url": "https://github.com/utdevnp/mailyon.git"
},
"bugs": {
"url": "https://github.com/utdevnp/mailyon/issues"
},
"homepage": "https://github.com/utdevnp/mailyon#readme"
}