initial commit
parents
Showing
.eslintrc.cjs
0 → 100644
.gitignore
0 → 100644
README.md
0 → 100644
index.html
0 → 100644
package.json
0 → 100644
{ | ||
"name": "shop-frontend_template", | ||
"private": true, | ||
"version": "0.0.0", | ||
"type": "module", | ||
"scripts": { | ||
"dev": "vite", | ||
"build": "tsc && vite build", | ||
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0", | ||
"preview": "vite preview" | ||
}, | ||
"dependencies": { | ||
"@emotion/react": "^11.11.1", | ||
"@emotion/styled": "^11.11.0", | ||
"@fontsource/roboto": "^5.0.5", | ||
"@mui/icons-material": "^5.14.1", | ||
"@mui/material": "^5.14.1", | ||
"@reduxjs/toolkit": "^1.9.5", | ||
"axios": "^1.4.0", | ||
"react": "^18.2.0", | ||
"react-dom": "^18.2.0", | ||
"react-redux": "^8.1.1", | ||
"react-router-dom": "^6.14.2" | ||
}, | ||
"devDependencies": { | ||
"@types/react": "^18.2.15", | ||
"@types/react-dom": "^18.2.7", | ||
"@typescript-eslint/eslint-plugin": "^6.0.0", | ||
"@typescript-eslint/parser": "^6.0.0", | ||
"@vitejs/plugin-react-swc": "^3.3.2", | ||
"eslint": "^8.45.0", | ||
"eslint-plugin-react-hooks": "^4.6.0", | ||
"eslint-plugin-react-refresh": "^0.4.3", | ||
"typescript": "^5.0.2", | ||
"vite": "^4.4.5" | ||
} | ||
} |
public/vite.svg
0 → 100644
src/App.tsx
0 → 100644
src/assets/.gitkeep
0 → 100644
src/components/.gitkeep
0 → 100644
src/containers/.gitkeep
0 → 100644
src/index.css
0 → 100644
src/main.tsx
0 → 100644
src/store/index.ts
0 → 100644
src/vite-env.d.ts
0 → 100644
tsconfig.json
0 → 100644
tsconfig.node.json
0 → 100644
vite.config.ts
0 → 100644
yarn.lock
0 → 100644
This diff is collapsed.
Please
register
or
sign in
to comment