init commit
parents
Showing
.editorconfig
0 → 100644
.env
0 → 100644
.env.dev
0 → 100644
.env.production
0 → 100644
.env.test
0 → 100644
.eslintignore
0 → 100644
.eslintrc.js
0 → 100644
.gitignore
0 → 100644
.npmrc
0 → 100644
.prettierrc.js
0 → 100644
.yarnrc
0 → 100644
README.md
0 → 100644
349 KB
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
dist/assets/js/duiba.js
0 → 100644
This source diff could not be displayed because it is too large. You can view the blob instead.
dist/index.html
0 → 100644
index.html
0 → 100644
mock/home.js
0 → 100644
mock/index.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": "ylyxq-20240510", | ||
| "private": true, | ||
| "version": "0.0.0", | ||
| "type": "module", | ||
| "scripts": { | ||
| "dev": "cross-env NODE_ENV=development node ./src/utils/generateAssetList.js && vite --mode dev", | ||
| "dev:test": "cross-env NODE_ENV=test node ./src/utils/generateAssetList.js && vite --mode test", | ||
| "build:test": "cross-env NODE_ENV=test node ./src/utils/generateAssetList.js && vite build --mode test", | ||
| "build": "cross-env NODE_ENV=production node ./src/utils/generateAssetList.js && vite build --mode production", | ||
| "lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0", | ||
| "preview": "vite preview" | ||
| }, | ||
| "dependencies": { | ||
| "@babel/plugin-proposal-class-properties": "^7.18.6", | ||
| "@babel/plugin-proposal-decorators": "^7.24.1", | ||
| "axios": "^1.6.8", | ||
| "cross-env": "^7.0.3", | ||
| "crypto-js": "^4.2.0", | ||
| "history": "4.10.1", | ||
| "html2canvas": "1.4.1", | ||
| "mobx": "^6.12.3", | ||
| "mobx-react": "^9.1.1", | ||
| "mobx-react-lite": "^4.0.7", | ||
| "mockjs": "^1.1.0", | ||
| "npm": "10.5.0", | ||
| "postcss-plugin-px2rem": "^0.8.1", | ||
| "qrcode": "^1.5.3", | ||
| "react": "^18.2.0", | ||
| "react-dom": "^18.2.0", | ||
| "react-hot-toast": "^2.4.1", | ||
| "react-router-dom": "5.2.1", | ||
| "sa-sdk-javascript": "^1.27.5", | ||
| "swiper": "8.4.5", | ||
| "vite-plugin-html": "^3.2.2", | ||
| "vite-plugin-mock": "^3.0.2", | ||
| "vite-plugin-proxy": "^0.5.0" | ||
| }, | ||
| "devDependencies": { | ||
| "@types/react": "^18.2.66", | ||
| "@types/react-dom": "^18.2.22", | ||
| "@vitejs/plugin-legacy": "4.1.1", | ||
| "@vitejs/plugin-react": "^4.2.1", | ||
| "eslint": "^8.57.0", | ||
| "eslint-plugin-react": "^7.34.1", | ||
| "eslint-plugin-react-hooks": "^4.6.0", | ||
| "eslint-plugin-react-refresh": "^0.4.6", | ||
| "less": "^4.2.0", | ||
| "terser": "^5.31.1", | ||
| "vite": "^4.2.0" | ||
| } | ||
| } |
349 KB
public/assets/js/duiba.js
0 → 100644
src/App.css
0 → 100644
src/api/api.js
0 → 100644
src/api/request.js
0 → 100644
src/app.jsx
0 → 100644
src/assetList.json
0 → 100644
src/duiba.js
0 → 100644
src/index.css
0 → 100644
src/index.less
0 → 100644
src/main.jsx
0 → 100644
src/modal/modal.jsx
0 → 100644
src/modal/modal.less
0 → 100644
src/res.less
0 → 100644
src/store/index.js
0 → 100644
src/store/modal.js
0 → 100644
src/store/newSkin.js
0 → 100644
src/utils/constants.js
0 → 100644
src/utils/index.js
0 → 100644
src/utils/pageleave.js
0 → 100644
src/utils/preloadAsset.js
0 → 100644
src/utils/question.js
0 → 100644
src/utils/result.js
0 → 100644
src/utils/sensorMd.js
0 → 100644
src/utils/utils.js
0 → 100644
vite.config.js
0 → 100644