OXIESEC PANEL
- Current Dir:
/
/
var
/
www
/
reader
/
API
/
swagger-ui-5.17.14
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
08/07/2024 07:35:13 AM
rwxr-xr-x
📄
.agignore
6 bytes
08/07/2024 04:33:38 AM
rw-r--r--
📄
.browserslistrc
426 bytes
08/07/2024 04:33:39 AM
rw-r--r--
📄
.commitlintrc.json
332 bytes
08/07/2024 04:33:39 AM
rw-r--r--
📄
.dockerignore
83 bytes
08/07/2024 04:33:39 AM
rw-r--r--
📄
.editorconfig
171 bytes
08/07/2024 04:33:39 AM
rw-r--r--
📄
.eslintignore
39 bytes
08/07/2024 04:33:39 AM
rw-r--r--
📄
.eslintrc
783 bytes
08/07/2024 04:33:39 AM
rw-r--r--
📄
.gitattributes
26 bytes
08/07/2024 04:33:39 AM
rw-r--r--
📁
.github
-
08/07/2024 04:33:46 AM
rwxr-xr-x
📄
.gitignore
379 bytes
08/07/2024 04:33:39 AM
rw-r--r--
📁
.husky
-
08/07/2024 04:33:40 AM
rwxr-xr-x
📄
.lintstagedrc
23 bytes
08/07/2024 04:33:39 AM
rw-r--r--
📄
.npmignore
324 bytes
08/07/2024 04:33:39 AM
rw-r--r--
📄
.npmrc
16 bytes
08/07/2024 04:33:39 AM
rw-r--r--
📄
.nvmrc
7 bytes
08/07/2024 04:33:39 AM
rw-r--r--
📄
.prettierrc.yaml
84 bytes
08/07/2024 04:33:39 AM
rw-r--r--
📄
.releaserc
753 bytes
08/07/2024 04:33:39 AM
rw-r--r--
📄
Dockerfile
1.1 KB
08/07/2024 04:33:39 AM
rw-r--r--
📄
LICENSE
11.09 KB
08/07/2024 04:33:39 AM
rw-r--r--
📄
NOTICE
55 bytes
08/07/2024 04:33:39 AM
rw-r--r--
📄
README.md
7.27 KB
08/07/2024 04:33:40 AM
rw-r--r--
📄
SECURITY.md
912 bytes
08/07/2024 04:33:40 AM
rw-r--r--
📄
babel.config.js
2.79 KB
08/07/2024 04:33:39 AM
rw-r--r--
📄
composer.json
889 bytes
08/07/2024 04:33:39 AM
rw-r--r--
📁
config
-
08/07/2024 04:33:46 AM
rwxr-xr-x
📄
cypress.config.js
596 bytes
08/07/2024 04:33:39 AM
rw-r--r--
📁
dev-helpers
-
08/07/2024 04:33:41 AM
rwxr-xr-x
📁
dist
-
08/07/2024 04:33:43 AM
rwxr-xr-x
📁
docker
-
08/07/2024 04:33:47 AM
rwxr-xr-x
📁
docs
-
08/07/2024 04:33:52 AM
rwxr-xr-x
📁
flavors
-
08/07/2024 04:33:48 AM
rwxr-xr-x
📄
index.html
1.28 KB
08/07/2024 04:33:39 AM
rw-r--r--
📄
package-lock.json
1.03 MB
08/07/2024 04:33:40 AM
rw-r--r--
📄
package.json
8.59 KB
08/07/2024 04:33:40 AM
rw-r--r--
📁
release
-
08/07/2024 04:33:44 AM
rwxr-xr-x
📄
renovate.json
1.14 KB
08/07/2024 04:33:40 AM
rw-r--r--
📄
snapcraft.yaml
918 bytes
08/07/2024 04:33:40 AM
rw-r--r--
📁
src
-
08/07/2024 04:34:11 AM
rwxr-xr-x
📁
swagger-ui-dist-package
-
08/07/2024 04:33:44 AM
rwxr-xr-x
📁
test
-
08/07/2024 04:33:49 AM
rwxr-xr-x
📁
webpack
-
08/07/2024 04:33:45 AM
rwxr-xr-x
Editing: .eslintrc
Close
parser: "@babel/eslint-parser" env: browser: true node: true es6: true jest: true jest/globals: true parserOptions: ecmaFeatures: jsx: true extends: - eslint:recommended - plugin:react/recommended plugins: - react - import - jest settings: react: pragma: React version: '15.0' rules: semi: [2, never] strict: 0 quotes: [2, double, { avoidEscape: true, allowTemplateLiterals: true }] no-unused-vars: 2 no-multi-spaces: 1 camelcase: 1 no-use-before-define: [2, nofunc] no-underscore-dangle: 0 no-unused-expressions: 1 comma-dangle: 0 no-console: [2, { allow: [warn, error] }] react/jsx-no-bind: 1 react/jsx-no-target-blank: 2 react/display-name: 0 import/no-extraneous-dependencies: 2 react/jsx-filename-extension: 2