repository iniy
Showing
.VSCodeCounter/2022-11-23_15-42-08/diff.csv
0 → 100644
.VSCodeCounter/2022-11-23_15-42-08/diff.md
0 → 100644
.VSCodeCounter/2022-11-23_15-42-08/diff.txt
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
.babelrc
0 → 100644
.gitignore
0 → 100644
config/env.js
0 → 100644
config/jest/cssTransform.js
0 → 100644
config/jest/fileTransform.js
0 → 100644
config/paths.js
0 → 100644
config/polyfills.js
0 → 100644
config/webpack.config.dev.js
0 → 100644
This diff is collapsed.
Click to expand it.
config/webpack.config.prod.js
0 → 100644
This diff is collapsed.
Click to expand it.
config/webpackDevServer.config.js
0 → 100644
package-lock.json
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
package.json
0 → 100644
| { | ||
| "name": "syzh", | ||
| "version": "0.1.0", | ||
| "private": true, | ||
| "dependencies": { | ||
| "@antv/data-set": "^0.8.9", | ||
| "@babel/polyfill": "^7.2.5", | ||
| "animate.css": "^3.6.1", | ||
| "antd": "^3.6.2", | ||
| "autoprefixer": "7.1.6", | ||
| "axios": "^0.18.0", | ||
| "babel-core": "6.26.0", | ||
| "babel-eslint": "7.2.3", | ||
| "babel-jest": "20.0.3", | ||
| "babel-loader": "7.1.2", | ||
| "babel-preset-react-app": "^3.1.1", | ||
| "babel-runtime": "6.26.0", | ||
| "bizcharts": "^3.1.10", | ||
| "bodymovin": "^4.13.0", | ||
| "case-sensitive-paths-webpack-plugin": "2.1.1", | ||
| "chalk": "1.1.3", | ||
| "css-loader": "0.28.7", | ||
| "dotenv": "4.0.0", | ||
| "dotenv-expand": "4.2.0", | ||
| "draft-js": "^0.10.5", | ||
| "draftjs-to-html": "^0.8.4", | ||
| "draftjs-to-markdown": "^0.5.1", | ||
| "eslint": "4.10.0", | ||
| "eslint-config-react-app": "^2.1.0", | ||
| "eslint-loader": "1.9.0", | ||
| "eslint-plugin-flowtype": "2.39.1", | ||
| "eslint-plugin-import": "2.8.0", | ||
| "eslint-plugin-jsx-a11y": "5.1.1", | ||
| "eslint-plugin-react": "7.4.0", | ||
| "extract-text-webpack-plugin": "3.0.2", | ||
| "file-loader": "1.1.5", | ||
| "fs-extra": "3.0.1", | ||
| "gsap": "^2.0.1", | ||
| "html-to-draftjs": "^1.4.0", | ||
| "html-webpack-plugin": "2.29.0", | ||
| "js-md5": "^0.7.3", | ||
| "jsme-react": "^0.0.9", | ||
| "mobx": "^5.0.3", | ||
| "mobx-react": "^5.2.3", | ||
| "molstar-react": "^0.5.0", | ||
| "nprogress": "^0.2.0", | ||
| "object-assign": "4.1.1", | ||
| "postcss-flexbugs-fixes": "3.2.0", | ||
| "postcss-loader": "2.0.8", | ||
| "promise": "8.0.1", | ||
| "raf": "3.4.0", | ||
| "rc-animate": "^3.1.1", | ||
| "react": "^18.1.0", | ||
| "react-dev-utils": "^5.0.1", | ||
| "react-dom": "^16.4.1", | ||
| "react-draft-wysiwyg": "^1.12.13", | ||
| "react-loadable": "^5.4.0", | ||
| "react-router-dom": "^4.3.1", | ||
| "react-scripts": "^3.4.4", | ||
| "resolve": "1.6.0", | ||
| "screenfull": "^3.3.2", | ||
| "shufflejs": "^5.1.2", | ||
| "style-loader": "0.19.0", | ||
| "sw-precache-webpack-plugin": "0.11.4", | ||
| "url-loader": "0.6.2", | ||
| "webpack": "3.8.1", | ||
| "webpack-dev-server": "2.9.4", | ||
| "webpack-manifest-plugin": "1.3.2", | ||
| "whatwg-fetch": "2.0.3" | ||
| }, | ||
| "scripts": { | ||
| "start": "node scripts/start.js", | ||
| "build": "node scripts/build.js", | ||
| "test": "node scripts/test.js --env=jsdom" | ||
| }, | ||
| "jest": { | ||
| "collectCoverageFrom": [ | ||
| "src/**/*.{js,jsx,mjs}" | ||
| ], | ||
| "setupFiles": [ | ||
| "<rootDir>/config/polyfills.js" | ||
| ], | ||
| "testMatch": [ | ||
| "<rootDir>/src/**/__tests__/**/*.{js,jsx,mjs}", | ||
| "<rootDir>/src/**/?(*.)(spec|test).{js,jsx,mjs}" | ||
| ], | ||
| "testEnvironment": "node", | ||
| "testURL": "http://localhost", | ||
| "transform": { | ||
| "^.+\\.(js|jsx|mjs)$": "<rootDir>/node_modules/babel-jest", | ||
| "^.+\\.css$": "<rootDir>/config/jest/cssTransform.js", | ||
| "^(?!.*\\.(js|jsx|mjs|css|json)$)": "<rootDir>/config/jest/fileTransform.js" | ||
| }, | ||
| "transformIgnorePatterns": [ | ||
| "[/\\\\]node_modules[/\\\\].+\\.(js|jsx|mjs)$" | ||
| ], | ||
| "moduleNameMapper": { | ||
| "^react-native$": "react-native-web" | ||
| }, | ||
| "moduleFileExtensions": [ | ||
| "web.js", | ||
| "js", | ||
| "json", | ||
| "web.jsx", | ||
| "jsx", | ||
| "node", | ||
| "mjs" | ||
| ] | ||
| }, | ||
| "babel": { | ||
| "presets": [ | ||
| "react-app" | ||
| ] | ||
| }, | ||
| "eslintConfig": { | ||
| "extends": "react-app" | ||
| }, | ||
| "devDependencies": { | ||
| "babel-plugin-import": "^1.8.0", | ||
| "babel-plugin-transform-decorators-legacy": "^1.3.5", | ||
| "qs": "^6.10.3" | ||
| }, | ||
| "homepage": "." | ||
| } | ||
| \ No newline at end of file |
public/favicon.ico
0 → 100644
File added
public/index.html
0 → 100644
public/manifest.json
0 → 100644
scripts/build.js
0 → 100644
scripts/start.js
0 → 100644
scripts/test.js
0 → 100644
src/App.css
0 → 100644
src/App.js
0 → 100644
src/App.test.js
0 → 100644
src/assets/font/demo.css
0 → 100644
src/assets/font/demo_fontclass.html
0 → 100644
src/assets/font/demo_symbol.html
0 → 100644
src/assets/font/demo_unicode.html
0 → 100644
src/assets/font/iconfont.css
0 → 100644
src/assets/font/iconfont.eot
0 → 100644
File added
src/assets/font/iconfont.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/font/iconfont.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/font/iconfont.ttf
0 → 100644
File added
src/assets/font/iconfont.woff
0 → 100644
File added
src/assets/img/defaultUser.jpg
0 → 100644
679 Bytes
src/components/ContentMain/index.js
0 → 100644
src/components/CustomBreadcrumb/index.js
0 → 100644
src/components/CustomMenu/index.js
0 → 100644
src/components/HeaderBar/img/defaultUser.jpg
0 → 100644
679 Bytes
src/components/HeaderBar/index.js
0 → 100644
src/components/Loading/index.js
0 → 100644
src/components/Loading/style.css
0 → 100644
src/components/Loading2/data.json
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
src/components/Loading2/index.js
0 → 100644
src/components/LogoTitlte/img/logo.png
0 → 100644
39.7 KB
src/components/LogoTitlte/index.css
0 → 100644
src/components/LogoTitlte/index.js
0 → 100644
src/components/PrivateRoute/index.js
0 → 100644
src/components/PromptBox/index.js
0 → 100644
src/components/SiderNav/index.js
0 → 100644
src/components/TypingCard/index.js
0 → 100644
src/components/iframePdb/index.js
0 → 100644
src/components/url/url.js
0 → 100644
src/index.css
0 → 100644
src/index.js
0 → 100644
src/logo.svg
0 → 100644
src/registerServiceWorker.js
0 → 100644
src/routes/About/index.js
0 → 100644
src/routes/Home/IndicationDetails/index.css
0 → 100644
src/routes/Home/IndicationDetails/index.js
0 → 100644
src/routes/Home/LigandDetails/index.css
0 → 100644
src/routes/Home/LigandDetails/index.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/routes/Home/MutationDetails/index.css
0 → 100644
src/routes/Home/MutationDetails/index.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/routes/Home/SearchDetails/index.css
0 → 100644
src/routes/Home/SearchDetails/index.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/routes/Home/SearchList/index.css
0 → 100644
src/routes/Home/SearchList/index.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/routes/Home/TargetDetails/index.css
0 → 100644
src/routes/Home/TargetDetails/index.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/routes/Home/index.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/routes/Home/style.css
0 → 100644
src/routes/Index/index.js
0 → 100644
src/routes/Kinase/LigandDetails/index.css
0 → 100644
src/routes/Kinase/LigandDetails/index.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/routes/Kinase/SearchDetails/index.css
0 → 100644
src/routes/Kinase/SearchDetails/index.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/routes/Kinase/SearchList/index.css
0 → 100644
src/routes/Kinase/SearchList/index.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/routes/Kinase/TargetDetails/index.css
0 → 100644
src/routes/Kinase/TargetDetails/index.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/routes/Kinase/index.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/routes/Kinase/style.css
0 → 100644
src/routes/KinaseSearch/index.js
0 → 100644
src/routes/KnowledgeMap/index.css
0 → 100644
src/routes/KnowledgeMap/index.js
0 → 100644
src/routes/Login/LoginForm.js
0 → 100644
src/routes/Login/RegisterForm.js
0 → 100644
src/routes/Login/index.js
0 → 100644
src/routes/Login/style.css
0 → 100644
This diff is collapsed.
Click to expand it.
src/routes/Login2/img/bg2.jpg
0 → 100644
This diff is collapsed.
Click to expand it.
src/routes/Login2/img/bg3.jpg
0 → 100644
This diff is collapsed.
Click to expand it.
src/routes/Login2/img/bg3a.jpg
0 → 100644
This diff is collapsed.
Click to expand it.
src/routes/Login2/img/bg4.jpg
0 → 100644
This diff is collapsed.
Click to expand it.
src/routes/Login2/img/bg5.jpg
0 → 100644
This diff is collapsed.
Click to expand it.
src/routes/Login2/img/owl-login-arm.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/routes/Login2/img/owl-login.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/routes/Login2/img/snow.jpg
0 → 100644
This diff is collapsed.
Click to expand it.
src/routes/Login2/index.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/routes/Login2/style.css
0 → 100644
This diff is collapsed.
Click to expand it.
src/routes/MolecularSearch/index.css
0 → 100644
This diff is collapsed.
Click to expand it.
src/routes/MolecularSearch/index.js
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/routes/drugbank/LigandDetails/index.css
0 → 100644
This diff is collapsed.
Click to expand it.
src/routes/drugbank/LigandDetails/index.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/routes/drugbank/SearchDetails/index.css
0 → 100644
This diff is collapsed.
Click to expand it.
src/routes/drugbank/SearchDetails/index.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/routes/drugbank/SearchList/index.css
0 → 100644
This diff is collapsed.
Click to expand it.
src/routes/drugbank/SearchList/index.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/routes/drugbank/TargetDetails/index.css
0 → 100644
This diff is collapsed.
Click to expand it.
src/routes/drugbank/TargetDetails/index.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/routes/drugbank/index.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/routes/drugbank/style.css
0 → 100644
This diff is collapsed.
Click to expand it.
src/routes/kg/index.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/store/appStore.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/store/index.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/utils/AsyncComponent.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/utils/BGParticle.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/utils/LoadableComponent.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/utils/Session.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/utils/gVerify.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/utils/request.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/utils/typing.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/utils/url.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/utils/utils.js
0 → 100644
This diff is collapsed.
Click to expand it.
yarn.lock
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
Please
register
or
sign in
to comment