feat:项目初始化
Showing
LICENSE
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.
package.json
0 → 100644
| { | ||
| "name": "wecom-sidebar", | ||
| "version": "0.1.0", | ||
| "private": true, | ||
| "dependencies": { | ||
| "@ant-design/icons": "^4.7.0", | ||
| "@babel/core": "7.12.3", | ||
| "@pmmmwh/react-refresh-webpack-plugin": "0.4.3", | ||
| "@svgr/webpack": "5.5.0", | ||
| "@testing-library/jest-dom": "^5.11.9", | ||
| "@testing-library/react": "^11.2.5", | ||
| "@testing-library/user-event": "^12.8.1", | ||
| "@types/jest": "^26.0.20", | ||
| "@types/node": "^12.20.4", | ||
| "@types/react": "^17.0.3", | ||
| "@types/react-dom": "^17.0.2", | ||
| "@typescript-eslint/eslint-plugin": "^4.5.0", | ||
| "@typescript-eslint/parser": "^4.5.0", | ||
| "antd": "^4.16.13", | ||
| "axios": "^0.21.1", | ||
| "babel-eslint": "^10.1.0", | ||
| "babel-jest": "^26.6.0", | ||
| "babel-loader": "8.1.0", | ||
| "babel-plugin-named-asset-import": "^0.3.7", | ||
| "babel-preset-react-app": "^10.0.0", | ||
| "bfj": "^7.0.2", | ||
| "camelcase": "^6.1.0", | ||
| "case-sensitive-paths-webpack-plugin": "2.3.0", | ||
| "compare-versions": "^3.6.0", | ||
| "css-loader": "4.3.0", | ||
| "dotenv": "8.2.0", | ||
| "dotenv-expand": "5.1.0", | ||
| "eslint": "^7.11.0", | ||
| "eslint-config-react-app": "^6.0.0", | ||
| "eslint-plugin-flowtype": "^5.2.0", | ||
| "eslint-plugin-import": "^2.22.1", | ||
| "eslint-plugin-jest": "^24.1.0", | ||
| "eslint-plugin-jsx-a11y": "^6.3.1", | ||
| "eslint-plugin-react": "^7.21.5", | ||
| "eslint-plugin-react-hooks": "^4.2.0", | ||
| "eslint-plugin-testing-library": "^3.9.2", | ||
| "eslint-webpack-plugin": "^2.5.2", | ||
| "file-loader": "6.1.1", | ||
| "fs-extra": "^9.0.1", | ||
| "html-webpack-plugin": "4.5.0", | ||
| "identity-obj-proxy": "3.0.0", | ||
| "jest": "26.6.0", | ||
| "jest-circus": "26.6.0", | ||
| "jest-resolve": "26.6.0", | ||
| "jest-watch-typeahead": "0.6.1", | ||
| "js-cookie": "^2.2.1", | ||
| "mini-css-extract-plugin": "0.11.3", | ||
| "optimize-css-assets-webpack-plugin": "5.0.4", | ||
| "pnp-webpack-plugin": "1.6.4", | ||
| "postcss-flexbugs-fixes": "4.2.1", | ||
| "postcss-loader": "3.0.0", | ||
| "postcss-normalize": "8.0.1", | ||
| "postcss-preset-env": "6.7.0", | ||
| "postcss-safe-parser": "5.0.2", | ||
| "prompts": "2.4.0", | ||
| "qs": "^6.9.6", | ||
| "react": "^17.0.1", | ||
| "react-app-polyfill": "^2.0.0", | ||
| "react-dev-utils": "^11.0.3", | ||
| "react-dom": "^17.0.1", | ||
| "react-refresh": "^0.8.3", | ||
| "react-router-dom": "^5.3.0", | ||
| "resolve": "1.18.1", | ||
| "resolve-url-loader": "^3.1.2", | ||
| "sass-loader": "^10.0.5", | ||
| "semver": "7.3.2", | ||
| "style-loader": "1.3.0", | ||
| "terser-webpack-plugin": "4.2.3", | ||
| "ts-pnp": "1.2.0", | ||
| "typescript": "^4.2.3", | ||
| "url-loader": "4.1.1", | ||
| "webpack": "4.44.2", | ||
| "webpack-dev-server": "3.11.1", | ||
| "webpack-manifest-plugin": "2.2.0", | ||
| "workbox-webpack-plugin": "5.1.4" | ||
| }, | ||
| "scripts": { | ||
| "start": "BROWSER=none node scripts/start.js", | ||
| "build": "node scripts/build.js", | ||
| "test": "node scripts/test.js" | ||
| }, | ||
| "eslintConfig": { | ||
| "extends": [ | ||
| "react-app", | ||
| "react-app/jest" | ||
| ], | ||
| "rules":{ | ||
| "jsx-a11y/anchor-is-valid":"off" | ||
| } | ||
| }, | ||
| "browserslist": { | ||
| "production": [ | ||
| ">0.2%", | ||
| "not dead", | ||
| "not op_mini all" | ||
| ], | ||
| "development": [ | ||
| "last 1 chrome version", | ||
| "last 1 firefox version", | ||
| "last 1 safari version" | ||
| ] | ||
| }, | ||
| "devDependencies": { | ||
| "@types/js-cookie": "^2.2.6", | ||
| "@types/qs": "^6.9.6", | ||
| "@types/react-router-dom": "^5.3.1", | ||
| "@types/sha1": "^1.1.2" | ||
| }, | ||
| "jest": { | ||
| "roots": [ | ||
| "<rootDir>/src" | ||
| ], | ||
| "collectCoverageFrom": [ | ||
| "src/**/*.{js,jsx,ts,tsx}", | ||
| "!src/**/*.d.ts" | ||
| ], | ||
| "setupFiles": [ | ||
| "react-app-polyfill/jsdom" | ||
| ], | ||
| "setupFilesAfterEnv": [], | ||
| "testMatch": [ | ||
| "<rootDir>/src/**/__tests__/**/*.{js,jsx,ts,tsx}", | ||
| "<rootDir>/src/**/*.{spec,test}.{js,jsx,ts,tsx}" | ||
| ], | ||
| "testEnvironment": "jsdom", | ||
| "testRunner": "/Users/mac/work/wecom-sidebar-react-tpl-main/node_modules/jest-circus/runner.js", | ||
| "transform": { | ||
| "^.+\\.(js|jsx|mjs|cjs|ts|tsx)$": "<rootDir>/config/jest/babelTransform.js", | ||
| "^.+\\.css$": "<rootDir>/config/jest/cssTransform.js", | ||
| "^(?!.*\\.(js|jsx|mjs|cjs|ts|tsx|css|json)$)": "<rootDir>/config/jest/fileTransform.js" | ||
| }, | ||
| "transformIgnorePatterns": [ | ||
| "[/\\\\]node_modules[/\\\\].+\\.(js|jsx|mjs|cjs|ts|tsx)$", | ||
| "^.+\\.module\\.(css|sass|scss)$" | ||
| ], | ||
| "modulePaths": [], | ||
| "moduleNameMapper": { | ||
| "^react-native$": "react-native-web", | ||
| "^.+\\.module\\.(css|sass|scss)$": "identity-obj-proxy" | ||
| }, | ||
| "moduleFileExtensions": [ | ||
| "web.js", | ||
| "js", | ||
| "web.ts", | ||
| "ts", | ||
| "web.tsx", | ||
| "tsx", | ||
| "json", | ||
| "web.jsx", | ||
| "jsx", | ||
| "node" | ||
| ], | ||
| "watchPlugins": [ | ||
| "jest-watch-typeahead/filename", | ||
| "jest-watch-typeahead/testname" | ||
| ], | ||
| "resetMocks": true | ||
| }, | ||
| "babel": { | ||
| "presets": [ | ||
| "react-app" | ||
| ] | ||
| } | ||
| } | 
public/favicon.ico
0 → 100644
3.78 KB
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/App.tsx
0 → 100644
src/api/api.d.ts
0 → 100644
src/api/index.ts
0 → 100644
src/components/Nav.tsx
0 → 100644
src/index.tsx
0 → 100644
src/lib/index.ts
0 → 100644
src/lib/jsSdk/apis.ts
0 → 100644
src/lib/jsSdk/index.ts
0 → 100644
src/lib/jsSdk/jwxwork.d.ts
0 → 100644
This diff is collapsed.
src/lib/jsSdk/utils.ts
0 → 100644
src/lib/utils/createJsSdk.ts
0 → 100644
src/lib/utils/initSdk.ts
0 → 100644
src/mock.ts
0 → 100644
src/pages/Actions.tsx
0 → 100644
src/pages/ExternalChat.tsx
0 → 100644
src/pages/ExternalUser.tsx
0 → 100644
src/pages/Home.tsx
0 → 100644
src/react-app-env.d.ts
0 → 100644
tsconfig.json
0 → 100644