repos init
Showing
.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", | |||
| "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", | |||
| "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": "." | |||
| } |
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/assets/img/logo.png
0 → 100644
39.7 KB
src/assets/img/u22.gif
0 → 100644
This diff is collapsed.
Click to expand it.
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/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/AntigenDetails/index.css
0 → 100644
src/routes/Home/AntigenDetails/index.js
0 → 100644
src/routes/Home/AutoimmuneDiseases/index.css
0 → 100644
src/routes/Home/AutoimmuneDiseases/index.js
0 → 100644
src/routes/Home/Cutting/Cutting.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/routes/Home/Cutting/index.css
0 → 100644
src/routes/Home/Docking/index.css
0 → 100644
src/routes/Home/Docking/index.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/routes/Home/MolstarView/index.css
0 → 100644
src/routes/Home/MolstarView/index.js
0 → 100644
src/routes/Home/SearchDetails/index.css
0 → 100644
src/routes/Home/SearchDetails/index.js
0 → 100644
src/routes/Home/SearchList/index.css
0 → 100644
src/routes/Home/SearchList/index.js
0 → 100644
src/routes/Home/SequenceDetails/index.css
0 → 100644
src/routes/Home/SequenceDetails/index.js
0 → 100644
src/routes/Home/StructureSearch/index.css
0 → 100644
src/routes/Home/StructureSearch/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
src/routes/Home/style.css
0 → 100644
src/routes/Index/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
This diff is collapsed.
Click to expand it.
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.
This diff is collapsed.
Click to expand it.
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/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/sb.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/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