Initial commit
parents
Showing
.gitignore
0 → 100644
README.md
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": "eppfax-h5", | ||
| "private": true, | ||
| "version": "1.0.0", | ||
| "scripts": { | ||
| "dev": "rsbuild dev --open --config rsbuild/build/build.dev.ts", | ||
| "test": "rsbuild dev --open --config rsbuild/build/build.test.ts", | ||
| "prod": "rsbuild dev --open --config rsbuild/build/build.prod.ts", | ||
| "build:test": "rsbuild build --config rsbuild/build/build.test.ts", | ||
| "build:dev": "rsbuild build --config rsbuild/build/build.dev.ts", | ||
| "build:prod": "rsbuild build --config rsbuild/build/build.prod.ts", | ||
| "deploy:test": "pnpm build:test && sh ./scripts/deploy.test.sh", | ||
| "build": "rsbuild build", | ||
| "preview": "rsbuild preview" | ||
| }, | ||
| "dependencies": { | ||
| "@nutui/nutui-react": "^2.2.0", | ||
| "axios": "^1.6.2", | ||
| "lodash": "^4.17.21", | ||
| "react": "^18.2.0", | ||
| "react-dom": "^18.2.0", | ||
| "react-router-dom": "^6.20.0" | ||
| }, | ||
| "devDependencies": { | ||
| "@rsbuild/core": "^0.1.2", | ||
| "@rsbuild/plugin-image-compress": "^0.1.4", | ||
| "@rsbuild/plugin-react": "^0.1.2", | ||
| "@types/lodash": "^4.14.202", | ||
| "@types/react": "^18", | ||
| "@types/react-dom": "^18", | ||
| "postcss-px-to-viewport": "^1.1.1", | ||
| "typescript": "^5.3.0" | ||
| } | ||
| } |
pnpm-lock.yaml
0 → 100644
This diff is collapsed.
Click to expand it.
rsbuild/build/build.base.ts
0 → 100644
rsbuild/build/build.dev.ts
0 → 100644
rsbuild/build/build.prod.ts
0 → 100644
rsbuild/build/build.test.ts
0 → 100644
rsbuild/config/css-modules.ts
0 → 100644
rsbuild/config/env.ts
0 → 100644
rsbuild/config/html-template.ts
0 → 100644
rsbuild/config/index.ts
0 → 100644
rsbuild/plugins/index.ts
0 → 100644
rsbuild/plugins/postcss-px-to-viewport.ts
0 → 100644
scripts/deploy.test.sh
0 → 100644
src/App.module.scss
0 → 100644
src/App.tsx
0 → 100644
src/apis/common.ts
0 → 100644
src/apis/index.ts
0 → 100644
src/assets/images/homeBotBanner.png
0 → 100644
44.4 KB
src/assets/images/homeProductBanner1.png
0 → 100644
118 KB
src/assets/images/homeProductBanner2.png
0 → 100644
140 KB
src/assets/images/homeRulesOverlayClose.png
0 → 100644
954 Bytes
src/assets/images/homeTopBanner.png
0 → 100644
488 KB
src/assets/images/notGetStatus.png
0 → 100644
4.13 KB
src/env.d.ts
0 → 100644
src/index.tsx
0 → 100644
src/pages/Home/components/HomeBg.tsx
0 → 100644
src/pages/Home/components/HomeContent.tsx
0 → 100644
src/pages/Home/helper/order.ts
0 → 100644
src/pages/Home/index.module.scss
0 → 100644
src/pages/Home/index.tsx
0 → 100644
src/pages/Lottery/index.tsx
0 → 100644
src/pages/OrderDetail/index.module.scss
0 → 100644
src/pages/OrderDetail/index.tsx
0 → 100644
src/styles/nut-var.css
0 → 100644
src/styles/reset.css
0 → 100644
src/typings/axios.d.ts
0 → 100644
src/utils/auth.ts
0 → 100644
src/utils/axios.ts
0 → 100644
src/utils/session.ts
0 → 100644
static/favicon.ico
0 → 100644
File added
static/index.html
0 → 100644
tsconfig.json
0 → 100644
Please
register
or
sign in
to comment