feat:项目代码初提交
parents
Showing
.eslintrc.js
0 → 100644
.gitignore
0 → 100644
README.md
0 → 100644
config/env.js
0 → 100644
config/getHttpsConfig.js
0 → 100644
config/jest/cssTransform.js
0 → 100644
config/jest/fileTransform.js
0 → 100644
config/modules.js
0 → 100644
config/paths.js
0 → 100644
config/pnpTs.js
0 → 100644
config/webpack.config.js
0 → 100644
This diff is collapsed.
Click to expand it.
config/webpackDevServer.config.js
0 → 100644
hooks/commit-msg.js
0 → 100644
hooks/pre-commit.js
0 → 100644
package.json
0 → 100644
| { | |||
| "name": "cloudclass", | |||
| "version": "0.1.0", | |||
| "private": true, | |||
| "homepage": "./", | |||
| "dependencies": { | |||
| "@babel/core": "7.9.0", | |||
| "@babel/plugin-transform-typescript": "^7.11.0", | |||
| "@babel/preset-typescript": "^7.10.4", | |||
| "@svgr/webpack": "4.3.3", | |||
| "@testing-library/jest-dom": "^4.2.4", | |||
| "@testing-library/react": "^9.3.2", | |||
| "@testing-library/user-event": "^7.1.2", | |||
| "@types/react": "^16.9.46", | |||
| "@types/react-dom": "^16.9.8", | |||
| "@types/react-router-dom": "^5.1.5", | |||
| "@types/underscore": "^1.10.22", | |||
| "@typescript-eslint/eslint-plugin": "^2.10.0", | |||
| "@typescript-eslint/parser": "^2.10.0", | |||
| "antd": "3.26.6", | |||
| "axios": "^0.20.0", | |||
| "babel-eslint": "10.1.0", | |||
| "babel-jest": "^24.9.0", | |||
| "babel-loader": "8.1.0", | |||
| "babel-plugin-jsx-control-statements": "^4.1.0", | |||
| "babel-plugin-named-asset-import": "^0.3.6", | |||
| "babel-preset-react-app": "^9.1.2", | |||
| "camelcase": "^5.3.1", | |||
| "case-sensitive-paths-webpack-plugin": "2.3.0", | |||
| "cross-env": "^7.0.2", | |||
| "css-loader": "3.4.2", | |||
| "dotenv": "8.2.0", | |||
| "dotenv-expand": "5.1.0", | |||
| "eslint": "^6.6.0", | |||
| "eslint-config-react-app": "^5.2.1", | |||
| "eslint-loader": "3.0.3", | |||
| "eslint-plugin-flowtype": "4.6.0", | |||
| "eslint-plugin-import": "2.20.1", | |||
| "eslint-plugin-jsx-a11y": "6.2.3", | |||
| "eslint-plugin-jsx-control-statements": "^2.2.1", | |||
| "eslint-plugin-react": "7.19.0", | |||
| "eslint-plugin-react-hooks": "^1.6.1", | |||
| "file-loader": "4.3.0", | |||
| "fs-extra": "^8.1.0", | |||
| "html-webpack-plugin": "4.0.0-beta.11", | |||
| "husky": "^4.2.5", | |||
| "identity-obj-proxy": "3.0.0", | |||
| "jest": "24.9.0", | |||
| "jest-environment-jsdom-fourteen": "1.0.1", | |||
| "jest-resolve": "24.9.0", | |||
| "jest-watch-typeahead": "0.4.2", | |||
| "less-loader": "^6.2.0", | |||
| "microevent": "^1.0.0", | |||
| "mini-css-extract-plugin": "0.9.0", | |||
| "optimize-css-assets-webpack-plugin": "5.0.3", | |||
| "pnp-webpack-plugin": "1.6.4", | |||
| "postcss-flexbugs-fixes": "4.1.0", | |||
| "postcss-loader": "3.0.0", | |||
| "postcss-normalize": "8.0.1", | |||
| "postcss-preset-env": "6.7.0", | |||
| "postcss-safe-parser": "4.0.1", | |||
| "react": "^16.13.1", | |||
| "react-app-polyfill": "^1.0.6", | |||
| "react-dev-utils": "^10.2.1", | |||
| "react-dom": "^16.13.1", | |||
| "react-router-dom": "^5.2.0", | |||
| "resolve": "1.15.0", | |||
| "resolve-url-loader": "3.1.1", | |||
| "semver": "6.3.0", | |||
| "style-loader": "0.23.1", | |||
| "terser-webpack-plugin": "2.3.8", | |||
| "ts-pnp": "1.1.6", | |||
| "typescript": "^4.0.2", | |||
| "underscore": "^1.10.2", | |||
| "url-loader": "2.3.0", | |||
| "webpack": "4.42.0", | |||
| "webpack-dev-server": "3.11.0", | |||
| "webpack-manifest-plugin": "2.2.0", | |||
| "wheat-common-utils": "^3.8.12", | |||
| "workbox-webpack-plugin": "4.3.1", | |||
| "xiaomai-b-components": "1.4.4" | |||
| }, | |||
| "scripts": { | |||
| "start": "node scripts/start.js", | |||
| "build:dev": "cross-env DEPLOY_ENV=dev node scripts/build.js", | |||
| "build:dev1": "cross-env DEPLOY_ENV=dev node scripts/build.js", | |||
| "build:rc": "cross-env DEPLOY_ENV=rc node scripts/build.js", | |||
| "build:gray": "cross-env DEPLOY_ENV=gray node scripts/build.js", | |||
| "build:prod": "cross-env DEPLOY_ENV=prod node scripts/build.js" | |||
| }, | |||
| "eslintConfig": { | |||
| "extends": "react-app" | |||
| }, | |||
| "browserslist": { | |||
| "production": [ | |||
| ">0.2%", | |||
| "not dead", | |||
| "not op_mini all" | |||
| ], | |||
| "development": [ | |||
| "last 1 chrome version", | |||
| "last 1 firefox version", | |||
| "last 1 safari version" | |||
| ] | |||
| }, | |||
| "babel": { | |||
| "presets": [ | |||
| "react-app" | |||
| ], | |||
| "plugins": [ | |||
| "jsx-control-statements" | |||
| ] | |||
| }, | |||
| "husky": { | |||
| "hooks": { | |||
| "pre-commit": "node hooks/pre-commit.js", | |||
| "commit-msg": "node hooks/commit-msg.js", | |||
| "pre-push": "node hooks/pre-commit.js" | |||
| } | |||
| } | |||
| } |
public/favicon.ico
0 → 100644
File added
public/index.html
0 → 100644
public/logo192.png
0 → 100644
5.22 KB
public/logo512.png
0 → 100644
9.44 KB
public/manifest.json
0 → 100644
public/robots.txt
0 → 100644
scripts/build.js
0 → 100644
scripts/start.js
0 → 100644
scripts/test.js
0 → 100644
src/@types/index.d.ts
0 → 100644
src/@types/jsx-control-statements.d.ts
0 → 100644
src/@types/microevent.d.ts
0 → 100644
src/@types/react-app-env.d.ts
0 → 100644
src/App.tsx
0 → 100644
src/common/js/axios.ts
0 → 100644
src/common/js/service.ts
0 → 100644
src/common/js/storage.ts
0 → 100644
src/common/js/user.ts
0 → 100644
src/common/less/antd-override.less
0 → 100644
src/common/less/index.less
0 → 100644
src/common/less/normalize.less
0 → 100644
src/common/less/variable.less
0 → 100644
src/components/README.md
0 → 100644
src/data-source/README.md
0 → 100644
src/domains/README.md
0 → 100644
src/domains/basic-domain/bus.ts
0 → 100644
src/domains/basic-domain/constants.ts
0 → 100644
src/domains/basic-domain/interface.ts
0 → 100644
src/domains/basic-domain/upload.ts
0 → 100644
src/domains/basic-domain/utils.ts
0 → 100644
src/images/xiaomai-IMG.png
0 → 100644
6.55 KB
src/index.tsx
0 → 100644
src/modules/video-course/index.jsx
0 → 100644
src/modules/video-course/index.less
0 → 100644
src/routes/config/README.md
0 → 100644
src/routes/config/cloudClass.tsx
0 → 100644
src/routes/index.tsx
0 → 100644
src/routes/interface.ts
0 → 100644
src/serviceWorker.ts
0 → 100644
src/setupTests.ts
0 → 100644
tsconfig.json
0 → 100644
tslint.json
0 → 100644
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