feat: initial commit
This commit is contained in:
@@ -0,0 +1,45 @@
|
||||
{
|
||||
"name": "advanced-analytics-e2e",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "cypress open",
|
||||
"test-local": "cypress open --env fileconfig=local",
|
||||
"test-dev": "cypress open --env fileconfig=development"
|
||||
},
|
||||
"eslintConfig": {
|
||||
"extends": "@strata"
|
||||
},
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"devDependencies": {
|
||||
"@percy/cli": "^1.17.0",
|
||||
"@percy/cypress": "^3.1.2",
|
||||
"@testing-library/cypress": "^8.0.2",
|
||||
"@types/node": "^16.11.6",
|
||||
"cypress": "^9.5.3",
|
||||
"cypress-file-upload": "^5.0.8",
|
||||
"cypress-iframe": "^1.0.1",
|
||||
"js-base64": "^2.5.2",
|
||||
"node-xlsx": "^0.17.2",
|
||||
"typescript": "^4.6.3"
|
||||
},
|
||||
"dependencies": {
|
||||
"@strata/cypress": "^1.7.0",
|
||||
"@strata/eslint-config": "^3.6.0",
|
||||
"@typescript-eslint/eslint-plugin": "^4.28.0",
|
||||
"dayjs": "^1.11.7",
|
||||
"eslint": "^7.29.0",
|
||||
"eslint-plugin-flowtype": "^5.7.2",
|
||||
"eslint-plugin-import": "^2.23.4",
|
||||
"eslint-plugin-jsx-a11y": "^6.4.1",
|
||||
"eslint-plugin-prettier": "^3.4.0",
|
||||
"eslint-plugin-react": "^7.24.0",
|
||||
"eslint-plugin-react-hooks": "^4.2.0",
|
||||
"prettier": "^2.3.1"
|
||||
},
|
||||
"volta": {
|
||||
"node": "14.19.1"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user