feat(editor): Payment input

This commit is contained in:
Baptiste Arnaud
2022-05-24 14:25:15 -07:00
parent 91ea637a08
commit 3a6ca3dbde
35 changed files with 1516 additions and 52 deletions

View File

@@ -65,6 +65,7 @@
"nprogress": "^0.2.0",
"papaparse": "^5.3.2",
"prettier": "^2.6.2",
"qs": "^6.10.3",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react-draggable": "^4.4.5",
@@ -73,15 +74,13 @@
"slate-history": "^0.66.0",
"slate-hyperscript": "^0.77.0",
"slate-react": "^0.79.0",
"stripe": "^9.1.0",
"styled-components": "^5.3.5",
"svg-round-corners": "^0.3.0",
"swr": "^1.3.0",
"tinycolor2": "^1.4.2",
"typebot-js": "*",
"use-debounce": "^8.0.1",
"utils": "*",
"qs": "^6.10.3"
"utils": "*"
},
"devDependencies": {
"@playwright/test": "^1.22.0",
@@ -96,6 +95,7 @@
"@types/nprogress": "^0.2.0",
"@types/papaparse": "^5.3.2",
"@types/prettier": "^2.6.1",
"@types/qs": "^6.9.7",
"@types/react": "^18.0.9",
"@types/react-table": "^7.7.12",
"@types/tinycolor2": "^1.4.3",
@@ -104,7 +104,6 @@
"eslint": "<8.0.0",
"eslint-config-next": "12.1.6",
"msw": "^0.39.2",
"typescript": "^4.6.4",
"@types/qs": "^6.9.7"
"typescript": "^4.6.4"
}
}