summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorSebastian <sebasjm@gmail.com>2021-02-10 16:02:06 -0300
committerSebastian <sebasjm@gmail.com>2021-02-10 16:02:06 -0300
commitdf1918755c0af900c6c447f1d4e0ef27174fb26e (patch)
tree221174c235a2e51d7757cb44ab1f4efeb74ac520 /package.json
parente1bc057a4adb73aaebf605f3c8b2de33b5808845 (diff)
downloadmerchant-backoffice-df1918755c0af900c6c447f1d4e0ef27174fb26e.tar.gz
merchant-backoffice-df1918755c0af900c6c447f1d4e0ef27174fb26e.tar.bz2
merchant-backoffice-df1918755c0af900c6c447f1d4e0ef27174fb26e.zip
simple login, but integrated with merchant backend for create update and delete
Diffstat (limited to 'package.json')
-rw-r--r--package.json11
1 files changed, 9 insertions, 2 deletions
diff --git a/package.json b/package.json
index 87f2b37..d518ce6 100644
--- a/package.json
+++ b/package.json
@@ -20,17 +20,24 @@
],
"ignorePatterns": [
"build/"
- ]
+ ],
+ "rules": {
+ "@typescript-eslint/camelcase": [
+ "off"
+ ]
+ }
},
"dependencies": {
"axios": "^0.21.1",
"preact": "^10.3.1",
"preact-router": "^3.2.1",
- "swr": "^0.4.1"
+ "swr": "^0.4.1",
+ "yup": "^0.32.8"
},
"devDependencies": {
"@babel/core": "^7.12.13",
"@babel/plugin-transform-react-jsx-source": "^7.12.13",
+ "@storybook/addon-a11y": "^6.1.17",
"@storybook/addon-actions": "^6.1.16",
"@storybook/addon-essentials": "^6.1.16",
"@storybook/addon-links": "^6.1.16",