forked from m-Ryan/easy-email-demo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 977 Bytes
/
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
{
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "vite build",
"serve": "ts-node server.ts",
"update": "yarn add easy-email-core@latest easy-email-editor@latest easy-email-extensions@latest"
},
"dependencies": {
"@arco-themes/react-easy-email-theme-purple": "^0.0.3",
"@types/jsdom": "^16.2.14",
"@types/lodash": "^4.14.171",
"antd": "^4.16.6",
"easy-email-core": "^4.3.0",
"easy-email-editor": "^4.3.0",
"easy-email-extensions": "^4.3.0",
"jsdom": "^19.0.0",
"lodash": "^4.17.21",
"mjml": "^4.12.0",
"mjml-browser": "^4.10.1",
"react": "^17.0.0",
"react-dom": "^17.0.0",
"react-final-form": "^6.5.7",
"react-sortablejs": "^6.0.0",
"react-use": "^17.4.0"
},
"devDependencies": {
"@types/mjml": "^4.7.0",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@vitejs/plugin-react-refresh": "^1.3.1",
"typescript": "^4.3.2",
"vite": "^2.4.0"
}
}