|
|
|
@ -8,48 +8,48 @@
@@ -8,48 +8,48 @@
|
|
|
|
|
"name": "owncast-admin", |
|
|
|
|
"version": "0.1.0", |
|
|
|
|
"dependencies": { |
|
|
|
|
"@ant-design/icons": "^4.7.0", |
|
|
|
|
"antd": "^4.18.5", |
|
|
|
|
"chart.js": "^3.7.0", |
|
|
|
|
"chartkick": "^4.1.1", |
|
|
|
|
"classnames": "^2.3.1", |
|
|
|
|
"date-fns": "^2.28.0", |
|
|
|
|
"lodash": "^4.17.21", |
|
|
|
|
"markdown-it": "^12.3.2", |
|
|
|
|
"next": "^12.0.10", |
|
|
|
|
"prop-types": "^15.8.1", |
|
|
|
|
"rc-util": "^5.17.0", |
|
|
|
|
"react": "^17.0.2", |
|
|
|
|
"react-chartkick": "^0.5.2", |
|
|
|
|
"react-dom": "^17.0.2", |
|
|
|
|
"react-linkify": "^1.0.0-alpha", |
|
|
|
|
"react-markdown": "^8.0.0", |
|
|
|
|
"react-markdown-editor-lite": "^1.3.2", |
|
|
|
|
"sass": "^1.49.7", |
|
|
|
|
"ua-parser-js": "^1.0.2" |
|
|
|
|
"@ant-design/icons": "4.7.0", |
|
|
|
|
"antd": "4.18.5", |
|
|
|
|
"chart.js": "3.7.0", |
|
|
|
|
"chartkick": "4.1.1", |
|
|
|
|
"classnames": "2.3.1", |
|
|
|
|
"date-fns": "2.28.0", |
|
|
|
|
"lodash": "4.17.21", |
|
|
|
|
"markdown-it": "12.3.2", |
|
|
|
|
"next": "12.0.10", |
|
|
|
|
"prop-types": "15.8.1", |
|
|
|
|
"rc-util": "5.17.0", |
|
|
|
|
"react": "17.0.2", |
|
|
|
|
"react-chartkick": "0.5.2", |
|
|
|
|
"react-dom": "17.0.2", |
|
|
|
|
"react-linkify": "1.0.0-alpha", |
|
|
|
|
"react-markdown": "8.0.0", |
|
|
|
|
"react-markdown-editor-lite": "1.3.2", |
|
|
|
|
"sass": "1.49.7", |
|
|
|
|
"ua-parser-js": "1.0.2" |
|
|
|
|
}, |
|
|
|
|
"devDependencies": { |
|
|
|
|
"@types/chart.js": "2.9.35", |
|
|
|
|
"@types/classnames": "^2.3.1", |
|
|
|
|
"@types/markdown-it": "^12.2.0", |
|
|
|
|
"@types/node": "^17.0.0", |
|
|
|
|
"@types/prop-types": "^15.7.3", |
|
|
|
|
"@types/react": "^17.0.11", |
|
|
|
|
"@types/react-linkify": "^1.0.0", |
|
|
|
|
"@types/ua-parser-js": "^0.7.36", |
|
|
|
|
"@typescript-eslint/eslint-plugin": "^5.10.0", |
|
|
|
|
"@typescript-eslint/parser": "^5.10.0", |
|
|
|
|
"eslint": "^8.8.0", |
|
|
|
|
"eslint-config-airbnb": "^19.0.0", |
|
|
|
|
"eslint-config-next": "^12.0.10", |
|
|
|
|
"eslint-config-prettier": "^8.3.0", |
|
|
|
|
"eslint-plugin-import": "^2.25.2", |
|
|
|
|
"eslint-plugin-jsx-a11y": "^6.5.1", |
|
|
|
|
"eslint-plugin-prettier": "^4.0.0", |
|
|
|
|
"eslint-plugin-react": "^7.28.0", |
|
|
|
|
"eslint-plugin-react-hooks": "^4.3.0", |
|
|
|
|
"prettier": "^2.5.1", |
|
|
|
|
"typescript": "^4.5.2" |
|
|
|
|
"@types/classnames": "2.3.1", |
|
|
|
|
"@types/markdown-it": "12.2.0", |
|
|
|
|
"@types/node": "17.0.0", |
|
|
|
|
"@types/prop-types": "15.7.3", |
|
|
|
|
"@types/react": "17.0.11", |
|
|
|
|
"@types/react-linkify": "1.0.0", |
|
|
|
|
"@types/ua-parser-js": "0.7.36", |
|
|
|
|
"@typescript-eslint/eslint-plugin": "5.10.0", |
|
|
|
|
"@typescript-eslint/parser": "5.10.0", |
|
|
|
|
"eslint": "8.8.0", |
|
|
|
|
"eslint-config-airbnb": "19.0.0", |
|
|
|
|
"eslint-config-next": "12.0.10", |
|
|
|
|
"eslint-config-prettier": "8.3.0", |
|
|
|
|
"eslint-plugin-import": "2.25.3", |
|
|
|
|
"eslint-plugin-jsx-a11y": "6.5.1", |
|
|
|
|
"eslint-plugin-prettier": "4.0.0", |
|
|
|
|
"eslint-plugin-react": "7.28.0", |
|
|
|
|
"eslint-plugin-react-hooks": "4.3.0", |
|
|
|
|
"prettier": "2.5.1", |
|
|
|
|
"typescript": "4.5.2" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/@ant-design/colors": { |
|
|
|
@ -97,9 +97,9 @@
@@ -97,9 +97,9 @@
|
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/@babel/runtime": { |
|
|
|
|
"version": "7.15.4", |
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.15.4.tgz", |
|
|
|
|
"integrity": "sha512-99catp6bHCaxr4sJ/DbTGgHS4+Rs2RVd2g7iOap6SLGPDknRK9ztKNsE/Fg6QhSeh1FGE5f6gHGQmvvn3I3xhw==", |
|
|
|
|
"version": "7.16.7", |
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.16.7.tgz", |
|
|
|
|
"integrity": "sha512-9E9FJowqAsytyOY6LG+1KuueckRL+aQW+mKvXRXnuFGyRAyepJPmEo9vgMfXUA6O9u3IeEdv9MAkppFcaQwogQ==", |
|
|
|
|
"dependencies": { |
|
|
|
|
"regenerator-runtime": "^0.13.4" |
|
|
|
|
}, |
|
|
|
@ -407,6 +407,7 @@
@@ -407,6 +407,7 @@
|
|
|
|
|
"version": "2.3.1", |
|
|
|
|
"resolved": "https://registry.npmjs.org/@types/classnames/-/classnames-2.3.1.tgz", |
|
|
|
|
"integrity": "sha512-zeOWb0JGBoVmlQoznvqXbE0tEC/HONsnoUNH19Hc96NFsTAwTXbTqb8FMYkru1F/iqp7a18Ws3nWJvtA1sHD1A==", |
|
|
|
|
"deprecated": "This is a stub types definition. classnames provides its own type definitions, so you do not need this installed.", |
|
|
|
|
"dev": true, |
|
|
|
|
"dependencies": { |
|
|
|
|
"classnames": "*" |
|
|
|
@ -761,6 +762,21 @@
@@ -761,6 +762,21 @@
|
|
|
|
|
"node": ">=8" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/ansi-styles": { |
|
|
|
|
"version": "4.3.0", |
|
|
|
|
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", |
|
|
|
|
"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", |
|
|
|
|
"dev": true, |
|
|
|
|
"dependencies": { |
|
|
|
|
"color-convert": "^2.0.1" |
|
|
|
|
}, |
|
|
|
|
"engines": { |
|
|
|
|
"node": ">=8" |
|
|
|
|
}, |
|
|
|
|
"funding": { |
|
|
|
|
"url": "https://github.com/chalk/ansi-styles?sponsor=1" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/antd": { |
|
|
|
|
"version": "4.18.5", |
|
|
|
|
"resolved": "https://registry.npmjs.org/antd/-/antd-4.18.5.tgz", |
|
|
|
@ -1013,6 +1029,22 @@
@@ -1013,6 +1029,22 @@
|
|
|
|
|
"url": "https://opencollective.com/browserslist" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/chalk": { |
|
|
|
|
"version": "4.1.2", |
|
|
|
|
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", |
|
|
|
|
"integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", |
|
|
|
|
"dev": true, |
|
|
|
|
"dependencies": { |
|
|
|
|
"ansi-styles": "^4.1.0", |
|
|
|
|
"supports-color": "^7.1.0" |
|
|
|
|
}, |
|
|
|
|
"engines": { |
|
|
|
|
"node": ">=10" |
|
|
|
|
}, |
|
|
|
|
"funding": { |
|
|
|
|
"url": "https://github.com/chalk/chalk?sponsor=1" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/character-entities": { |
|
|
|
|
"version": "2.0.0", |
|
|
|
|
"resolved": "https://registry.npmjs.org/character-entities/-/character-entities-2.0.0.tgz", |
|
|
|
@ -1086,6 +1118,24 @@
@@ -1086,6 +1118,24 @@
|
|
|
|
|
"resolved": "https://registry.npmjs.org/classnames/-/classnames-2.3.1.tgz", |
|
|
|
|
"integrity": "sha512-OlQdbZ7gLfGarSqxesMesDa5uz7KFbID8Kpq/SxIoNGDqY8lSYs0D+hhtBXhcdB3rcbXArFr7vlHheLk1voeNA==" |
|
|
|
|
}, |
|
|
|
|
"node_modules/color-convert": { |
|
|
|
|
"version": "2.0.1", |
|
|
|
|
"resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", |
|
|
|
|
"integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", |
|
|
|
|
"dev": true, |
|
|
|
|
"dependencies": { |
|
|
|
|
"color-name": "~1.1.4" |
|
|
|
|
}, |
|
|
|
|
"engines": { |
|
|
|
|
"node": ">=7.0.0" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/color-name": { |
|
|
|
|
"version": "1.1.4", |
|
|
|
|
"resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", |
|
|
|
|
"integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", |
|
|
|
|
"dev": true |
|
|
|
|
}, |
|
|
|
|
"node_modules/comma-separated-tokens": { |
|
|
|
|
"version": "2.0.2", |
|
|
|
|
"resolved": "https://registry.npmjs.org/comma-separated-tokens/-/comma-separated-tokens-2.0.2.tgz", |
|
|
|
@ -1290,6 +1340,18 @@
@@ -1290,6 +1340,18 @@
|
|
|
|
|
"node": ">= 0.4" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/escape-string-regexp": { |
|
|
|
|
"version": "4.0.0", |
|
|
|
|
"resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz", |
|
|
|
|
"integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==", |
|
|
|
|
"dev": true, |
|
|
|
|
"engines": { |
|
|
|
|
"node": ">=10" |
|
|
|
|
}, |
|
|
|
|
"funding": { |
|
|
|
|
"url": "https://github.com/sponsors/sindresorhus" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/eslint": { |
|
|
|
|
"version": "8.8.0", |
|
|
|
|
"resolved": "https://registry.npmjs.org/eslint/-/eslint-8.8.0.tgz", |
|
|
|
@ -1425,6 +1487,9 @@
@@ -1425,6 +1487,9 @@
|
|
|
|
|
"dev": true, |
|
|
|
|
"bin": { |
|
|
|
|
"eslint-config-prettier": "bin/cli.js" |
|
|
|
|
}, |
|
|
|
|
"peerDependencies": { |
|
|
|
|
"eslint": ">=7.0.0" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/eslint-import-resolver-node": { |
|
|
|
@ -1644,18 +1709,6 @@
@@ -1644,18 +1709,6 @@
|
|
|
|
|
"eslint": "^3 || ^4 || ^5 || ^6 || ^7 || ^8" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/eslint-plugin-jsx-a11y/node_modules/@babel/runtime": { |
|
|
|
|
"version": "7.16.3", |
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.16.3.tgz", |
|
|
|
|
"integrity": "sha512-WBwekcqacdY2e9AF/Q7WLFUWmdJGJTkbjqTjoMDgXkVZ3ZRUvOPsLb5KdwISoQVsbP+DQzVZW4Zhci0DvpbNTQ==", |
|
|
|
|
"dev": true, |
|
|
|
|
"dependencies": { |
|
|
|
|
"regenerator-runtime": "^0.13.4" |
|
|
|
|
}, |
|
|
|
|
"engines": { |
|
|
|
|
"node": ">=6.9.0" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/eslint-plugin-prettier": { |
|
|
|
|
"version": "4.0.0", |
|
|
|
|
"resolved": "https://registry.npmjs.org/eslint-plugin-prettier/-/eslint-plugin-prettier-4.0.0.tgz", |
|
|
|
@ -1746,6 +1799,9 @@
@@ -1746,6 +1799,9 @@
|
|
|
|
|
"dependencies": { |
|
|
|
|
"is-core-module": "^2.2.0", |
|
|
|
|
"path-parse": "^1.0.6" |
|
|
|
|
}, |
|
|
|
|
"funding": { |
|
|
|
|
"url": "https://github.com/sponsors/ljharb" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/eslint-plugin-react/node_modules/semver": { |
|
|
|
@ -1797,58 +1853,6 @@
@@ -1797,58 +1853,6 @@
|
|
|
|
|
"node": ">=10" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/eslint/node_modules/ansi-styles": { |
|
|
|
|
"version": "4.3.0", |
|
|
|
|
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", |
|
|
|
|
"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", |
|
|
|
|
"dev": true, |
|
|
|
|
"dependencies": { |
|
|
|
|
"color-convert": "^2.0.1" |
|
|
|
|
}, |
|
|
|
|
"engines": { |
|
|
|
|
"node": ">=8" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/eslint/node_modules/chalk": { |
|
|
|
|
"version": "4.1.1", |
|
|
|
|
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.1.tgz", |
|
|
|
|
"integrity": "sha512-diHzdDKxcU+bAsUboHLPEDQiw0qEe0qd7SYUn3HgcFlWgbDcfLGswOHYeGrHKzG9z6UYf01d9VFMfZxPM1xZSg==", |
|
|
|
|
"dev": true, |
|
|
|
|
"dependencies": { |
|
|
|
|
"ansi-styles": "^4.1.0", |
|
|
|
|
"supports-color": "^7.1.0" |
|
|
|
|
}, |
|
|
|
|
"engines": { |
|
|
|
|
"node": ">=10" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/eslint/node_modules/color-convert": { |
|
|
|
|
"version": "2.0.1", |
|
|
|
|
"resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", |
|
|
|
|
"integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", |
|
|
|
|
"dev": true, |
|
|
|
|
"dependencies": { |
|
|
|
|
"color-name": "~1.1.4" |
|
|
|
|
}, |
|
|
|
|
"engines": { |
|
|
|
|
"node": ">=7.0.0" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/eslint/node_modules/color-name": { |
|
|
|
|
"version": "1.1.4", |
|
|
|
|
"resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", |
|
|
|
|
"integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", |
|
|
|
|
"dev": true |
|
|
|
|
}, |
|
|
|
|
"node_modules/eslint/node_modules/escape-string-regexp": { |
|
|
|
|
"version": "4.0.0", |
|
|
|
|
"resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz", |
|
|
|
|
"integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==", |
|
|
|
|
"dev": true, |
|
|
|
|
"engines": { |
|
|
|
|
"node": ">=10" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/eslint/node_modules/eslint-scope": { |
|
|
|
|
"version": "7.1.0", |
|
|
|
|
"resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-7.1.0.tgz", |
|
|
|
@ -2772,9 +2776,9 @@
@@ -2772,9 +2776,9 @@
|
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/markdown-it/node_modules/linkify-it": { |
|
|
|
|
"version": "3.0.2", |
|
|
|
|
"resolved": "https://registry.npmjs.org/linkify-it/-/linkify-it-3.0.2.tgz", |
|
|
|
|
"integrity": "sha512-gDBO4aHNZS6coiZCKVhSNh43F9ioIL4JwRjLZPkoLIY4yZFwg264Y5lu2x6rb1Js42Gh6Yqm2f6L2AJcnkzinQ==", |
|
|
|
|
"version": "3.0.3", |
|
|
|
|
"resolved": "https://registry.npmjs.org/linkify-it/-/linkify-it-3.0.3.tgz", |
|
|
|
|
"integrity": "sha512-ynTsyrFSdE5oZ/O9GEf00kPngmOfVwazR5GKDq6EYfhlpFug3J2zybX56a2PRRpc9P+FuSoGNAwjlbDs9jJBPQ==", |
|
|
|
|
"dependencies": { |
|
|
|
|
"uc.micro": "^1.0.1" |
|
|
|
|
} |
|
|
|
@ -4231,6 +4235,9 @@
@@ -4231,6 +4235,9 @@
|
|
|
|
|
"loose-envify": "^1.1.0", |
|
|
|
|
"object-assign": "^4.1.1", |
|
|
|
|
"scheduler": "^0.20.2" |
|
|
|
|
}, |
|
|
|
|
"peerDependencies": { |
|
|
|
|
"react": "17.0.2" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/react-is": { |
|
|
|
@ -5035,9 +5042,9 @@
@@ -5035,9 +5042,9 @@
|
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"@babel/runtime": { |
|
|
|
|
"version": "7.15.4", |
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.15.4.tgz", |
|
|
|
|
"integrity": "sha512-99catp6bHCaxr4sJ/DbTGgHS4+Rs2RVd2g7iOap6SLGPDknRK9ztKNsE/Fg6QhSeh1FGE5f6gHGQmvvn3I3xhw==", |
|
|
|
|
"version": "7.16.7", |
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.16.7.tgz", |
|
|
|
|
"integrity": "sha512-9E9FJowqAsytyOY6LG+1KuueckRL+aQW+mKvXRXnuFGyRAyepJPmEo9vgMfXUA6O9u3IeEdv9MAkppFcaQwogQ==", |
|
|
|
|
"requires": { |
|
|
|
|
"regenerator-runtime": "^0.13.4" |
|
|
|
|
} |
|
|
|
@ -5473,6 +5480,15 @@
@@ -5473,6 +5480,15 @@
|
|
|
|
|
"integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", |
|
|
|
|
"dev": true |
|
|
|
|
}, |
|
|
|
|
"ansi-styles": { |
|
|
|
|
"version": "4.3.0", |
|
|
|
|
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", |
|
|
|
|
"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", |
|
|
|
|
"dev": true, |
|
|
|
|
"requires": { |
|
|
|
|
"color-convert": "^2.0.1" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"antd": { |
|
|
|
|
"version": "4.18.5", |
|
|
|
|
"resolved": "https://registry.npmjs.org/antd/-/antd-4.18.5.tgz", |
|
|
|
@ -5670,6 +5686,16 @@
@@ -5670,6 +5686,16 @@
|
|
|
|
|
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001302.tgz", |
|
|
|
|
"integrity": "sha512-YYTMO+tfwvgUN+1ZnRViE53Ma1S/oETg+J2lISsqi/ZTNThj3ZYBOKP2rHwJc37oCsPqAzJ3w2puZHn0xlLPPw==" |
|
|
|
|
}, |
|
|
|
|
"chalk": { |
|
|
|
|
"version": "4.1.2", |
|
|
|
|
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", |
|
|
|
|
"integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", |
|
|
|
|
"dev": true, |
|
|
|
|
"requires": { |
|
|
|
|
"ansi-styles": "^4.1.0", |
|
|
|
|
"supports-color": "^7.1.0" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"character-entities": { |
|
|
|
|
"version": "2.0.0", |
|
|
|
|
"resolved": "https://registry.npmjs.org/character-entities/-/character-entities-2.0.0.tgz", |
|
|
|
@ -5726,6 +5752,21 @@
@@ -5726,6 +5752,21 @@
|
|
|
|
|
"resolved": "https://registry.npmjs.org/classnames/-/classnames-2.3.1.tgz", |
|
|
|
|
"integrity": "sha512-OlQdbZ7gLfGarSqxesMesDa5uz7KFbID8Kpq/SxIoNGDqY8lSYs0D+hhtBXhcdB3rcbXArFr7vlHheLk1voeNA==" |
|
|
|
|
}, |
|
|
|
|
"color-convert": { |
|
|
|
|
"version": "2.0.1", |
|
|
|
|
"resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", |
|
|
|
|
"integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", |
|
|
|
|
"dev": true, |
|
|
|
|
"requires": { |
|
|
|
|
"color-name": "~1.1.4" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"color-name": { |
|
|
|
|
"version": "1.1.4", |
|
|
|
|
"resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", |
|
|
|
|
"integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", |
|
|
|
|
"dev": true |
|
|
|
|
}, |
|
|
|
|
"comma-separated-tokens": { |
|
|
|
|
"version": "2.0.2", |
|
|
|
|
"resolved": "https://registry.npmjs.org/comma-separated-tokens/-/comma-separated-tokens-2.0.2.tgz", |
|
|
|
@ -5890,6 +5931,12 @@
@@ -5890,6 +5931,12 @@
|
|
|
|
|
"is-symbol": "^1.0.2" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"escape-string-regexp": { |
|
|
|
|
"version": "4.0.0", |
|
|
|
|
"resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz", |
|
|
|
|
"integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==", |
|
|
|
|
"dev": true |
|
|
|
|
}, |
|
|
|
|
"eslint": { |
|
|
|
|
"version": "8.8.0", |
|
|
|
|
"resolved": "https://registry.npmjs.org/eslint/-/eslint-8.8.0.tgz", |
|
|
|
@ -5933,46 +5980,6 @@
@@ -5933,46 +5980,6 @@
|
|
|
|
|
"v8-compile-cache": "^2.0.3" |
|
|
|
|
}, |
|
|
|
|
"dependencies": { |
|
|
|
|
"ansi-styles": { |
|
|
|
|
"version": "4.3.0", |
|
|
|
|
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", |
|
|
|
|
"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", |
|
|
|
|
"dev": true, |
|
|
|
|
"requires": { |
|
|
|
|
"color-convert": "^2.0.1" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"chalk": { |
|
|
|
|
"version": "4.1.1", |
|
|
|
|
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.1.tgz", |
|
|
|
|
"integrity": "sha512-diHzdDKxcU+bAsUboHLPEDQiw0qEe0qd7SYUn3HgcFlWgbDcfLGswOHYeGrHKzG9z6UYf01d9VFMfZxPM1xZSg==", |
|
|
|
|
"dev": true, |
|
|
|
|
"requires": { |
|
|
|
|
"ansi-styles": "^4.1.0", |
|
|
|
|
"supports-color": "^7.1.0" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"color-convert": { |
|
|
|
|
"version": "2.0.1", |
|
|
|
|
"resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", |
|
|
|
|
"integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", |
|
|
|
|
"dev": true, |
|
|
|
|
"requires": { |
|
|
|
|
"color-name": "~1.1.4" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"color-name": { |
|
|
|
|
"version": "1.1.4", |
|
|
|
|
"resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", |
|
|
|
|
"integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", |
|
|
|
|
"dev": true |
|
|
|
|
}, |
|
|
|
|
"escape-string-regexp": { |
|
|
|
|
"version": "4.0.0", |
|
|
|
|
"resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz", |
|
|
|
|
"integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==", |
|
|
|
|
"dev": true |
|
|
|
|
}, |
|
|
|
|
"eslint-scope": { |
|
|
|
|
"version": "7.1.0", |
|
|
|
|
"resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-7.1.0.tgz", |
|
|
|
@ -6058,7 +6065,8 @@
@@ -6058,7 +6065,8 @@
|
|
|
|
|
"version": "8.3.0", |
|
|
|
|
"resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-8.3.0.tgz", |
|
|
|
|
"integrity": "sha512-BgZuLUSeKzvlL/VUjx/Yb787VQ26RU3gGjA3iiFvdsp/2bMfVIWUVP7tjxtjS0e+HP409cPlPvNkQloz8C91ew==", |
|
|
|
|
"dev": true |
|
|
|
|
"dev": true, |
|
|
|
|
"requires": {} |
|
|
|
|
}, |
|
|
|
|
"eslint-import-resolver-node": { |
|
|
|
|
"version": "0.3.6", |
|
|
|
@ -6239,17 +6247,6 @@
@@ -6239,17 +6247,6 @@
|
|
|
|
|
"jsx-ast-utils": "^3.2.1", |
|
|
|
|
"language-tags": "^1.0.5", |
|
|
|
|
"minimatch": "^3.0.4" |
|
|
|
|
}, |
|
|
|
|
"dependencies": { |
|
|
|
|
"@babel/runtime": { |
|
|
|
|
"version": "7.16.3", |
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.16.3.tgz", |
|
|
|
|
"integrity": "sha512-WBwekcqacdY2e9AF/Q7WLFUWmdJGJTkbjqTjoMDgXkVZ3ZRUvOPsLb5KdwISoQVsbP+DQzVZW4Zhci0DvpbNTQ==", |
|
|
|
|
"dev": true, |
|
|
|
|
"requires": { |
|
|
|
|
"regenerator-runtime": "^0.13.4" |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"eslint-plugin-prettier": { |
|
|
|
@ -7003,9 +7000,9 @@
@@ -7003,9 +7000,9 @@
|
|
|
|
|
}, |
|
|
|
|
"dependencies": { |
|
|
|
|
"linkify-it": { |
|
|
|
|
"version": "3.0.2", |
|
|
|
|
"resolved": "https://registry.npmjs.org/linkify-it/-/linkify-it-3.0.2.tgz", |
|
|
|
|
"integrity": "sha512-gDBO4aHNZS6coiZCKVhSNh43F9ioIL4JwRjLZPkoLIY4yZFwg264Y5lu2x6rb1Js42Gh6Yqm2f6L2AJcnkzinQ==", |
|
|
|
|
"version": "3.0.3", |
|
|
|
|
"resolved": "https://registry.npmjs.org/linkify-it/-/linkify-it-3.0.3.tgz", |
|
|
|
|
"integrity": "sha512-ynTsyrFSdE5oZ/O9GEf00kPngmOfVwazR5GKDq6EYfhlpFug3J2zybX56a2PRRpc9P+FuSoGNAwjlbDs9jJBPQ==", |
|
|
|
|
"requires": { |
|
|
|
|
"uc.micro": "^1.0.1" |
|
|
|
|
} |
|
|
|
|