321
Showing
.env.development
0 → 100644
env.production
0 → 100644
... | ... | @@ -3,7 +3,7 @@ |
"private": true, | ||
"version": "0.0.0", | ||
"scripts": { | ||
"dev": "vite", | ||
"dev": "vite --mode development", | ||
"build": "tsc && vite build", | ||
"preview": "vite preview" | ||
}, | ||
... | ... | @@ -16,13 +16,15 @@ |
"@heroicons/react": "^1.0.6", | ||
"@loadable/component": "^5.15.2", | ||
"ahooks": "^3.4.1", | ||
"axios": "^0.27.2", | ||
"gsap": "^3.10.4", | ||
"pixi-filters": "^4.1.6", | ||
"pixi.js": "^6.4.2", | ||
"react": "^18.0.0", | ||
"react-dom": "^18.0.0", | ||
"react-helmet": "^6.1.0", | ||
"react-router-dom": "6" | ||
"react-router-dom": "6", | ||
"rxjs": "^7.5.5" | ||
}, | ||
"devDependencies": { | ||
"@tailwindcss/line-clamp": "^0.4.0", | ||
... | ... |
src/fetch/axios.ts
0 → 100644
src/fetch/index.ts
0 → 100644
Please
register
or
sign in
to comment