-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.9 KB
/
package.json
File metadata and controls
63 lines (63 loc) · 1.9 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
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "@greenfinity/rescript-react-email",
"version": "0.2.0",
"description": "Rescript bindings to the react-email JavaScript package",
"author": "Balazs Ree <ree@greenfinity.hu>",
"license": "MIT",
"scripts": {
"changelog": "yarn auto-changelog -p && git add HISTORY.md",
"build": "yarn rescript:build",
"rescript:clean": "yarn rescript clean",
"rescript:build": "yarn rescript build",
"rescript:build:dev": "yarn rescript build --dev",
"rescript:dev": "yarn rescript watch --dev",
"test": "yarn vitest --run --coverage --allow-only",
"test:dev": "yarn vitest",
"yalc:dev": "yarn rescript:dev & yarn nodemon -x \"yalc push\"",
"yalc:push": "yarn nodemon -e res -x \"yalc push\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/greenfinity/rescript-react-email.git"
},
"keywords": [
"Rescript",
"React",
"Email"
],
"bugs": {
"url": "https://github.com/greenfinity/rescript-react-email/issues"
},
"homepage": "https://github.com/greenfinity/rescript-react-email#readme",
"files": [
"src",
"lib/bs/**/*",
"__tests__/.gitkeep",
"rescript.json"
],
"devDependencies": {
"@greenfinity/rescript-vitest": "^0.2.0",
"@react-email/components": "^0.3.1",
"@rescript/react": "^0.14.0-rc.1",
"@vitest/coverage-v8": "2.1.8",
"auto-changelog": "^2.5.0",
"nodemon": "^3.1.7",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"rescript": "^12.0.0-beta.4",
"vitest": "^2.1.8"
},
"peerDependencies": {
"@react-email/components": "^0.3.1",
"@rescript/react": "^0.14.0-rc.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"rescript": "^12.0.0-beta.4"
},
"peerDevDependencies": {
"@greenfinity/rescript-vitest": "^0.2.0",
"@vitest/coverage-v8": "2.1.8",
"vitest": "^2.1.8"
},
"packageManager": "yarn@1.22.22+sha1.ac34549e6aa8e7ead463a7407e1c7390f61a6610"
}