mirror of
https://github.com/Kingsrook/qqq-frontend-material-dashboard.git
synced 2025-07-17 21:00:45 +00:00
Checkpoint - WIP of cypress dev
This commit is contained in:
@ -64,7 +64,8 @@
|
||||
"install-legacy-peer-deps": "npm install --legacy-peer-deps",
|
||||
"prepublishOnly": "tsc -p ./ --outDir lib/",
|
||||
"start": "react-scripts start",
|
||||
"test": "react-scripts test"
|
||||
"test": "react-scripts test",
|
||||
"cypress:open": "cypress open"
|
||||
},
|
||||
"eslintConfig": {
|
||||
"extends": [
|
||||
@ -92,6 +93,7 @@
|
||||
"@types/uuid": "8.3.4",
|
||||
"@typescript-eslint/eslint-plugin": "5.10.2",
|
||||
"@typescript-eslint/parser": "5.10.2",
|
||||
"cypress": "^10.3.1",
|
||||
"eslint": "8.8.0",
|
||||
"eslint-config-airbnb": "19.0.4",
|
||||
"eslint-import-resolver-typescript": "2.5.0",
|
||||
|
Reference in New Issue
Block a user