Initial import of UI-Docs from zapier monorepo
This commit is contained in:
commit
1ed566665a
44 changed files with 2393 additions and 0 deletions
14
package.json
Normal file
14
package.json
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"name": "ui-docs",
|
||||
"version": "0.1.0",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"description": "UI walkthrough, screenshots, and review PDF for Verae Time × Zapier",
|
||||
"scripts": {
|
||||
"walk": "node scripts/walkthrough.mjs",
|
||||
"pdf": "python3 scripts/build-review-pdf.py"
|
||||
},
|
||||
"dependencies": {
|
||||
"puppeteer-core": "^24.15.0"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue