-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.63 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "e-commerce",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@mui/material": "^6.0.1",
"@supabase/supabase-js": "^2.46.1",
"axios": "^1.7.3",
"bootstrap": "^5.3.3",
"cors": "^2.8.5",
"jwt-decode": "^3.1.2",
"react": "^18.3.1",
"react-currency-input-field": "^3.8.0",
"react-dom": "^18.3.1",
"react-icons": "^5.3.0",
"react-lazy-load-image-component": "^1.6.2",
"react-loading-skeleton": "^3.5.0",
"react-router-dom": "^6.26.0",
"skeleton-css": "^2.0.4",
"styled-components": "^6.1.13"
},
"devDependencies": {
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.1",
"eslint": "^8.57.0",
"eslint-plugin-react": "^7.34.3",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.7",
"vite": "^5.3.4"
},
"description": "- ℹ️ Para fazer uso deste repositório, siga os procedimentos descritos abaixo para fazer a instalação:\r - 👨🏻💻 Clone o repositório;\r - 🧑🏾💻 Abra o arquivo na IDE;\r - 🧑🏾💻 Abra o terminal e execute o seguinte comando: <code>npm install</code>\r - 👩🏻💻 Após fazer a instalação das dependências, execute: <code>npm run dev</code> para inicializar o projéto.",
"main": "vite.config.js",
"keywords": [],
"author": "",
"license": "ISC"
}