-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.11 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
{
"name": "smart-mjml",
"version": "0.2.0",
"files": [
"lib"
],
"keywords": [
"mjml",
"mjml-react",
"mjml-vue"
],
"author": "m-Ryan",
"repository": {
"type": "git",
"url": "[email protected]:Easy-Email-Pro/smart-mjml.git"
},
"main": "lib/index.cjs.js",
"module": "lib/index.es.js",
"types": "lib/typings/index.d.ts",
"scripts": {
"dev": "cd demo/react && npm run dev",
"build": "vite build && npm run typings",
"typings": "tsc --declaration --emitDeclarationOnly --project tsconfig.json"
},
"dependencies": {
"@types/lodash": "^4.17.0",
"@types/mjml": "^4.7.4",
"@types/node": "^20.11.30",
"xml-formatter": "^3.6.2"
},
"devDependencies": {
"@types/react": "^18.2.64",
"@types/react-dom": "^18.2.21",
"@typescript-eslint/eslint-plugin": "^7.1.1",
"@typescript-eslint/parser": "^7.1.1",
"@vitejs/plugin-react-swc": "^3.5.0",
"eslint": "^8.57.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"lodash": "^4.17.21",
"typescript": "^5.2.2",
"vite": "^5.1.6",
"vue": "^3.4.21"
}
}