-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 930 Bytes
/
Copy pathpackage.json
File metadata and controls
26 lines (26 loc) · 930 Bytes
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
{
"name": "unlayer-elements",
"private": true,
"version": "0.0.0",
"description": "Framework-native components for building emails, pages, and documents in code.",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/unlayer/elements.git"
},
"homepage": "https://github.com/unlayer/elements",
"packageManager": "pnpm@9.7.0",
"scripts": {
"build": "pnpm -r --filter \"./packages/*\" run build",
"build-storybook": "pnpm -r --filter \"./packages/*\" run build-storybook",
"postbuild-storybook": "./build-storybook-hub.sh",
"storybook:hub": "pnpm run build-storybook && npx http-server storybook-static -p 6006 -o",
"test": "pnpm -r --filter \"./packages/*\" run test",
"test:coverage": "pnpm -r --filter \"./packages/*\" run test:coverage"
},
"devDependencies": {
"@types/jsdom": "^27.0.0",
"tsup": "^8.0.1",
"typescript": "^5.6.3"
}
}